summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-05-28mpeg2enc: add --mode option to command lineXiang, Haihao1-0/+14
2013-05-28mpeg2enc: insert picture header for each pictureXiang, Haihao1-23/+23
2013-05-28mpeg2enc: Fix top_field_firstXiang, Haihao1-1/+1
2013-05-28mpeg2enc: f_code[s][t] takes the value 15 for I frameXiang, Haihao1-4/+4
2013-05-28mpeg2enc: make sure start codes are byte alignedXiang, Haihao1-0/+12
2013-05-28mpeg2enc: VBV buffer sizeXiang, Haihao1-1/+1
2013-05-28mpeg2enc: find the right frame_rate_codeXiang, Haihao1-0/+1
2013-05-28mpeg2enc: Update intra slice flagXiang, Haihao1-1/+1
2013-05-28mpeg2enc: Pass slice parameters in a groupXiang, Haihao1-6/+5
2013-05-28mpeg2enc: A simple MPEG-2 encoder based on VA-APIXiang, Haihao2-1/+1303
2013-05-28Add the SEI segment for CBR mode to pass HRD testZhao Yakui1-1/+154
2013-05-28android: fix tests for Android ICS.Haitao Huang1-1/+1
2013-05-28test: add YUY2 support in loadsurface.hZhao Halley1-15/+40
2013-05-28test: refine loadsurface.h, conveninent for new format supportZhao Halley1-49/+44
2013-05-28test: fix an issue in loading YV12 surfaceZhao Halley1-6/+28
2013-05-28avcenc: Fix constraint flagXiang, Haihao1-5/+29
2013-05-28test/avcenc: link with -lpthread.Zhao Yakui1-1/+2
2013-05-28test/basic: update to new API.Haitao Huang1-0/+2
2013-05-28VAEncXXXH264Baseline: start to drop VAEncXXXXBaselineAustin Yuan3-98/+104
2013-05-28Added high profile support in SPS for avcenc.Zhou Chang1-0/+8
2013-05-28Android.mk: change Android Makefile accordinglyAustin Yuan1-1/+1
2013-05-28test: use the new H264 encoding and VPP interfacesXiang, Haihao1-95/+98
2013-05-28test/encode/avcenc: Add HRD support in avcenc demo application.Zhou Chang1-13/+89
2013-05-28test/encode/avcenc: support I420/YV12 formatXiang, Haihao1-3/+20
2013-05-28test/encode/avcenc: Add transform 8x8 support in test application.Zhou Chang1-1/+6
2013-05-28test: use new interface for all test casesXiang, Haihao2-16/+16
2013-05-28test/encode/avcenc: use kbps as fb inputHai Lan1-1/+1
2013-05-28test/encode/avcenc: use new packed header interfaceXiang, Haihao1-26/+54
2013-05-28test/encode/avcenc: Wait upload thread exiting before release driver resource.Zhou Chang1-0/+1
2013-05-28test/encode/avcenc: Simplify the IPB pattern file uploadZhou Chang1-4/+6
2013-05-28test/encode/avcenc: Fixed bug about B frame display order wrong.Zhou Chang1-37/+40
2013-05-28avcenc: correct the description for the mode parameterHai Lan1-1/+1
2013-05-28test/encode/avcenc: close filesXiang, Haihao1-0/+5
2013-05-28test/encode/avcenc: re-try until successXiang, Haihao1-2/+2
2013-05-28test/encode/avcenc: upload YUV data in a threadXiang, Haihao1-14/+58
2013-05-28test/encode/avcenc: silence waring about implicit declarationXiang, Haihao1-0/+1
2013-05-28test/encode/avcenc: postpone YUV data uploadingXiang, Haihao1-25/+50
2013-05-28test/encode/avcenc: increase the times of trying after overflowXiang, Haihao1-1/+2
2013-05-28avcenc: use gettimeofday to calculate the FPSHai Lan1-9/+8
2013-05-28test/encode/avcenc: Fix bug of ignoring QP valueHai Lan1-1/+1
2013-05-28test/encode/avcenc: Fix a QP error in avcencHai Lan1-1/+0
2013-05-28test/encode/avcenc: Add a parameter to set I/IP/IPB modeHai Lan1-5/+29
2013-05-28test/encode/avcenc: Support continue B frames in test code.Zhou Chang1-8/+18
2013-05-28test/encode/avcenc: use generic ExtType name in test caseXiang, Haihao1-3/+3
2013-05-28test/encode/avcenc: send packed PPS/SPS header to driverXiang, Haihao1-10/+82
2013-05-28test/encode/avcenc: Modify default direct mode.Zhou Chang1-1/+1
2013-05-28test/encode/avcenc: use a small size for coded buffer.Xiang, Haihao1-17/+61
2013-05-28test/encode/avcenc: directly uses coded buffer sizeXiang, Haihao1-1/+3
2013-05-28test/encode/avcenc: directly save slice dataXiang, Haihao1-3/+27
2013-05-28test/encode/avcenc: use trail data to calculate slice lengthXiang, Haihao1-12/+6