summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* MPEG2ENC: Initialize the f_code based on supported level instead of hacked se...Zhao Yakui2013-08-271-6/+22
* test/decode/tinyjpeg: use the fourcc format Y800 for grayscale imagesXiang, Haihao2013-08-271-1/+1
* test/decode/tinyjpeg: create VA surface with right render target formatXiang, Haihao2013-08-271-1/+1
* Enhanced JPEG VA test appminu.mathai2013-08-272-184/+296
* va: Remove user_data from MPEG-2 encoding APIsXiang, Haihao2013-08-271-1/+0
* va/android.mk: install va_dec_vp8.h fileAustin Yuan2013-08-271-0/+2
* vaPutSurface test on Android: fix build isste on Android JBAustin Yuan2013-08-271-6/+5
* vainfo: Add the support for the new VA profilesXiang, Haihao2013-08-271-1/+3
* test/basic: update to new API.Haitao Huang2013-08-271-0/+1
* Android.mk: change Android Makefile accordinglyAustin Yuan2013-08-271-1/+1
* 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