summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cosmeticsAlex Converse2010-06-051-3/+3
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-051-6/+0
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-051-1/+1
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-031-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add an HE-AAC v1 decoder.Alex Converse2010-03-081-1/+3
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-4/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-5/+5
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-131-1/+1
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-021-0/+1
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-031-1/+11
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-2/+2
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-101-0/+2
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-3/+16
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-111-1/+0
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-181-30/+0
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-061-0/+2
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-171-0/+1
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-211-1/+1
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-101-0/+1
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-241-0/+19
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-051-1/+0
* Correct documentation of ch_select array.Alex Converse2008-10-061-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-221-3/+2
* More OKed AAC decoder code hunksRobert Swain2008-08-181-0/+12
* More OKed AAC decoder code hunksRobert Swain2008-08-181-0/+8
* More OKed AAC decoder hunksRobert Swain2008-08-151-0/+3
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-151-4/+1
* More OKed sections of AAC decoder codeRobert Swain2008-08-151-0/+46
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-111-0/+48
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-091-2/+76
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-051-0/+88
OpenPOWER on IntegriCloud