summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAgeFilesLines
* Rename aac.c to aacdec.c.Alex Converse2010-06-051-2125/+0
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-051-58/+58
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-031-0/+17
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-271-2/+2
* Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse2010-05-191-1/+6
* ReindentAlex Converse2010-04-301-3/+3
* Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse2010-04-301-7/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* 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
OpenPOWER on IntegriCloud