summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/audiotoolboxdec: Properly fill out_formatChristopher Snowhill2022-04-241-0/+5
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* audiotoolbox: convert to new channel layout APIAnton Khirnov2022-03-151-13/+16
* avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-131-1/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-091-1/+2
* All: update names in copyright headersrcombs2021-01-201-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* 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