summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_encode_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/vaapi_encode*: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Anton Khirnov2023-01-291-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson2022-04-111-3/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer2021-03-171-1/+2
* vaapi_encode_mpeg2: Fix setting colour propertiesMark Thompson2020-11-031-9/+8
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-5/+4
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-1/+0
* 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