summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-03tests: basic: add missing string representation for VP8 profiles.Gwenole Beauchesne1-0/+1
2014-03-03va: drop VAEntrypointMax enumeration.Gwenole Beauchesne1-2/+10
2013-09-13MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui1-6/+22
2013-06-27tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2-4/+4
2013-06-25h264encode: fix mmap out of memmory issueAustin Yuan1-80/+61
2013-06-25h264encode: add more cmdline optionsAustin Yuan1-8/+34
2013-06-25h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan1-4/+13
2013-06-25h264encode: coding 1920x1080 with cropAustin Yuan1-9/+54
2013-06-25h264encode: print correct number of RefPicList0/1Austin Yuan1-1/+2
2013-06-25h264encode: fix thread lockup issueAustin Yuan1-4/+1
2013-06-25h264encode: fix thread lockup issueAustin Yuan1-4/+11
2013-06-25h264encode: fix idr_pic_id issue when encode multiple IDR framesAustin Yuan1-3/+3
2013-06-25h264encode: reset IDR poc to 0Elaine Wang1-1/+1
2013-06-25h264encode: dump reconstructed frame and calc PSNRAustin Yuan4-123/+405
2013-06-25h264encode: use frame height not the height from VAImage which may be wrongAustin Yuan1-3/+3
2013-06-25h264encode: correct negative POC after a new IDRAustin Yuan1-4/+6
2013-06-25h264encode: fix encode corruption issue with multiple IDR (-idr_period XX)Austin Yuan1-18/+28