46 Commits (bf738412e849bcb8c63a330dfb814281b3d97f6b)

Author SHA1 Message Date
Andreas Rheinhardt f26255962c avcodec/aacsbr_template: Remove unused-but-set variable 6 months ago
Lynne 0b67c83b2e
aacdec_usac, aacsbr: implement SBR support for USAC 6 months ago
Andreas Rheinhardt 2eab5a1f54 avcodec/aac/aacdec: Fix linking errors with only one decoder enabled 8 months ago
Lynne 176c922e4e
aacsbr: constify the only SBR table 8 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 8 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 8 months ago
Andreas Rheinhardt fc3c2ea8dc
avcodec/aacdec: PredictorState array out of SingleChannelElement 8 months ago
Andreas Rheinhardt 5bd7b8d999
avcodec/aacdec: Split SBR context from ChannelElement 8 months ago
Andreas Rheinhardt 6975d965fc
avcodec/aacsbr: Make ff_aac_sbr_* funcs accept ChannelElement* 8 months ago
Lynne 3600f757db
aacsbr_template: include mem.h 8 months ago
Lynne f55b587820
aacdec: move aacdec_common to aac/aacdec_tab 8 months ago
Andreas Rheinhardt 6c92347ab9 avcodec/sbr: Remove unused AACDecContext* parameter from sbr_lf_gen_mips 10 months ago
Andreas Rheinhardt 1ecc906536 avcodec/aacdec: Rename AACContext to AACDecContext 10 months ago
Andreas Rheinhardt 1b048dd443 avcodec/aacsbr: Remove unused parameter from sbr_gain_calc 10 months ago
Andreas Rheinhardt a0fa6b6030 avocdec/aac: Move decoder-only stuff to new header aacdec.h 10 months ago
Andreas Rheinhardt 7f66d9d6c5 avcodec/aacdec_common: Apply offset for SBR VLCs during init 1 year ago
Andreas Rheinhardt 0b4e69cc87 avcodec/aacdec_common: Avoid superfluous VLC structures for SBR VLCs 1 year ago
Andreas Rheinhardt 22d60524d8 avcodec/aacsbr_template: Deduplicate VLCs 1 year ago
Andreas Rheinhardt 70b5d9c569 avcodec/aacps: Remove unused AVCodecContext* parameter from ff_ps_apply 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
Lynne fbe6a51b11
aacsbr: convert to lavu/tx 2 years ago
James Almer 6406d5e430 avcodec/aacdec: print a log message when treating mono HE-AAC as stereo 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 3 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 3 years ago
Andreas Rheinhardt 3693e2fcee avcodec/aacps: Factor out code shared by float and fixed point decoder 4 years ago
Andreas Rheinhardt 3526f3856a avcodec/aacsbr_template: Remove pointless runtime initialization 4 years ago
Jun Zhao 1213840265 lavc/aacsbr: fix make checkheaders warning 7 years ago
Michael Niedermayer 87b08ee6d2 avcodec/aacsbr_template: Do not change bs_num_env before its checked 8 years ago
Michael Niedermayer a8ad83b793 avcodec/aacsbr_template: Do not leave bs_num_env invalid 8 years ago
Alex Converse 2c8a3aa985 aacsbr: Turnoff in the event of over read. 8 years ago
Alex Converse 3bb24fc344 aacsbr: Associate SBR data with AAC elements on init 8 years ago
Rostislav Pehlivanov a04ae469e7 aacsbr: reduce element type mismatch warning severity 9 years ago
Michael Niedermayer 625b582d5a avcodec/aacsbr_template: Add Check to read_sbr_envelope() 9 years ago
Michael Niedermayer b78885a3c5 avcodec/aacsbr: Split the env_facs table 9 years ago
Andreas Cadhalpun fdc94db37e sbr_qmf_analysis: sanitize input for 32-bit imdct 9 years ago
Andreas Cadhalpun ff8816f717 aacsbr: ensure strictly monotone time borders 9 years ago
Andreas Cadhalpun 1c3e43a627 aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data 9 years ago
Michael Niedermayer d877b88f51 avcodec/aacsbr_template: Check values read in read_sbr_noise() 9 years ago
Michael Niedermayer bfd0e02dd6 avcodec/aacsbr: Split pre dequantization noise factors table 9 years ago
Michael Niedermayer dcf1cf5d24 avcodec/aacsbr: Use FLOAT_0 9 years ago
Ganesh Ajjanagadde fd0bf457b7 avcodec/aacsbr_template: replace qsort with AV_QSORT 9 years ago
Djordje Pesut 5fd81cf6f0 avcodec: Implementation of AAC_fixed_decoder (PS-module) 10 years ago
Djordje Pesut f85bc147fb avcodec: Implementation of AAC_fixed_decoder (SBR-module) 10 years ago
Djordje Pesut 5499467d5d avcodec: Template creation for AAC decoder (SBR-module) 10 years ago
Michael Niedermayer 2e13a45b1a avcodec/aacsbr: Assert that bs_num_env is positive 10 years ago
Michael Niedermayer 79a98294da avcodec/aacsbr: check that the element type matches before applying SBR 10 years ago
Andreas Cadhalpun 584cc1ade1 aacsbr: break infinite loop in sbr_hf_calc_npatches 10 years ago
Michael Niedermayer 0b961423ee avcodec/aacsbr: Replace impossible condition by assert 10 years ago
Vittorio Giovara cdce9e8025 aacsbr: Fix type for index variable 10 years ago
Reimar Döffinger 8c1ce7787a aacsbr: silence message for SBR extension "padding". 10 years ago