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