summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
Commit message (Expand)AuthorAge
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-08
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-08
* avcodec/aactab: Remove declaration of inexistent arrayAndreas Rheinhardt2020-12-08
* avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt2020-11-24
* avcodec/aactab: Fix conflicting types for ff_aac_codebook*Andreas Rheinhardt2020-11-24
* avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol2017-08-24
* Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742'Clément Bœsch2017-03-29
|\
| * aactab: Move extern keyword to the front of array declarationsDiego Biurrun2016-11-02
* | avcodec/aactab: do not use floats for constantsMarton Balint2016-03-15
* | avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde2015-11-28
* | aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov2015-11-27
* | aactab.h: fix commentRostislav Pehlivanov2015-11-27
* | aactab.h: update and correct commentRostislav Pehlivanov2015-11-27
* | aacenc: make threadsafeRostislav Pehlivanov2015-11-27
* | aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov2015-10-17
* | aac: move the TNS tables from aacdectab to the shared aactabRostislav Pehlivanov2015-08-29
* | avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer2015-07-25
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic2015-07-09
* | Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754'Michael Niedermayer2015-02-04
|\|
| * aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-03
* | Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49'Michael Niedermayer2014-01-05
|\|
| * aac: Fix low delay windowing.Alex Converse2014-01-04
* | Merge commit 'b2212dec0f011893ec68eecaa990170fa24050d7'Michael Niedermayer2014-01-05
|\|
| * aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-23
|\|
| * aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* | Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'Michael Niedermayer2013-09-19
|\|
| * aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-22
|\|
| * 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
* 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
* 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* 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
* AAC tables and data that have been OKed by MichaelRobert Swain2008-07-27