summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley183-76963/+11
2017-01-23va: Keep compatibility with the backend driver built against 0.39.xXiang, Haihao1-0/+1
2017-01-09Don't automatically destroy the buffer(s) passed to vaRenderPictureXiang, Haihao4-16/+14
2017-01-09Merge branch 'v1.7-branch' into fdo--masterXiang, Haihao1-1/+8
2016-12-23va.h: Improve the comment on the encode framerate parameterMark Thompson1-5/+15
2016-11-22va.h: fix compile warningLi Zhijian1-1/+1
2016-11-21Add the fourcc of I010 formatZhao Yakui1-0/+5
2016-11-17drm: remove va_drm_is_authenticated checkEmil Velikov3-45/+2
2016-11-16va/x11: Require synchronisation to vblank with DRI2SwapBuffersChris Wilson1-2/+3
2016-11-10libva 1.7.4.pre1 for developmentXiang, Haihao1-1/+1
2016-10-31Update NEWSlibva-1.7.3.pre1Xiang, Haihao1-1/+8
2016-10-31Bump VA-API version to 0.39.4Xiang, Haihao1-1/+1
2016-10-31wayland: Check whether prime fd can be used in buffer sharing mechanismXiang, Haihao2-2/+21
2016-10-31New wayland-drm.xmlXiang, Haihao2-2/+72
2016-10-31A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao3-44/+3193
2016-10-31Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao1-0/+8
2016-10-31Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao1-1/+86
2016-10-31libva 1.7.3.pre1 for developmentXiang, Haihao1-2/+2
2016-10-27Add callbacks for error and info messages.Emmanuel Gil Peyrot3-20/+68
2016-09-19Bump VA-API version to 0.39.4Xiang, Haihao1-1/+1
2016-09-19wayland: Check whether prime fd can be used in buffer sharing mechanismXiang, Haihao2-2/+21
2016-09-19New wayland-drm.xmlXiang, Haihao2-2/+72
2016-09-19Merge branch 'v1.7-branch' into fdo--masterXiang, Haihao1-2/+18
2016-09-13A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao3-44/+3193
2016-09-13Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao1-0/+8
2016-09-13Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao1-1/+86
2016-09-05libva 1.7.2libva-1.7.2Xiang, Haihao2-3/+3
2016-08-23libva 1.7.3.pre1 for developmentXiang, Haihao1-1/+1
2016-08-22Update NEWSlibva-1.7.2.pre1Xiang, Haihao1-1/+9
2016-08-22Encoding: Add ROI exampleZhao Yakui1-6/+92
2016-08-22Encoding: Add ROI exampleZhao Yakui1-6/+92
2016-08-22va_trace: add traces for vp9encoderDaniel Charles1-0/+126
2016-08-22Bump VA-API version to 0.39.3Xiang, Haihao1-1/+1
2016-08-22Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen1-14/+61
2016-08-22Properly terminate parsed environment values with '\0'.Tobias Stoeckmann2-2/+8
2016-08-22Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon3-3/+3
2016-08-22Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon1-3/+0
2016-08-22Fix the p->load_huffman_table[0] keep print first element in for loopLim Siew Hoon1-1/+1
2016-08-22avoid U_row overwrite NULL value if src_fourcc and dst_fourcc is NV12Lim Siew Hoon1-6/+12
2016-08-22Fix infinite loopLim Siew Hoon1-2/+3
2016-08-22Add assert check memory allocation potential NULL issueLim Siew Hoon1-0/+3
2016-08-22Fix memory leak issue in open_display funcLim Siew Hoon1-1/+3
2016-08-22Fix test_06 failed and hitting assert checkLim Siew Hoon1-0/+7
2016-08-22Avoid access invalid memory location huffman_table for index 2..3 (v2)Lim Siew Hoon1-8/+8
2016-08-22Fix buffer overflow for array index out of bounds in test_07Lim Siew Hoon1-2/+2
2016-08-22add assert check for potential NULL issue in test/encode/Lim Siew Hoon4-0/+7
2016-08-22add assert to check for potential NULL issue in test_XXLim Siew Hoon5-0/+7
2016-08-22check memory alloc to avoid NULL and initialize value in YUV_blend_with_pic (v2)Lim Siew Hoon1-2/+21
2016-08-22check memory allocation and initialize to zero value in save_recyuv (v2)Lim Siew Hoon1-0/+34
2016-08-22fix buffer overflow for dc_values and ac_values (v2)Lim Siew Hoon1-8/+12