summaryrefslogtreecommitdiff
path: root/libavcodec/libcodec2.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+2
* avcodec/libcodec2: Remove dead channel count checkAndreas Rheinhardt2022-09-221-1/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+2
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-21/+22
* libcodec2: convert to new channel layout APIAnton Khirnov2022-03-151-3/+9
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/libcodec2: Remove AVClass for decoderAndreas Rheinhardt2021-07-081-7/+0
* avcodec/libcodec2: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-2/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-281-8/+8
* Add libcodec2 en/decoderTomas Härdin2018-02-241-0/+213