summaryrefslogtreecommitdiff
path: root/libavcodec/aptxenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-2/+2
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-6/+2
* avcodec/aptxenc: Process data in complete blocks of four samples onlyAndreas Rheinhardt2022-09-191-2/+4
* avcodec/aptx: Use AVCodecContext.frame_size according to the APIAndreas Rheinhardt2022-09-191-0/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/aptx: Move AudioFrameQueue to aptxenc.cAndreas Rheinhardt2022-08-271-8/+24
* 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: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-20/+20
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* 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-0/+6
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/aptxenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-3/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-051-0/+278