summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* 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
* latm: avoid unnecessary reinit of the aac decoderJanne Grunau2011-10-25
* aacdec: initialize sbr context only in new channel elementsJanne Grunau2011-10-25
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
* aacdec: fix undefined shiftsMans Rullgard2011-10-08
* aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse2011-08-18
* aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse2011-08-18
* aac: Only output configure if audio was found.Alex Converse2011-08-18
* aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-09
* aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-05
* aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-01
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-30
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-23
* LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-20
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-15
* aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-27
* aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-27
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
* Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-27
* Add some debug log messages to AAC extradataAlex Converse2011-04-22
* aacdec: indentation cosmeticsYoung Han Lee2011-04-22