summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | New wayland-drm.xmlXiang, Haihao2016-09-192-2/+72
* | Merge branch 'v1.7-branch' into fdo--masterXiang, Haihao2016-09-191-2/+18
|\ \ | |/
| * libva 1.7.2libva-1.7.2Xiang, Haihao2016-09-052-3/+3
| * Update NEWSlibva-1.7.2.pre1Xiang, Haihao2016-08-221-1/+9
| * Encoding: Add ROI exampleZhao Yakui2016-08-221-6/+92
| * va_trace: add traces for vp9encoderDaniel Charles2016-08-221-0/+126
| * Bump VA-API version to 0.39.3Xiang, Haihao2016-08-221-1/+1
| * Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen2016-08-221-14/+61
| * Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2016-08-222-2/+8
| * Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon2016-08-223-3/+3
| * Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon2016-08-221-3/+0
| * Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon2016-08-221-1/+1
| * avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12Lim Siew Hoon2016-08-221-6/+12
| * Fix infinite loopLim Siew Hoon2016-08-221-2/+3
| * Add assert check memory allocation potential NULL issueLim Siew Hoon2016-08-221-0/+3
| * Fix memory leak issue in open_display funcLim Siew Hoon2016-08-221-1/+3
| * Fix test_06 failed and hitting assert checkLim Siew Hoon2016-08-221-0/+7
| * Avoid access invalid memory location huffman_table for index 2..3 (v2)Lim Siew Hoon2016-08-221-8/+8
| * Fix buffer overflow for array index out of bounds in test_07Lim Siew Hoon2016-08-221-2/+2
| * add assert check for potential NULL issue in test/encode/Lim Siew Hoon2016-08-224-0/+7
| * add assert to check for potential NULL issue in test_XXLim Siew Hoon2016-08-225-0/+7
| * check memory alloc to avoid NULL and initialize value in YUV_blend_with_pic (v2)Lim Siew Hoon2016-08-221-2/+21
| * check memory allocation and initialize to zero value in save_recyuv (v2)Lim Siew Hoon2016-08-221-0/+34
| * fix buffer overflow for dc_values and ac_values (v2)Lim Siew Hoon2016-08-221-8/+12
| * Remove unused 'id' in va_wayland_drm_createLim Siew Hoon2016-08-221-1/+0
| * Remove unused local varibles in upload_source_YUV_once_for_all.Lim Siew Hoon2016-08-221-3/+0
| * Remove unused variable 'id' in va_wayland_emgd_create.Lim Siew Hoon2016-08-221-1/+0
| * Remove unused 'k' in test func and pre func.Lim Siew Hoon2016-08-223-3/+3
| * Remove unused 'i' in va_TraceVAEncPackedHeaderParameterBufferTypeLim Siew Hoon2016-08-221-1/+0
| * Remove unused 'trace_index' in va_TraceInitLim Siew Hoon2016-08-221-1/+0
| * Remove unused 'j' in va_TraceVAPictureParameterBufferVP9.Lim Siew Hoon2016-08-221-1/+1
| * Remove unused 'check_sum' and 'j' in va_TraceSurfaceLim Siew Hoon2016-08-221-2/+1
| * Remove unused 'i' and 'buf_list' in va_TraceDestroyBufferLim Siew Hoon2016-08-221-3/+0
| * libva 1.7.2.pre1 for developmentXiang, Haihao2016-08-221-2/+2
| * libva 1.7.1libva-1.7.1Xiang, Haihao2016-06-212-3/+3
| * Update NEWSlibva-1.7.1.pre1Xiang, Haihao2016-06-031-2/+10
* | A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao2016-09-133-44/+3193
* | Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao2016-09-131-0/+8
* | Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao2016-09-131-1/+86
* | libva 1.7.3.pre1 for developmentXiang, Haihao2016-08-231-1/+1
* | Encoding: Add ROI exampleZhao Yakui2016-08-221-6/+92
* | va_trace: add traces for vp9encoderDaniel Charles2016-08-081-0/+126
* | Bump VA-API version to 0.39.3Xiang, Haihao2016-08-051-1/+1
* | Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen2016-08-041-14/+61
* | Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2016-08-012-2/+8
* | Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon2016-08-013-3/+3
* | Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon2016-07-221-3/+0
* | Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon2016-07-221-1/+1
* | avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12Lim Siew Hoon2016-07-221-6/+12
* | Fix infinite loopLim Siew Hoon2016-07-221-2/+3