summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-07
* aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
* aac: Make sure to set err on the failure pathLuca Barbato2015-08-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* aac: Wait to know the channels before allocating frameLuca Barbato2015-06-07
* aac: Support channel configurations 11 and 12Sebastian Dröge2015-06-07
* aac: correctly map 7.1ch-wide AAC from FDK AAC encodernu7742015-06-07
* aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCEnu7742015-06-03
* aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun2015-04-19
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* aac: Relax reserved_bit validationVittorio Giovara2015-03-04
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-03
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-03
* aacdec: Support for ER AAC in LATMNiel van der Westhuizen2015-02-03
* aacdec: Refactor aac_er_decode_frame.Alex Converse2015-02-03
* aacdec: Refactor decode_ics_info.Alex Converse2015-02-03
* aac: Simplify decode_mid_side_stereoLuca Barbato2014-12-02
* aacdec: avoid an out-of-bounds writeVittorio Giovara2014-11-24
* aacdec: add default case in channel layoutVittorio Giovara2014-11-04
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* latm: Always reconfigure if no extradata was set previouslyHendrik Leppkes2014-02-28
* aacdec: set AVFrame sample_rateJohn Stebbins2014-02-12
* aac: Fix low delay windowing.Alex Converse2014-01-04
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-04
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-04
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-25
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-18
* aacdec: Add support for Error Resilience syntax.Alex Converse2013-09-18
* aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-04
* aac: Check init_get_bits return valueLuca Barbato2013-08-04
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-25
* aac: return meaningful errorsLuca Barbato2013-06-27
* aac: K&R formatting cosmeticsLuca Barbato2013-06-27
* aac: check the maximum number of channelsLuca Barbato2013-04-28
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* aac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22