summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxenc.c
Commit message (Expand)AuthorAge
* avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately when encode errorSteven Liu2022-08-22
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/audiotoolboxenc: return external error if encode failedSteven Liu2022-06-24
* 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
* avcodec/audiotoolboxenc: add missing AVCodec.ch_layoutsJames Almer2022-03-15
* avcodec/audiotoolboxenc: use the correct macros for standard channel layoutsJames Almer2022-03-15
* avcodec/audiotoolboxenc: Fix the use of FF_ARRAY_ELEMSMartin Storsjö2022-03-15
* avcodec/audiotoolboxenc: use the correct function nameJames Almer2022-03-15
* audiotoolbox: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1Andreas Rheinhardt2021-05-23
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* All: update names in copyright headersrcombs2021-01-20
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-15
* lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang2018-01-03
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* lavc/audiotoolboxenc: fix dropped frames on iOSRick Kern2016-06-16
* lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targetsRodger Combs2016-04-02
* lavc/audiotoolboxenc: fix iOS buildRodger Combs2016-04-02
* lavc/audiotoolboxenc: fix a number of config issuesRodger Combs2016-04-02
* lavc/audiotoolboxenc: remove unneeded packet metadataRodger Combs2016-04-02
* avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.Dan Dennedy2016-03-26
* lavc: add AudioToolbox encodersRodger Combs2016-03-22