summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAge
* Make aac_decode_frame() consume zero padding at the end of a packet.Reinhard Tartler2010-05-21
* ReindentAlex Converse2010-04-30
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-07
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-07
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-07
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* AAC: Return the number of bytes consumed in decoding a frame.Alex Converse2010-03-04
* AAC: Mark predictor functions av_always_inline.Alex Converse2010-03-04
* aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse2010-02-24
* Add some AAC buffer overread checks.Alex Converse2010-02-18
* AAC: Mark che_configure() as av_cold.Alex Converse2010-02-15
* AAC: Mark functions that are only called when the output configuration is not...Alex Converse2010-02-15
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-15
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-15
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-13
* AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-13
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-11
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-11
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård2010-01-08
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-08
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-02
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-02
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-11
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-09
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-08
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-28
* Reindent after last commitRobert Swain2009-09-28
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-28
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-23
* AAC: 10l: fix PNS decodingMåns Rullgård2009-09-22
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-22
* AAC: use new dsputil functionsMåns Rullgård2009-09-22
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* Cosmetics: reindent after last commitAlex Converse2009-07-10
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10