| Commit message (Expand) | Author | Age | Files | Lines |
* | aacdec_usac: use correct TNS values | Lynne | 2024-06-08 | 1 | -0/+8 |
* | aacdec: add a decoder for AAC USAC (xHE-AAC) | Lynne | 2024-06-02 | 1 | -0/+42 |
* | aactab: add new scalefactor offset tables for 96/768pt windows | Lynne | 2024-06-02 | 1 | -0/+117 |
* | aactab: add tables for the new USAC arithmetic coder | Lynne | 2024-06-02 | 1 | -0/+376 |
* | aactab: add deemphasis tables for USAC | Lynne | 2024-06-02 | 1 | -0/+25 |
* | avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionally | Andreas Rheinhardt | 2024-05-06 | 1 | -1/+1 |
* | Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid... | Andreas Rheinhardt | 2024-03-07 | 1 | -2/+2 |
* | avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tables | Andreas Rheinhardt | 2024-03-04 | 1 | -0/+39 |
* | avcodec/aactab: Deduplicate swb_offset_960 tabs | Andreas Rheinhardt | 2023-11-04 | 1 | -8/+1 |
* | avcodec/aactab: Improve included headers | Andreas Rheinhardt | 2023-10-31 | 1 | -4/+4 |
* | avcodec/aacdec_template: Don't init unused table for fixed-point decoder | Andreas Rheinhardt | 2023-10-31 | 1 | -53/+49 |
* | avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavc... | Michael Niedermayer | 2023-07-22 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/aactab: Make AAC encoder and decoders actually init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+7 |
* | avcodec/aac: Share common init code of float decoder and encoder | Andreas Rheinhardt | 2020-12-08 | 1 | -0/+14 |
* | avcodec/aacdec, aactab: Move kbd tables to their only user | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+0 |
* | avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -0/+52 |
* | avcodec/aac: Add floating point 960/120 MDCT window | Paul B Mahol | 2017-08-24 | 1 | -0/+120 |
* | avcodec/aac_tablegen: get rid of hardcoded tables entirely | Ganesh Ajjanagadde | 2015-11-28 | 1 | -1/+3 |
* | aac: temporarily un-share aac_table_init AVOnce variable | Rostislav Pehlivanov | 2015-11-27 | 1 | -3/+0 |
* | aacenc: make threadsafe | Rostislav Pehlivanov | 2015-11-27 | 1 | -0/+3 |
* | avcodec/aactab: Add ff_aac_eld_window_480_fixed | Michael Niedermayer | 2015-07-25 | 1 | -0/+453 |
* | avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixed | Michael Niedermayer | 2015-07-25 | 1 | -153/+153 |
* | libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4] | Jovan Zelincevic | 2015-07-09 | 1 | -0/+486 |
* | Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754' | Michael Niedermayer | 2015-02-04 | 1 | -1/+493 |
|\ |
|
| * | aacdec: Tables for length 480 AAC ELD. | Niel van der Westhuizen | 2015-02-03 | 1 | -1/+493 |
* | | Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49' | Michael Niedermayer | 2014-01-05 | 1 | -1/+0 |
|\| |
|
| * | aac: Fix low delay windowing. | Alex Converse | 2014-01-04 | 1 | -1/+0 |
* | | Merge commit 'b2212dec0f011893ec68eecaa990170fa24050d7' | Michael Niedermayer | 2014-01-05 | 1 | -0/+4 |
|\| |
|
| * | aac: Fix TNS decoding for the 512 sample window family. | Alex Converse | 2014-01-04 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-23 | 1 | -0/+483 |
|\| |
|
| * | aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). | Alex Converse | 2013-10-23 | 1 | -0/+483 |
* | | Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8' | Michael Niedermayer | 2013-09-19 | 1 | -0/+36 |
|\| |
|
| * | aacdec: Add support for LD (Low Delay) AAC | Alex Converse | 2013-09-18 | 1 | -0/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-22 | 1 | -2/+2 |
|\| |
|
| * | Convert vector_fmul range of functions to YASM and add AVX versions | Kieran Kunhya | 2012-05-21 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | aactab: Tablegenify ff_aac_pow2sf_tab. | Alex Converse | 2010-06-23 | 1 | -126/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -6/+6 |
* | remove tables of codebook vector values which are contained in | Stefan Gehrer | 2010-02-20 | 1 | -24/+5 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -8/+8 |
* | AAC: Compress codebook tables and optimise sign bit handling | Måns Rullgård | 2010-01-13 | 1 | -0/+186 |
* | AAC: use new dsputil functions | Måns Rullgård | 2009-09-22 | 1 | -6/+6 |
* | ff_swb_offset_* tables should be const. | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be | Alex Converse | 2009-06-12 | 1 | -0/+140 |
* | Add support for sample rate index 12, 7350 Hz | Alex Converse | 2009-02-12 | 1 | -3/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |