summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_mpeg2.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson2022-04-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* vaapi_encode_mpeg2: Fix setting colour propertiesMark Thompson2020-11-03
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encodersLinjie Fu2020-05-04
* lavc/vaapi_encode: Add hardware config metadataMark Thompson2020-04-26
* vaapi_encode: Add ROI supportMark Thompson2019-07-28
* vaapi_encode_mpeg2: Add missing marker bit in time_codeMark Thompson2019-02-25
* vaapi_encode_mpeg2: Enable support for more RC modesMark Thompson2019-02-25
* libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt2019-02-25
* vaapi_encode: Convert to send/receive APIMark Thompson2019-01-23
* vaapi_encode_mpeg2: Fix width/height columns/rows confusionMark Thompson2018-10-29
* vaapi_encode_mpeg2: Use common slice sizing codeMark Thompson2018-10-27
* vaapi_encode: Clean up the packed header configurationMark Thompson2018-09-23
* vaapi_encode: Clean up the GOP structure configurationMark Thompson2018-09-23
* vaapi_encode: Add support for max QP in rate controlMark Thompson2018-09-23
* vaapi_encode: Clean up rate control configurationMark Thompson2018-09-23
* vaapi_encode_mpeg2: Add optionsMark Thompson2018-09-23
* vaapi_encode: Choose profiles dynamicallyMark Thompson2018-09-23
* vaapi_encode: Remove common priv_data and options fieldsMark Thompson2018-08-27
* vaapi_encode_mpeg2: Move common structure into contextMark Thompson2018-08-27
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-21
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-20
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-20
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
| * vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-09-12
| * vaapi_encode: Add MPEG-2 supportMark Thompson2017-01-29
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-10-17
* lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao2017-09-09
* vaapi_encode: Add MPEG-2 supportMark Thompson2017-02-08