| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aac/aacdec: Fix linking errors with only one decoder enabled | Andreas Rheinhardt | 2024-05-07 | 1 | -1/+2 |
* | aacsbr: constify the only SBR table | Lynne | 2024-04-23 | 1 | -10/+0 |
* | aacdec: remove AAC-specific MIPS optimizations | Lynne | 2024-04-23 | 1 | -6/+0 |
* | aacdec: move aacdec.h into libavcodec/aac | Lynne | 2024-04-23 | 1 | -1/+1 |
* | avcodec/aacdec: PredictorState array out of SingleChannelElement | Andreas Rheinhardt | 2024-04-23 | 1 | -0/+3 |
* | avcodec/aacdec: Split SBR context from ChannelElement | Andreas Rheinhardt | 2024-04-23 | 1 | -7/+21 |
* | avcodec/aacsbr: Make ff_aac_sbr_* funcs accept ChannelElement* | Andreas Rheinhardt | 2024-04-23 | 1 | -6/+11 |
* | aacsbr_template: include mem.h | Lynne | 2024-04-23 | 1 | -0/+1 |
* | aacdec: move aacdec_common to aac/aacdec_tab | Lynne | 2024-04-23 | 1 | -1/+1 |
* | avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mips | Andreas Rheinhardt | 2024-02-27 | 1 | -2/+2 |
* | avcodec/aacdec: Rename AACContext to AACDecContext | Andreas Rheinhardt | 2024-02-27 | 1 | -17/+17 |
* | avcodec/aacsbr: Remove unused parameter from sbr_gain_calc | Andreas Rheinhardt | 2024-02-27 | 1 | -1/+1 |
* | avocdec/aac: Move decoder-only stuff to new header aacdec.h | Andreas Rheinhardt | 2024-02-27 | 1 | -0/+2 |
* | avcodec/aacdec_common: Apply offset for SBR VLCs during init | Andreas Rheinhardt | 2023-10-31 | 1 | -20/+6 |
* | avcodec/aacdec_common: Avoid superfluous VLC structures for SBR VLCs | Andreas Rheinhardt | 2023-10-31 | 1 | -12/+12 |
* | avcodec/aacsbr_template: Deduplicate VLCs | Andreas Rheinhardt | 2023-10-31 | 1 | -40/+13 |
* | avcodec/aacps: Remove unused AVCodecContext* parameter from ff_ps_apply | Andreas Rheinhardt | 2023-10-31 | 1 | -1/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | aacsbr: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -17/+39 |
* | avcodec/aacdec: print a log message when treating mono HE-AAC as stereo | James Almer | 2022-07-30 | 1 | -0/+2 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -2/+2 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avcodec/aacps: Factor out code shared by float and fixed point decoder | Andreas Rheinhardt | 2020-12-31 | 1 | -2/+2 |
* | avcodec/aacsbr_template: Remove pointless runtime initialization | Andreas Rheinhardt | 2020-12-31 | 1 | -4/+0 |
* | lavc/aacsbr: fix make checkheaders warning | Jun Zhao | 2018-06-10 | 1 | -0/+12 |
* | Merge commit 'ba30b74686f0cb6c9dd465ac4820059c48bf9d08' | James Almer | 2017-09-27 | 1 | -7/+7 |
* | avcodec/aacsbr_template: Do not change bs_num_env before its checked | Michael Niedermayer | 2017-05-13 | 1 | -13/+15 |
* | avcodec/aacsbr_template: Do not leave bs_num_env invalid | Michael Niedermayer | 2017-05-06 | 1 | -0/+2 |
* | aacsbr: Turnoff in the event of over read. | Alex Converse | 2017-03-21 | 1 | -0/+1 |
* | Merge commit '42c4c2d2a6dc48adb0e901ef5617acfba0a3a18e' | Clément Bœsch | 2017-03-19 | 1 | -6/+0 |
* | aacsbr: Associate SBR data with AAC elements on init | Alex Converse | 2017-02-13 | 1 | -1/+2 |
* | aacsbr: reduce element type mismatch warning severity | Rostislav Pehlivanov | 2016-06-08 | 1 | -1/+1 |
* | avcodec/aacsbr_template: Add Check to read_sbr_envelope() | Michael Niedermayer | 2015-12-12 | 1 | -8/+33 |
* | avcodec/aacsbr: Split the env_facs table | Michael Niedermayer | 2015-12-12 | 1 | -34/+8 |
* | sbr_qmf_analysis: sanitize input for 32-bit imdct | Andreas Cadhalpun | 2015-12-11 | 1 | -0/+18 |
* | aacsbr: ensure strictly monotone time borders | Andreas Cadhalpun | 2015-12-11 | 1 | -2/+2 |
* | aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data | Andreas Cadhalpun | 2015-11-20 | 1 | -0/+10 |
* | avcodec/aacsbr_template: Check values read in read_sbr_noise() | Michael Niedermayer | 2015-11-19 | 1 | -8/+28 |
* | avcodec/aacsbr: Split pre dequantization noise factors table | Michael Niedermayer | 2015-11-19 | 1 | -19/+6 |
* | avcodec/aacsbr: Use FLOAT_0 | Michael Niedermayer | 2015-11-08 | 1 | -1/+1 |
* | avcodec/aacsbr_template: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-11-04 | 1 | -6/+8 |
* | avcodec: Implementation of AAC_fixed_decoder (PS-module) | Djordje Pesut | 2015-07-22 | 1 | -4/+4 |
* | avcodec: Implementation of AAC_fixed_decoder (SBR-module) | Djordje Pesut | 2015-07-20 | 1 | -43/+168 |
* | avcodec: Template creation for AAC decoder (SBR-module) | Djordje Pesut | 2015-07-20 | 1 | -0/+1410 |