summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/audiotoolboxenc: return AVERROR_EXTERNAL immediately when encode errorSteven Liu2022-08-221-3/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/audiotoolboxenc: return external error if encode failedSteven Liu2022-06-241-2/+4
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/audiotoolboxenc: add missing AVCodec.ch_layoutsJames Almer2022-03-151-7/+27
* avcodec/audiotoolboxenc: use the correct macros for standard channel layoutsJames Almer2022-03-151-13/+13
* avcodec/audiotoolboxenc: Fix the use of FF_ARRAY_ELEMSMartin Storsjö2022-03-151-1/+1
* avcodec/audiotoolboxenc: use the correct function nameJames Almer2022-03-151-1/+1
* audiotoolbox: convert to new channel layout APIAnton Khirnov2022-03-151-51/+45
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1Andreas Rheinhardt2021-05-231-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* All: update names in copyright headersrcombs2021-01-201-1/+1
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-151-1/+2
* lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang2018-01-031-0/+15
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* lavc/audiotoolboxenc: fix dropped frames on iOSRick Kern2016-06-161-27/+50
* lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targetsRodger Combs2016-04-021-1/+1
* lavc/audiotoolboxenc: fix iOS buildRodger Combs2016-04-021-1/+6
* lavc/audiotoolboxenc: fix a number of config issuesRodger Combs2016-04-021-22/+176
* lavc/audiotoolboxenc: remove unneeded packet metadataRodger Combs2016-04-021-13/+3
* avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.Dan Dennedy2016-03-261-0/+2
* lavc: add AudioToolbox encodersRodger Combs2016-03-221-0/+471