summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* A simple encoder for H.264/AVC SVC temporal scalabilityXiang, Haihao2016-10-312-4/+3116
* Encoding: Add ROI exampleZhao Yakui2016-08-221-6/+92
* 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
* 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 local varibles in upload_source_YUV_once_for_all.Lim Siew Hoon2016-08-221-3/+0
* Remove unused 'k' in test func and pre func.Lim Siew Hoon2016-08-223-3/+3
* test/encode/avcenc: Add support for low power modeXiang, Haihao2016-05-091-4/+11
* test/encode/avcenc: use getopt_long_only() to parse optional command-line opt...Xiang, Haihao2016-05-091-33/+59
* Add the missing entrypoints in vainfo listYuan, Shengquan2016-05-091-0/+1
* add the support of enum VAProfileVP9Profile1~3 for vainfopeng.chen2016-01-291-0/+3
* Avoid reaching div by zeroLim Siew Hoon2016-01-111-1/+1
* vainfo: Add option --displayXiang, Haihao2015-11-181-0/+2
* test/encode: remove unused variables and functionsU. Artie Eoff2015-09-163-63/+6
* avcenc: support large source fileXiang, Haihao2015-09-151-4/+4
* Add VP9 profile to vainfoKibey, Sameer2015-08-141-0/+1
* test/decode/tinyjpeg: make sure the pointer is valid before dereferencing itXiang, Haihao2015-06-121-1/+1
* test/decode/tinyjpeg: use the fourcc format Y800 for grayscale imagesXiang, Haihao2015-06-101-1/+1
* test/decode/tinyjpeg: create VA surface with right render target formatXiang, Haihao2015-06-101-1/+1
* Enhanced JPEG VA test appminu.mathai2015-06-102-184/+296
* Added normalization and scaling of the quality factor and Quantization tablesSirisha Muppavarapu2015-03-261-4/+34
* vainfo: Add support for HEVC profilesXiang, Haihao2014-12-291-0/+2
* test/encode/jpegenc: Add jpegenc_utils.h to EXTRA_DISTXiang, Haihao2014-12-291-0/+4
* JPEG Encode: Added support for UYVY/YUY2/Y8 formatsSirisha Muppavarapu2014-12-142-101/+76
* Encoding/avcenc: Optimize the allocated VA surfaces to reduce the memory pres...Zhao Yakui2014-11-261-2/+43
* JPEG Encode: Added Unit Test for testing jpeg encode feature.Sirisha Muppavarapu2014-11-193-1/+1357
* tests: try a render-node device first for VA/DRM displays.Gwenole Beauchesne2014-09-251-5/+21
* Test/encode/avcenc: Follow the H264 spec to fix wrong SEI parameter setting f...Zhao, Yakui2014-09-091-27/+167
* test/encode/avcenc: Follow the idea in h264encode to generalize avcenc test caseZhao Yakui2014-09-091-126/+306
* test/encode/avcenc: update the SPS parameter for encodingZhao Yakui2014-09-091-2/+9
* test/avcenc: Fix the incorrect parameter setting for SPS under CBR modeZhao Yakui2014-09-091-12/+19
* test/avcenc: Remove the dynamic shrink of coded bufferZhao Yakui2014-09-091-15/+1
* avcenc: only support chroma_format_idc with 1Xiang, Haihao2014-08-041-0/+2
* h264encode: check driver supports the RateControl control mode or notXiang, Haihao2014-08-041-3/+26
* h264encode: Make it runnable with the latest libva-intel-driver (1.3.2)Xiang, Haihao2014-07-311-1/+164
* Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne2014-06-162-0/+4
* vainfo: Query the supported profile list before listing profile/entrypointXiang, Haihao2014-03-031-2/+17
* vainfo: clean up resource in the error handling pathXiang, Haihao2014-03-031-2/+5
* vainfo: Add the support for the new VA profilesXiang, Haihao2014-03-031-1/+3