summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
Commit message (Expand)AuthorAge
* 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