summaryrefslogtreecommitdiff
path: root/va/va_enc_h264.h
Commit message (Expand)AuthorAgeFilesLines
* add controls for encode qualityxfengcarl2017-11-211-0/+34
* enhance h264 encode vui header settingxfengcarl2017-11-211-1/+7
* Add reserved bytes to most structuresXiang, Haihao2017-09-271-0/+14
* Fix deprecated warningXiang, Haihao2017-09-271-1/+1
* Use portable types for VA structuresXiang, Haihao2017-09-271-92/+92
* Deprecate packed misc packed headerXiang, Haihao2017-09-271-1/+6
* update VAEncMacroblockParameterBufferH264Xiang, Haihao2017-09-271-4/+5
* Add support for encoding QP bufferSreerenj Balachandran2017-08-211-0/+9
* Don't automatically destroy the buffer(s) passed to vaRenderPictureXiang, Haihao2017-01-091-2/+1
* Added baseline to the list of profiles for the documentation.Jonathan Bian2013-05-281-4/+7
* Added aspect ratio related fields to VAEncSequenceParameterBufferH264Jonathan Bian2013-05-281-0/+8
* API: h264 encode: add more explicit packed header types for H.264.Gwenole Beauchesne2013-05-281-1/+36
* API: h264 encode: move up num_macroblocks, next to macroblock_address.Gwenole Beauchesne2013-05-281-2/+2
* API: h264 encode: remove dec_ref_pic_marking().Gwenole Beauchesne2013-05-281-32/+0
* API: h264 encode: remove ref_pic_list_modification().Gwenole Beauchesne2013-05-281-22/+0
* API: h264 encode: fix comment for RefPicList0/1.Gwenole Beauchesne2013-05-281-2/+2
* API: h264 encode: add intra_idr_period to sequence parameter.Gwenole Beauchesne2013-05-281-0/+2
* API: h264 encode: document DPB usage.Gwenole Beauchesne2013-05-281-3/+14
* API: h264 encode: drop extraneous comment.Gwenole Beauchesne2013-05-281-1/+1
* API: h264 encode: drop profile_idc.Gwenole Beauchesne2013-05-281-2/+0
* API: h264 encode: add packed SEI header.Gwenole Beauchesne2013-05-281-0/+21
* API: h264 encode: fix comments.Gwenole Beauchesne2013-05-281-3/+3
* API: h264 encode: add macroblock parameter buffer.Gwenole Beauchesne2013-05-281-0/+97
* API: add new H.264 encoding API for main and high profiles.Gwenole Beauchesne2013-05-281-0/+471