summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
...
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-26
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* aacdec: Drop some unused function argumentsDiego Biurrun2012-10-31
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-24
* aacdec: remove dead assignmentMans Rullgard2012-07-01
* aacdec: Fix popping channel layouts.Alex Converse2012-06-20
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse2012-06-04
* aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse2012-04-20
* aacdec: More robust output configuration.Alex Converse2012-04-16
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Update Janne's email address.Diego Biurrun2012-03-18
* aacdec: Fix SCE parity check.Michael Niedermayer2012-03-09
* aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-09
* aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-28
* aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-28
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-27
* aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse2012-02-22
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* aacdec: Unify preconfigured layout and PCE layout.Alex Converse2012-02-09
* aacdec: Support native channel layout when requested.Alex Converse2012-02-09
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-09
* aacdec: Remove incorrect comment.Alex Converse2012-02-08
* aacdec: Simplify output configuration.Alex Converse2012-02-08
* latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse2012-01-11
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-09
* aacdec: Handle new extradata passed as side dataMartin Storsjö2011-12-21
* aacdec: Cleanup decode_ics_info.Alex Converse2011-12-20
* aacdec: Use intfloat.h rather than local punning union.Alex Converse2011-12-12
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-03
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* aacdec: Fix PS in ADTS.Alex Converse2011-11-22
* aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-28
* aac_latm: remove unneeded check for zero-size packet.Justin Ruggles2011-10-26
* cosmetics: simplify latm_decode_initJanne Grunau2011-10-25