summaryrefslogtreecommitdiffstats
path: root/libavcodec/audiotoolboxdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* avcodec/audiotoolboxdec: fix ac3_parser header includeJames Almer2017-10-271-1/+1
* Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-271-2/+2
* avcodec/audiotoolboxdec: use av_freep()James Almer2017-09-061-2/+2
* avcodec/audiotoolboxdec: switch to the new generic filtering mechanismJames Almer2017-09-061-53/+20
* avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil...James Almer2017-09-061-2/+3
* avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradataJames Almer2017-09-061-2/+8
* avcodec/audiotoolboxdec: check packet side data for AAC extradata updatesJames Almer2017-05-251-2/+14
* lavc/audiotoolboxdec: fix OSX SDK detectionDmitry Kalinkin2016-11-141-1/+1
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+5
* lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.Carl Eugen Hoyos2016-06-201-0/+2
* lavc/audiotoolboxdec: move to new BSF APIRodger Combs2016-04-261-28/+54
* lavc/audiotoolboxdec: fix memory leakRodger Combs2016-04-261-0/+1
* lavf/audiotoolboxdec: only provide block alignment for ILBCRodger Combs2016-04-131-1/+1
* lavf/audiotoolboxdec: only send extradata for formats that use itRodger Combs2016-04-131-3/+10
* lavc/audiotoolboxdec: reindentRodger Combs2016-04-131-23/+23
* lavc/audiotoolboxdec: avoid relying on consumer-provided params when possibleRodger Combs2016-04-131-22/+81
* lavc/audiotoolboxdec: add eac3 decoderRodger Combs2016-04-021-0/+7
* lavc/audiotoolboxdec: fix a number of config and timestamp issuesRodger Combs2016-04-021-65/+221
* lavc/audiotoolboxdec: support ADTS AAC inputRodger Combs2016-04-021-1/+34
* lavc: add AudioToolbox decodersRodger Combs2016-03-221-0/+334
OpenPOWER on IntegriCloud