summaryrefslogtreecommitdiff
path: root/libavcodec/audiotoolboxdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/audiotoolboxdec: Properly fill out_formatChristopher Snowhill2022-04-24
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* audiotoolbox: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-13
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* All: update names in copyright headersrcombs2021-01-20
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* avcodec/audiotoolboxdec: fix ac3_parser header includeJames Almer2017-10-27
* Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-27
* avcodec/audiotoolboxdec: use av_freep()James Almer2017-09-06
* avcodec/audiotoolboxdec: switch to the new generic filtering mechanismJames Almer2017-09-06
* avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil...James Almer2017-09-06
* avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradataJames Almer2017-09-06
* avcodec/audiotoolboxdec: check packet side data for AAC extradata updatesJames Almer2017-05-25
* lavc/audiotoolboxdec: fix OSX SDK detectionDmitry Kalinkin2016-11-14
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
* lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.Carl Eugen Hoyos2016-06-20
* lavc/audiotoolboxdec: move to new BSF APIRodger Combs2016-04-26
* lavc/audiotoolboxdec: fix memory leakRodger Combs2016-04-26
* lavf/audiotoolboxdec: only provide block alignment for ILBCRodger Combs2016-04-13
* lavf/audiotoolboxdec: only send extradata for formats that use itRodger Combs2016-04-13
* lavc/audiotoolboxdec: reindentRodger Combs2016-04-13
* lavc/audiotoolboxdec: avoid relying on consumer-provided params when possibleRodger Combs2016-04-13
* lavc/audiotoolboxdec: add eac3 decoderRodger Combs2016-04-02
* lavc/audiotoolboxdec: fix a number of config and timestamp issuesRodger Combs2016-04-02
* lavc/audiotoolboxdec: support ADTS AAC inputRodger Combs2016-04-02
* lavc: add AudioToolbox decodersRodger Combs2016-03-22