summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
Commit message (Expand)AuthorAge
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-15
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-09
* avcodec: remove FF_API_AUTO_THREADSJames Almer2023-02-09
* avcodec: remove FF_API_UNUSED_CODEC_CAPSJames Almer2023-02-09
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-04
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-02
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* libavcodec: Split version.hMartin Storsjö2022-03-16
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/codec: Reorder elements to make AVCodec smallerAndreas Rheinhardt2021-08-25
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-27
* avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next APIAndreas Rheinhardt2021-04-27
* pthread_frame: introduce a codec callback to update the user-facing contextHendrik Leppkes2021-04-14
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-12
* avcodec/codec: Update init_static_data doxygenAndreas Rheinhardt2021-03-08
* avcodec/codec: add doxy to AVCodec.decode()James Almer2021-03-07
* avcodec/codec: use the correct name for all AVCodec.decode() parametersJames Almer2021-03-07
* avcodec/codec: remove outdated comment about AVCodec.encode2()James Almer2021-03-07
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec/codec.h: add missing FF_API_NEXT wrapperJames Almer2020-10-10
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-27