summaryrefslogtreecommitdiff
path: root/test/encode/mpeg2enc.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27tests: rename mpeg2enc to mpeg2vaencXiang, Haihao1-1530/+0
2013-06-05tests: cope with new vaCreateSurfaces() API.Gwenole Beauchesne1-2/+4
2013-05-28test: update MPEG-2 encoding caseXiang, Haihao1-12/+0
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-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
2013-05-28mpeg2enc: level and profile follow the user settingXiang, Haihao1-4/+38
2013-05-28mpeg2enc: Options for profile and levelXiang, Haihao1-0/+39
2013-05-28mpeg2enc: enumerate mode typeXiang, Haihao1-5/+11
2013-05-28mpeg2enc: fix a typoXiang, Haihao1-8/+8
2013-05-28mpeg2enc: Set default qp to 8Xiang, Haihao1-1/+1
2013-05-28mpeg2enc: Keep the packed data consistent with each parametersXiang, Haihao1-17/+35
2013-05-28mpeg2enc: update time_code for the new GOPXiang, Haihao1-0/+40
2013-05-28mpeg2enc: update temporal_referenceXiang, Haihao1-8/+10
2013-05-28mpeg2enc: Fix the period between I framesXiang, Haihao1-6/+11
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, Haihao1-0/+1295