summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne2013-06-071-36/+152
* test: add color conversion test option in putsurfaceZhao Halley2013-06-071-16/+217
* tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne2013-06-0511-28/+40
* test: update MPEG-2 encoding caseXiang, Haihao2013-05-281-12/+0
* tests: disable v4l demo for now.Gwenole Beauchesne2013-05-281-1/+1
* vaPutSurface test on Android: fix build isste on Android JBAustin Yuan2013-05-285-123/+102
* h264encode: fix build warning on AndroidAustin Yuan2013-05-282-11/+11
* h264encode: remove the leftover file h264encode_android.cppAustin Yuan2013-05-281-70/+0
* h264encode: fix some issuesElaine Wang2013-05-281-0/+1906
* test/h264encode: refine the h264encode to support advanced modeAustin Yuan2013-05-286-562/+53
* test/putsurface_x11.c: don't hard code the DISPLAY to ":0.0"Austin Yuan2013-05-281-1/+1
* mpeg2enc: find the proper profile and levelXiang, Haihao2013-05-281-3/+54
* mpeg2enc: Fix the picture header for B frameXiang, Haihao2013-05-281-1/+2
* mpeg2enc: Fix time_code_seconds in time_codeXiang, Haihao2013-05-281-1/+1
* mpeg2enc: temporal_referenc and GOP header follow MPEG-2 Spec.Xiang, Haihao2013-05-281-43/+67
* mpeg2enc: Silence compiler warningXiang, Haihao2013-05-281-2/+2
* test/encode: Add -Wall option to default build flagsXiang, Haihao2013-05-281-0/+1
* mpeg2enc: Simplify the mapping between display order and encoding orderXiang, Haihao2013-05-281-98/+70
* mpeg2enc: set the frames between I and P framesXiang, Haihao2013-05-281-1/+3
* mpeg2enc: forward and backword referenc follow the picture typeXiang, Haihao2013-05-281-0/+7
* mpeg2enc: Remove the assertion for mode 1Xiang, Haihao2013-05-281-1/+0
* mpeg2enc: f_code[s][t] follows the picture coding typeXiang, Haihao2013-05-281-0/+19
* mpeg2enc: level and profile follow the user settingXiang, Haihao2013-05-281-4/+38
* mpeg2enc: Options for profile and levelXiang, Haihao2013-05-281-0/+39
* mpeg2enc: enumerate mode typeXiang, Haihao2013-05-281-5/+11
* mpeg2enc: fix a typoXiang, Haihao2013-05-281-8/+8
* mpeg2enc: Set default qp to 8Xiang, Haihao2013-05-281-1/+1
* mpeg2enc: Keep the packed data consistent with each parametersXiang, Haihao2013-05-281-17/+35