summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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