summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encodersLinjie Fu2020-05-041-0/+1
* lavc/vaapi_encode: Add hardware config metadataMark Thompson2020-04-261-0/+1
* vaapi_encode: Add ROI supportMark Thompson2019-07-281-0/+2
* vaapi_encode_mpeg2: Add missing marker bit in time_codeMark Thompson2019-02-251-1/+2
* vaapi_encode_mpeg2: Enable support for more RC modesMark Thompson2019-02-251-11/+13
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-251-2/+3
* vaapi_encode: Convert to send/receive APIMark Thompson2019-01-231-1/+4
* vaapi_encode_mpeg2: Fix width/height columns/rows confusionMark Thompson2018-10-291-2/+2
* vaapi_encode_mpeg2: Use common slice sizing codeMark Thompson2018-10-271-10/+8
* vaapi_encode: Clean up the packed header configurationMark Thompson2018-09-231-2/+2
* vaapi_encode: Clean up the GOP structure configurationMark Thompson2018-09-231-1/+1
* vaapi_encode: Add support for max QP in rate controlMark Thompson2018-09-231-0/+2
* vaapi_encode: Clean up rate control configurationMark Thompson2018-09-231-5/+4
* vaapi_encode_mpeg2: Add optionsMark Thompson2018-09-231-2/+51
* vaapi_encode: Choose profiles dynamicallyMark Thompson2018-09-231-28/+8
* vaapi_encode: Remove common priv_data and options fieldsMark Thompson2018-08-271-2/+0
* vaapi_encode_mpeg2: Move common structure into contextMark Thompson2018-08-271-28/+25
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-1/+1
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-1/+1
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-201-5/+5
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
| * vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-09-121-215/+423
| * vaapi_encode: Add MPEG-2 supportMark Thompson2017-01-291-0/+470
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-10-171-215/+423
* lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao2017-09-091-1/+1
* vaapi_encode: Add MPEG-2 supportMark Thompson2017-02-081-0/+470