summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-241-1/+1
* aacdec: remove dead assignmentMans Rullgard2012-07-011-1/+1
* aacdec: Fix popping channel layouts.Alex Converse2012-06-201-1/+1
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-3/+4
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-041-0/+3
* aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse2012-04-201-0/+7
* aacdec: More robust output configuration.Alex Converse2012-04-161-102/+157
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-20/+20
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
* Update Janne's email address.Diego Biurrun2012-03-181-1/+1
* aacdec: Fix SCE parity check.Michael Niedermayer2012-03-091-1/+1
* aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-091-1/+4
* aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-281-0/+14
* aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-281-70/+70
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-4/+0
* aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-271-2/+1
* aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse2012-02-221-12/+13
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* aacdec: Unify preconfigured layout and PCE layout.Alex Converse2012-02-091-41/+16
* aacdec: Support native channel layout when requested.Alex Converse2012-02-091-5/+9
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-091-86/+282
* aacdec: Remove incorrect comment.Alex Converse2012-02-081-3/+0
* aacdec: Simplify output configuration.Alex Converse2012-02-081-15/+15
* latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse2012-01-111-0/+2
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-091-2/+19
* aacdec: Handle new extradata passed as side dataMartin Storsjö2011-12-211-0/+19
OpenPOWER on IntegriCloud