Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-11vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-17avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer
2020-11-03vaapi_encode_mpeg2: Fix setting colour propertiesMark Thompson
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-05-04lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encodersLinjie Fu
2020-04-26lavc/vaapi_encode: Add hardware config metadataMark Thompson
2019-07-29vaapi_encode: Add ROI supportMark Thompson
2019-02-26vaapi_encode_mpeg2: Add missing marker bit in time_codeMark Thompson
2019-02-26vaapi_encode_mpeg2: Enable support for more RC modesMark Thompson
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2019-01-24vaapi_encode: Convert to send/receive APIMark Thompson
2018-10-29vaapi_encode_mpeg2: Fix width/height columns/rows confusionMark Thompson
2018-10-27vaapi_encode_mpeg2: Use common slice sizing codeMark Thompson
2018-09-23vaapi_encode: Clean up the packed header configurationMark Thompson
2018-09-23vaapi_encode: Clean up the GOP structure configurationMark Thompson
2018-09-23vaapi_encode: Add support for max QP in rate controlMark Thompson
2018-09-23vaapi_encode: Clean up rate control configurationMark Thompson
2018-09-23vaapi_encode_mpeg2: Add optionsMark Thompson
2018-09-23vaapi_encode: Choose profiles dynamicallyMark Thompson
2018-08-27vaapi_encode: Remove common priv_data and options fieldsMark Thompson
2018-08-27vaapi_encode_mpeg2: Move common structure into contextMark Thompson
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-21cbs: Refcount all the things!Mark Thompson
2018-02-21cbs: Allocate the context inside the init functionMark Thompson
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-17vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson
2017-09-13vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson
2017-09-09lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao
2017-02-08vaapi_encode: Add MPEG-2 supportMark Thompson
2017-01-29vaapi_encode: Add MPEG-2 supportMark Thompson