aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-141-9/+2
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-131-13/+14
* Add an HE-AAC v1 decoder.Alex Converse2010-03-081-31/+52
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-071-1/+1
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-071-4/+9
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-071-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* AAC: Return the number of bytes consumed in decoding a frame.Alex Converse2010-03-041-1/+3
* AAC: Mark predictor functions av_always_inline.Alex Converse2010-03-041-2/+2
* aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse2010-02-241-0/+4
* Add some AAC buffer overread checks.Alex Converse2010-02-181-4/+26
* AAC: Mark che_configure() as av_cold.Alex Converse2010-02-151-1/+1
* AAC: Mark functions that are only called when the output configuration is not...Alex Converse2010-02-151-2/+2
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-101-6/+0
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-151-28/+65
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-151-0/+12
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-131-16/+16
* AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård2010-01-131-15/+39
* AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård2010-01-131-27/+31
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-131-54/+187
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-111-1/+6
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-111-3/+3
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-2/+2
* AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård2010-01-081-1/+1
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-161-3/+2
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-151-2/+3
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-081-0/+2
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-021-1/+1
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-021-0/+2
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-211-1/+1
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-111-7/+7
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-031-7/+12
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-091-1/+1
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-081-1/+1
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-281-23/+39
* Reindent after last commitRobert Swain2009-09-281-21/+21
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-281-5/+23
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-231-4/+4
* AAC: 10l: fix PNS decodingMåns Rullgård2009-09-221-1/+1
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-221-1/+1
* AAC: use new dsputil functionsMåns Rullgård2009-09-221-32/+27
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* cosmetics: K&R coding styleDiego Biurrun2009-08-021-314/+391
* Cosmetics: reindent after last commitAlex Converse2009-07-101-1/+1
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-101-7/+14
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-5/+5
* Cosmetics: Re-indent after last commitAlex Converse2009-06-121-4/+4
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-121-4/+4
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-261-6/+3