summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add the support of enum VAProfileVP9Profile1~3 for vainfokbl-alpha-rc1kbl-alphav1.6-branchpeng.chen2016-01-291-0/+3
* Avoid reaching div by zeroLim Siew Hoon2016-01-291-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
* tests: basic: add missing string representation for VP8 profiles.Gwenole Beauchesne2014-03-031-0/+1
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-031-2/+10
* MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui2013-09-131-6/+22
* tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2013-06-272-4/+4
* h264encode: fix mmap out of memmory issueAustin Yuan2013-06-251-80/+61
* h264encode: add more cmdline optionsAustin Yuan2013-06-251-8/+34
* h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan2013-06-251-4/+13
* h264encode: coding 1920x1080 with cropAustin Yuan2013-06-251-9/+54
* h264encode: print correct number of RefPicList0/1Austin Yuan2013-06-251-1/+2
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+1
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+11
* h264encode: fix idr_pic_id issue when encode multiple IDR framesAustin Yuan2013-06-251-3/+3
* h264encode: reset IDR poc to 0Elaine Wang2013-06-251-1/+1
* h264encode: dump reconstructed frame and calc PSNRAustin Yuan2013-06-254-123/+405
* h264encode: use frame height not the height from VAImage which may be wrongAustin Yuan2013-06-251-3/+3
* h264encode: correct negative POC after a new IDRAustin Yuan2013-06-251-4/+6
* h264encode: fix encode corruption issue with multiple IDR (-idr_period XX)Austin Yuan2013-06-251-18/+28
* h264encode: add some commentsElaine Wang2013-06-251-11/+3
* h264encode: refine calculation logic of reference frame settingElaine Wang2013-06-251-137/+263
* h264encode: fix wrong print informationElaine Wang2013-06-251-5/+7
* AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui2013-06-241-0/+19