summaryrefslogtreecommitdiff
path: root/libavcodec/aptxenc.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-28
* avcodec/aptxenc: Process data in complete blocks of four samples onlyAndreas Rheinhardt2022-09-19
* avcodec/aptx: Use AVCodecContext.frame_size according to the APIAndreas Rheinhardt2022-09-19
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/aptx: Move AudioFrameQueue to aptxenc.cAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* aptx: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/aptxenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-05