summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-09-13A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao2-4/+3116
2016-08-22Encoding: Add ROI exampleZhao Yakui1-6/+92
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-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 local varibles in upload_source_YUV_once_for_all.Lim Siew Hoon1-3/+0
2016-06-24Remove unused 'k' in test func and pre func.Lim Siew Hoon3-3/+3
2016-05-09test/encode/avcenc: Add support for low power modeXiang, Haihao1-4/+11
2016-05-09test/encode/avcenc: use getopt_long_only() to parse optional command-line opt...Xiang, Haihao1-33/+59
2016-05-09Add the missing entrypoints in vainfo listYuan, Shengquan1-0/+1
2016-01-29add the support of enum VAProfileVP9Profile1~3 for vainfopeng.chen1-0/+3
2016-01-11Avoid reaching div by zeroLim Siew Hoon1-1/+1
2015-11-18vainfo: Add option --displayXiang, Haihao1-0/+2
2015-09-16test/encode: remove unused variables and functionsU. Artie Eoff3-63/+6
2015-09-15avcenc: support large source fileXiang, Haihao1-4/+4
2015-08-14Add VP9 profile to vainfoKibey, Sameer1-0/+1
2015-06-12test/decode/tinyjpeg: make sure the pointer is valid before dereferencing itXiang, Haihao1-1/+1
2015-06-10test/decode/tinyjpeg: use the fourcc format Y800 for grayscale imagesXiang, Haihao1-1/+1
2015-06-10test/decode/tinyjpeg: create VA surface with right render target formatXiang, Haihao1-1/+1
2015-06-10Enhanced JPEG VA test appminu.mathai2-184/+296
2015-03-26Added normalization and scaling of the quality factor and Quantization tablesSirisha Muppavarapu1-4/+34
2014-12-29vainfo: Add support for HEVC profilesXiang, Haihao1-0/+2
2014-12-29test/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DISTXiang, Haihao1-0/+4
2014-12-14JPEG Encode: Added support for UYVY/YUY2/Y8 formatsSirisha Muppavarapu2-101/+76
2014-11-26Encoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pres...Zhao Yakui1-2/+43
2014-11-19JPEG Encode: Added Unit Test for testing jpeg encode feature.Sirisha Muppavarapu3-1/+1357
2014-09-25tests: try a render-node device first for VA/DRM displays.Gwenole Beauchesne1-5/+21
2014-09-09Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting f...Zhao, Yakui1-27/+167
2014-09-09test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test caseZhao Yakui1-126/+306
2014-09-09test/encode/avcenc: update the SPS parameter for encodingZhao Yakui1-2/+9
2014-09-09test/avcenc: Fix the incorrect parameter setting for SPS under CBR modeZhao Yakui1-12/+19
2014-09-09test/avcenc: Remove the dynamic shrink of coded bufferZhao Yakui1-15/+1
2014-08-04avcenc: only support chroma_format_idc with 1Xiang, Haihao1-0/+2
2014-08-04h264encode: check driver supports the RateControl control mode or notXiang, Haihao1-3/+26
2014-07-31h264encode: Make it runnable with the latest libva-intel-driver (1.3.2)Xiang, Haihao1-1/+164
2014-06-16Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne2-0/+4
2014-03-03vainfo: Query the supported profile list before listing profile/entrypointXiang, Haihao1-2/+17
2014-03-03vainfo: clean up resource in the error handling pathXiang, Haihao1-2/+5
2014-03-03vainfo: Add the support for the new VA profilesXiang, Haihao1-1/+3