summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Remove unused 'id' in va_wayland_drm_createLim Siew Hoon1-1/+0
2016-08-22Remove unused local varibles in upload_source_YUV_once_for_all.Lim Siew Hoon1-3/+0
2016-08-22Remove unused variable 'id' in va_wayland_emgd_create.Lim Siew Hoon1-1/+0
2016-08-22Remove unused 'k' in test func and pre func.Lim Siew Hoon3-3/+3
2016-08-22Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon1-1/+0
2016-08-22Remove unused 'trace_index' in va_TraceInitLim Siew Hoon1-1/+0
2016-08-22Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon1-1/+1
2016-08-22Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon1-2/+1
2016-08-22Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon1-3/+0
2016-08-22libva 1.7.2.pre1 for developmentXiang, Haihao1-2/+2
2016-08-08va_trace: add traces for vp9encoderDaniel Charles1-0/+126
2016-08-05Bump VA-API version to 0.39.3Xiang, Haihao1-1/+1
2016-08-04Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen1-14/+61
2016-08-01Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2-2/+8
2016-08-01Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon3-3/+3
2016-07-22Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon1-3/+0
2016-07-22Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon1-1/+1
2016-07-22avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12Lim Siew Hoon1-6/+12
2016-07-22Fix infinite loopLim Siew Hoon1-2/+3
2016-07-22Add assert check memory allocation potential NULL issueLim Siew Hoon1-0/+3
2016-07-22Fix memory leak issue in open_display funcLim Siew Hoon1-1/+3
2016-07-22Fix test_06 failed and hitting assert checkLim Siew Hoon1-0/+7
2016-07-22Avoid access invalid memory location huffman_table for index 2..3 (v2)Lim Siew Hoon1-8/+8
2016-07-22Fix buffer overflow for array index out of bounds in test_07Lim Siew Hoon1-2/+2
2016-07-22add assert check for potential NULL issue in test/encode/Lim Siew Hoon4-0/+7
2016-07-22add assert to check for potential NULL issue in test_XXLim Siew Hoon5-0/+7
2016-07-22check memory alloc to avoid NULL and initialize value in YUV_blend_with_pic (v2)Lim Siew Hoon1-2/+21
2016-07-22check memory allocation and initialize to zero value in save_recyuv (v2)Lim Siew Hoon1-0/+34
2016-07-22fix buffer overflow for dc_values and ac_values (v2)Lim Siew Hoon1-8/+12
2016-06-24Remove unused 'id' in va_wayland_drm_createLim Siew Hoon1-1/+0
2016-06-24Remove unused local varibles in upload_source_YUV_once_for_all.Lim Siew Hoon1-3/+0
2016-06-24Remove unused variable 'id' in va_wayland_emgd_create.Lim Siew Hoon1-1/+0
2016-06-24Remove unused 'k' in test func and pre func.Lim Siew Hoon3-3/+3
2016-06-24Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon1-1/+0
2016-06-24Remove unused 'trace_index' in va_TraceInitLim Siew Hoon1-1/+0
2016-06-24Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon1-1/+1
2016-06-24Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon1-2/+1
2016-06-24Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon1-3/+0
2016-06-21libva 1.7.1libva-1.7.1Xiang, Haihao2-3/+3
2016-06-03libva 1.7.2.pre1 for developmentXiang, Haihao1-1/+1
2016-06-03Update NEWSlibva-1.7.1.pre1Xiang, Haihao1-2/+10
2016-05-27fix check NULL issuespeng.chen1-3/+16
2016-05-27Bump VA-API version to 0.39.2Xiang, Haihao1-1/+1
2016-05-27Add API for VP9 EncodeWang, Ce4-0/+601
2016-05-24Fix missing parameter of vatrace DisplayAttribute printAustin Yuan1-4/+5
2016-05-22trace: Cleanup some HEVC printsScott D Phillips1-46/+62
2016-05-22trace: Add `va_TracePrint`, `va_TraceVPrint` static functionsScott D Phillips1-16/+34
2016-05-13add the support of multiple context tracingpeng.chen3-219/+1069
2016-05-11Bump VA-API version to 0.39.1Xiang, Haihao1-1/+1
2016-05-09test/encode/avcenc: Add support for low power modeXiang, Haihao1-4/+11