aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-231-0/+483
|\
| * aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-231-0/+483
* | Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'Michael Niedermayer2013-09-191-0/+36
|\|
| * aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-181-0/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-221-2/+2
|\|
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-211-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-126/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-6/+6
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-201-24/+5
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-8/+8
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-131-0/+186
* AAC: use new dsputil functionsMåns Rullgård2009-09-221-6/+6
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-061-2/+2
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-121-0/+140
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-121-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-241-0/+4
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-051-2/+30
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-3/+3
* More OKed AAC decoder hunksRobert Swain2008-08-151-0/+7
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-151-398/+488
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-111-0/+15
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-091-0/+83
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-051-0/+798