summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* aac: Relax reserved_bit validationVittorio Giovara2015-03-041-1/+2
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-281-2/+0
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-031-12/+26
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-031-1/+1
* aacdec: Support for ER AAC in LATMNiel van der Westhuizen2015-02-031-1/+11
* aacdec: Refactor aac_er_decode_frame.Alex Converse2015-02-031-4/+5
* aacdec: Refactor decode_ics_info.Alex Converse2015-02-031-12/+14
* aac: Simplify decode_mid_side_stereoLuca Barbato2014-12-021-4/+3
* aacdec: avoid an out-of-bounds writeVittorio Giovara2014-11-241-2/+2
* aacdec: add default case in channel layoutVittorio Giovara2014-11-041-0/+3
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-1/+1
* latm: Always reconfigure if no extradata was set previouslyHendrik Leppkes2014-02-281-1/+2
* aacdec: set AVFrame sample_rateJohn Stebbins2014-02-121-4/+7
* aac: Fix low delay windowing.Alex Converse2014-01-041-3/+8
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-041-1/+2
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-041-0/+10
* aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-251-6/+6
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-231-33/+174
* aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse2013-10-231-10/+9
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-181-4/+63
* aacdec: Add support for Error Resilience syntax.Alex Converse2013-09-181-10/+102
* aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-041-17/+17
* aac: Check init_get_bits return valueLuca Barbato2013-08-041-3/+6
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-2/+2
* aac: return meaningful errorsLuca Barbato2013-06-271-31/+35
* aac: K&R formatting cosmeticsLuca Barbato2013-06-271-94/+172
* aac: check the maximum number of channelsLuca Barbato2013-04-281-0/+2
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-8/+6
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-8/+8
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+2
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* aac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+7
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+1
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+3
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-5/+5
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-18/+18
* aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-121-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-6/+6
* aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-261-1/+2
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-251-41/+60
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-311-24/+20
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-2/+2
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-4/+4
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-6/+6
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
OpenPOWER on IntegriCloud