aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
Commit message (Expand)AuthorAgeFilesLines
* aacdec_usac: use correct TNS valuesLynne2024-06-081-0/+8
* aacdec: add a decoder for AAC USAC (xHE-AAC)Lynne2024-06-021-0/+42
* aactab: add new scalefactor offset tables for 96/768pt windowsLynne2024-06-021-0/+117
* aactab: add tables for the new USAC arithmetic coderLynne2024-06-021-0/+376
* aactab: add deemphasis tables for USACLynne2024-06-021-0/+25
* avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionallyAndreas Rheinhardt2024-05-061-1/+1
* Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid...Andreas Rheinhardt2024-03-071-2/+2
* avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tablesAndreas Rheinhardt2024-03-041-0/+39
* avcodec/aactab: Deduplicate swb_offset_960 tabsAndreas Rheinhardt2023-11-041-8/+1
* avcodec/aactab: Improve included headersAndreas Rheinhardt2023-10-311-4/+4
* avcodec/aacdec_template: Don't init unused table for fixed-point decoderAndreas Rheinhardt2023-10-311-53/+49
* avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavc...Michael Niedermayer2023-07-221-2/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/aactab: Make AAC encoder and decoders actually init-threadsafeAndreas Rheinhardt2020-12-081-1/+7
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-081-0/+14
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-081-4/+0
* avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt2020-11-241-0/+52
* avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol2017-08-241-0/+120
* avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde2015-11-281-1/+3
* aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov2015-11-271-3/+0
* aacenc: make threadsafeRostislav Pehlivanov2015-11-271-0/+3
* avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer2015-07-251-0/+453
* avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixedMichael Niedermayer2015-07-251-153/+153
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic2015-07-091-0/+486
* Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754'Michael Niedermayer2015-02-041-1/+493
|\
| * aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-031-1/+493
* | Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49'Michael Niedermayer2014-01-051-1/+0
|\|
| * aac: Fix low delay windowing.Alex Converse2014-01-041-1/+0
* | Merge commit 'b2212dec0f011893ec68eecaa990170fa24050d7'Michael Niedermayer2014-01-051-0/+4
|\|
| * aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-041-0/+4
* | 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