summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libva 1.7.3libva-1.7.3v1.7-branchXiang, Haihao2016-11-102-3/+3
* Update NEWSlibva-1.7.3.pre1Xiang, Haihao2016-10-311-1/+8
* Bump VA-API version to 0.39.4Xiang, Haihao2016-10-311-1/+1
* wayland: Check whether prime fd can be used in buffer sharing mechanismXiang, Haihao2016-10-312-2/+21
* New wayland-drm.xmlXiang, Haihao2016-10-312-2/+72
* A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao2016-10-313-44/+3193
* Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao2016-10-311-0/+8
* Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao2016-10-311-1/+86
* libva 1.7.3.pre1 for developmentXiang, Haihao2016-10-311-2/+2
* 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
* fix check NULL issuespeng.chen2016-05-271-3/+16
* Bump VA-API version to 0.39.2Xiang, Haihao2016-05-271-1/+1
* Add API for VP9 EncodeWang, Ce2016-05-274-0/+601
* Fix missing parameter of vatrace DisplayAttribute printAustin Yuan2016-05-241-4/+5
* trace: Cleanup some HEVC printsScott D Phillips2016-05-221-46/+62
* trace: Add `va_TracePrint`, `va_TraceVPrint` static functionsScott D Phillips2016-05-221-16/+34
* add the support of multiple context tracingpeng.chen2016-05-133-219/+1069