summaryrefslogtreecommitdiff
path: root/libavcodec/aptxdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+2
* avcodec/aptxdec: Process data in complete blocks onlyAndreas Rheinhardt2022-09-191-1/+1
* 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: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* 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-18/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* aptx: convert to new channel layout APIAnton Khirnov2022-03-151-1/+7
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-051-0/+204