summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-08-04avcenc: only support chroma_format_idc with 1HEADmasterXiang, 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
2013-06-25h264encode: add some commentsElaine Wang1-11/+3
2013-06-25h264encode: refine calculation logic of reference frame settingElaine Wang1-137/+263
2013-06-25h264encode: fix wrong print informationElaine Wang1-5/+7
2013-06-24AVCENC: Pass the H264 RefPicList0/1 by using slice_param instead of hacked DP...Zhao Yakui1-0/+19
2013-06-07tests: cope with new vaQuerySurfaceAttributes() API.Gwenole Beauchesne1-36/+152
2013-06-07test: add color conversion test option in putsurfaceZhao Halley1-16/+217
2013-06-05tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne11-28/+40
2013-05-28test: update MPEG-2 encoding caseXiang, Haihao1-12/+0
2013-05-28tests: disable v4l demo for now.Gwenole Beauchesne1-1/+1
2013-05-28vaPutSurface test on Android: fix build isste on Android JBAustin Yuan5-123/+102
2013-05-28h264encode: fix build warning on AndroidAustin Yuan2-11/+11
2013-05-28h264encode: remove the leftover file h264encode_android.cppAustin Yuan1-70/+0
2013-05-28h264encode: fix some issuesElaine Wang1-0/+1906
2013-05-28test/h264encode: refine the h264encode to support advanced modeAustin Yuan6-562/+53
2013-05-28test/putsurface_x11.c: don't hard code the DISPLAY to ":0.0"Austin Yuan1-1/+1
2013-05-28mpeg2enc: find the proper profile and levelXiang, Haihao1-3/+54
2013-05-28mpeg2enc: Fix the picture header for B frameXiang, Haihao1-1/+2
2013-05-28mpeg2enc: Fix time_code_seconds in time_codeXiang, Haihao1-1/+1
2013-05-28mpeg2enc: temporal_referenc and GOP header follow MPEG-2 Spec.Xiang, Haihao1-43/+67
2013-05-28mpeg2enc: Silence compiler warningXiang, Haihao1-2/+2
2013-05-28test/encode: Add -Wall option to default build flagsXiang, Haihao1-0/+1
2013-05-28mpeg2enc: Simplify the mapping between display order and encoding orderXiang, Haihao1-98/+70
2013-05-28mpeg2enc: set the frames between I and P framesXiang, Haihao1-1/+3
2013-05-28mpeg2enc: forward and backword referenc follow the picture typeXiang, Haihao1-0/+7
2013-05-28mpeg2enc: Remove the assertion for mode 1Xiang, Haihao1-1/+0
2013-05-28mpeg2enc: f_code[s][t] follows the picture coding typeXiang, Haihao1-0/+19