summaryrefslogtreecommitdiff
path: root/test/encode/h264encode.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-2420/+0
2016-08-01Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon1-1/+1
2016-07-22Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon1-3/+0
2016-07-22add assert check for potential NULL issue in test/encode/Lim Siew Hoon1-0/+2
2016-07-22check memory allocation and initialize to zero value in save_recyuv (v2)Lim Siew Hoon1-0/+34
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-03-03va: drop VAEntrypointMax enumeration.Gwenole Beauchesne1-2/+10
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 Yuan1-112/+202
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-05tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne1-9/+8
2013-05-28h264encode: fix build warning on AndroidAustin Yuan1-5/+5
2013-05-28h264encode: fix some issuesElaine Wang1-0/+1906
2011-05-051) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan1-472/+0
2011-04-07test/encode/h264encode: Destroy config after context.Xiang, Haihao1-1/+1
2011-01-14 Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan1-1/+1
2010-06-021) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan1-12/+8
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-4/+3
2010-03-05Fix a typoAustin Yuan1-1/+1
2010-03-04Fix test/./h264encode.c issueAustin Yuan1-8/+25
2009-12-01refine test program: putsurface/h264encodeAustin Yuan1-43/+75
2009-11-27re-arrange test programsAustin Yuan1-0/+428