19 Commits (a47bd1cd1c714ac94cea9d3a26b58de521a7debc)

Author SHA1 Message Date
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) 9 years ago
Djordje Pesut f85bc147fb avcodec: Implementation of AAC_fixed_decoder (SBR-module) 9 years ago
Djordje Pesut 5499467d5d avcodec: Template creation for AAC decoder (SBR-module) 9 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
Michael Niedermayer 68b8e21b8b avcodec/aacdec: Use avpriv_float_dsp_alloc() 10 years ago
Vittorio Giovara 208f3abb91 aacsbr: always initialize max_qmf_subbands 10 years ago
Michael Niedermayer 930ffd46e1 aacsbr: change order of operation to prevent out of array read 10 years ago
Vittorio Giovara 9f6f407463 aacsbr: treat 1-d arrays as such 10 years ago
Reimar Döffinger 87c7fb2b21 aacsbr: support hardcoding tables. 10 years ago
Diego Biurrun 5145ccf02b aacsbr: Add some const casts to silence warnings in ff_sbr_apply() 11 years ago
Gian-Carlo Pascutto 454959a5aa aacdec: Set the profile during decoding 11 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Michael Niedermayer eab49f4fb5 Revert "aacdec: Reconfigure output as needed, disable pop_output_configuration()" 12 years ago
Michael Niedermayer 8978c743fb aacsbr: Check for envelope scalefactors overflowing 12 years ago
Michael Niedermayer 60dbf2eff9 aacdec: Reconfigure output as needed, disable pop_output_configuration() 12 years ago
Michael Niedermayer c6d3b3be15 aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in this function 12 years ago
Mirjana Vulin 8d2eb5fe58 mips: optimization for float aac decoder (sbr module) 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
Christophe Gisquet 9a16359c38 AAC SBR: use AVFloatDSPContext's vector_fmul 12 years ago
Christophe Gisquet e32bea8eb4 aac: avoid a memcpy in sbr_qmf_analysis 12 years ago
Justin Ruggles 3d3cf6745e aacdec: use float planar sample format for output 12 years ago
Michael Niedermayer cf5f4c5169 aacsbr: check sample_rate before using it, fix division by 0 12 years ago
Michael Niedermayer a15adabdd3 aacsbr: fix integer overflow 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Michael Niedermayer 248b1ff26b Fix various uses of av_log_missing_feature() 12 years ago
Michael Niedermayer c2340831b8 aacsbr: change order of operation to prevent out of array read 12 years ago
Mans Rullgard d0f34c96b1 aacsbr: remove unused variables 13 years ago
Michael Niedermayer 0e3cec9f7d aacsbr: optimize sine level addition 13 years ago