summaryrefslogtreecommitdiff
path: root/va/va_enc_h264.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-28Added baseline to the list of profiles for the documentation.Jonathan Bian1-4/+7
2013-05-28Added aspect ratio related fields to VAEncSequenceParameterBufferH264Jonathan Bian1-0/+8
2013-05-28API: h264 encode: add more explicit packed header types for H.264.Gwenole Beauchesne1-1/+36
2013-05-28API: h264 encode: move up num_macroblocks, next to macroblock_address.Gwenole Beauchesne1-2/+2
2013-05-28API: h264 encode: remove dec_ref_pic_marking().Gwenole Beauchesne1-32/+0
2013-05-28API: h264 encode: remove ref_pic_list_modification().Gwenole Beauchesne1-22/+0
2013-05-28API: h264 encode: fix comment for RefPicList0/1.Gwenole Beauchesne1-2/+2
2013-05-28API: h264 encode: add intra_idr_period to sequence parameter.Gwenole Beauchesne1-0/+2
2013-05-28API: h264 encode: document DPB usage.Gwenole Beauchesne1-3/+14
2013-05-28API: h264 encode: drop extraneous comment.Gwenole Beauchesne1-1/+1
2013-05-28API: h264 encode: drop profile_idc.Gwenole Beauchesne1-2/+0
2013-05-28API: h264 encode: add packed SEI header.Gwenole Beauchesne1-0/+21
2013-05-28API: h264 encode: fix comments.Gwenole Beauchesne1-3/+3
2013-05-28API: h264 encode: add macroblock parameter buffer.Gwenole Beauchesne1-0/+97
2013-05-28API: add new H.264 encoding API for main and high profiles.Gwenole Beauchesne1-0/+471