summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.c
Commit message (Expand)AuthorAge
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-03
* aac: Fix low delay windowing.Alex Converse2014-01-04
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-04
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-18
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-20
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-13
* AAC: use new dsputil functionsMåns Rullgård2009-09-22
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-06
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-05
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* More OKed AAC decoder hunksRobert Swain2008-08-15
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-11
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-05