summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-0/+3
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-6/+0
* avcodec: remove FF_API_AUTO_THREADSJames Almer2023-02-091-3/+0
* avcodec: remove FF_API_UNUSED_CODEC_CAPSJames Almer2023-02-091-11/+0
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-041-3/+3
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-021-0/+8
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-121/+0
* libavcodec: Split version.hMartin Storsjö2022-03-161-1/+1
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-0/+11
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-0/+5
* avcodec/codec: Reorder elements to make AVCodec smallerAndreas Rheinhardt2021-08-251-6/+7
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-101-0/+9
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-4/+4
* avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next APIAndreas Rheinhardt2021-04-271-3/+0
* pthread_frame: introduce a codec callback to update the user-facing contextHendrik Leppkes2021-04-141-0/+5
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-2/+7
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-121-3/+5
* avcodec/codec: Update init_static_data doxygenAndreas Rheinhardt2021-03-081-1/+1
* avcodec/codec: add doxy to AVCodec.decode()James Almer2021-03-071-0/+12
* avcodec/codec: use the correct name for all AVCodec.decode() parametersJames Almer2021-03-071-1/+2
* avcodec/codec: remove outdated comment about AVCodec.encode2()James Almer2021-03-071-1/+1
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* avcodec/codec.h: add missing FF_API_NEXT wrapperJames Almer2020-10-101-0/+2
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-7/+3
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-271-0/+462