summaryrefslogtreecommitdiff
path: root/test/encode/h264encode.c
Commit message (Expand)AuthorAgeFilesLines
* Changed 'c' variable 'char' data type to 'int' data type (v3)Lim Siew Hoon2016-08-221-1/+1
* Clean up the duplicate checking for unsuported source YUV formatLim Siew Hoon2016-08-221-3/+0
* add assert check for potential NULL issue in test/encode/Lim Siew Hoon2016-08-221-0/+2
* check memory allocation and initialize to zero value in save_recyuv (v2)Lim Siew Hoon2016-08-221-0/+34
* 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
* va: drop VAEntrypointMax enumeration.Gwenole Beauchesne2014-03-031-2/+10
* 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-251-112/+202
* 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
* tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne2013-06-051-9/+8
* h264encode: fix build warning on AndroidAustin Yuan2013-05-281-5/+5
* h264encode: fix some issuesElaine Wang2013-05-281-0/+1906
* 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-051-472/+0
* test/encode/h264encode: Destroy config after context.Xiang, Haihao2011-04-071-1/+1
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-141-1/+1
* 1) clean up Android header file to make it work in C file (from zhaohan.ren a...Austin Yuan2010-06-021-12/+8
* Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan2010-03-081-4/+3
* Fix a typoAustin Yuan2010-03-051-1/+1
* Fix test/./h264encode.c issueAustin Yuan2010-03-041-8/+25
* refine test program: putsurface/h264encodeAustin Yuan2009-12-011-43/+75
* re-arrange test programsAustin Yuan2009-11-271-0/+428