summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* aacdec: Cleanup decode_ics_info.Alex Converse2011-12-201-15/+9
* aacdec: Use intfloat.h rather than local punning union.Alex Converse2011-12-121-11/+7
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-031-10/+15
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-13/+22
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-22/+27
* aacdec: Fix PS in ADTS.Alex Converse2011-11-221-1/+2
* aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-281-1/+1
* aac_latm: remove unneeded check for zero-size packet.Justin Ruggles2011-10-261-3/+0
* cosmetics: simplify latm_decode_initJanne Grunau2011-10-251-7/+2
* latm: avoid unnecessary reinit of the aac decoderJanne Grunau2011-10-251-2/+3
* aacdec: initialize sbr context only in new channel elementsJanne Grunau2011-10-251-3/+5
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-201-1/+1
* aacdec: fix undefined shiftsMans Rullgard2011-10-081-2/+2
* aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse2011-08-181-3/+3
* aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse2011-08-181-0/+2
* aac: Only output configure if audio was found.Alex Converse2011-08-181-2/+5
* aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-091-4/+5
* aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-051-1/+3
* aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse2011-08-011-2/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-131-3/+0
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-301-0/+42
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-231-1/+1
* LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-201-0/+1
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-10/+24
OpenPOWER on IntegriCloud