42 Commits (73ed6fa9d77da8cd4f34742dd0f56e64aa714786)

Author SHA1 Message Date
Dale Curtis a246701e9a Parse and drop gain control data, so that SSR packets decode. 7 years ago
Michael Niedermayer 33fe17bdc8 avcodec/aacdec_templat: Fix integer overflow in apply_ltp() 7 years ago
Michael Niedermayer dcf9bae4a9 avcodec/aacdec_template: Clear tns present flag on error 7 years ago
Paul B Mahol dbc9a8f21f avcodec/aac: Add floating point 960/120 MDCT window 7 years ago
Michael Niedermayer 6f03ffb47d avcodec/aacdec_template: Fix running cleanup in decode_ics_info() 7 years ago
Nicolas Sugino df884e038f avcodec/aacdec: Fix PCE channel_layout verification 7 years ago
Michael Niedermayer 2886142e0c avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later 7 years ago
Michael Niedermayer 0ef8f03133 avcodec/aacdec_template: Fix undefined integer overflow in apply_tns() 7 years ago
Rostislav Pehlivanov c34ece57c7 aacdec_template: fix non-power-of-two MDCT scale sign 7 years ago
Rostislav Pehlivanov aef5f9ab05 mdct15: remove redundant scale argument to imdct_half 7 years ago
Michael Niedermayer 2ccd2c9003 avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative value -407 8 years ago
Michael Niedermayer 53a502206a avcodec/aacdec_template: Fix fixed point scale in decode_cce() 8 years ago
Michael Niedermayer ad2296ab3a avcodec/aacdec_fixed: Fix various integer overflows 8 years ago
Michael Niedermayer a5e0dbf530 avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failure 8 years ago
wm4 fcfc78cbab aacdec: do not mutate input packet metadata 8 years ago
Alex Converse dde1bf074c aacdec: When ignoring a PCE restore the previous config 8 years ago
Rostislav Pehlivanov d2119f624d imdct15: rename to mdct15 and add a forward transform 8 years ago
Alex Converse 1fce67d640 aac_latm: Align inband PCE to the start of the payload 8 years ago
Alex Converse 3bb24fc344 aacsbr: Associate SBR data with AAC elements on init 8 years ago
Alex Converse 3f1a38c919 aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
Alex Converse 51a055b206 aacdec: Rename elem_type_prev to che_prev_type. 8 years ago
Alex Converse d379592687 aacdec: Allow SBR after DRC. 8 years ago
Carl Eugen Hoyos a8cb567e55 lavc: Remove CR/LF from avpriv_request_sample() calls. 8 years ago
Reimar Döffinger 7c93f2c0b9 Move cbrt tables to separate cbrt_data(_fixed).c files. 9 years ago
Michael Niedermayer 590863876d avcodec/aacdec_template: Check id_map 9 years ago
Rostislav Pehlivanov ec0719264c aac: temporarily un-share aac_table_init AVOnce variable 9 years ago
Rostislav Pehlivanov 3d62e7a30f aacenc: make threadsafe 9 years ago
Andreas Cadhalpun d7f29bfa69 aacdec: don't return frames without data from aac_decode_er_frame 9 years ago
Hendrik Leppkes 4da52e3630 aacdec: fix strict prototype warning 9 years ago
Derek Buitenhuis 1a29804558 aac: Make codec init run under ff_thread_once 9 years ago
Michael Niedermayer 7f46a641bf avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_config() 9 years ago
Emanuel Czirai 7ab1c57a64 libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame() 9 years ago
Nedeljko Babic 902bfa5b22 avcodec/aacdec_fixed: Fix preparation for resampler 9 years ago
Nedeljko Babic fee7c42bf4 avcodec/aac_fixed: Fix a bug in spectral_to_sample() 9 years ago
Michael Niedermayer f267d553f7 avcodec/aactab: Add ff_aac_eld_window_480_fixed 9 years ago
Djordje Pesut f85bc147fb avcodec: Implementation of AAC_fixed_decoder (SBR-module) 9 years ago
Djordje Pesut b04f46cb4b libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4] 9 years ago
Jovan Zelincevic f497a9e84e libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4] 9 years ago
Michael Niedermayer 990605768c avcodec/aacdec: Do not return a uninitialized value 10 years ago
Luca Barbato bc76c46943 aac: Wait to know the channels before allocating frame 10 years ago
Sebastian Dröge a188108ebf aac: Support channel configurations 11 and 12 10 years ago
nu774 677c804aa3 aac: correctly map 7.1ch-wide AAC from FDK AAC encoder 10 years ago
nu774 0289f81241 aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE 10 years ago
Andreas Cadhalpun a7c0c79333 aacdec: remove a duplicated line 10 years ago
Andreas Cadhalpun ec38a1ba40 aacdec: don't return frames without data 10 years ago
Andreas Cadhalpun 09bd7ddf20 aacdec: consistently use avctx for logging in decode_eld_specific_config 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Andreas Cadhalpun 5b75689b98 aacdec: consistently use avctx for logging in decode_eld_specific_config 10 years ago
Rostislav Pehlivanov a61c75e9f7 aacdec: Use macros for constants 10 years ago
Michael Niedermayer e88b3852ae avcodec/aacdec: Fix storing state before PCE decode 10 years ago