summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr.c
Commit message (Expand)AuthorAge
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/aacsbr: Remove remnants of tablegenAndreas Rheinhardt2020-12-31
* avcodec/aacsbr: Fix libavcodec/aacsbr.c:257:59: runtime error: division by zeroMichael Niedermayer2017-05-29
* lavc/aacsbr: sbr_dequant optimizationGanesh Ajjanagadde2015-12-19
* avcodec/aacsbr: Split the env_facs tableMichael Niedermayer2015-12-12
* avcodec/aacsbr: Replace a noise_facs_q check by an av_assert0Michael Niedermayer2015-11-19
* avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer2015-11-19
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-20
* avcodec: Template creation for AAC decoder (SBR-module)Djordje Pesut2015-07-20
* avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer2015-07-01
* avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer2015-07-01
* aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun2015-05-07
* avcodec/aacsbr: Replace impossible condition by assertMichael Niedermayer2015-03-17
* Merge commit 'cdce9e8025fff1dee2fd3d6bc28aebc0a330c5a0'Michael Niedermayer2015-03-17
|\
| * aacsbr: Fix type for index variableVittorio Giovara2015-03-17
| * aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-03
* | avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-02
* | Merge commit '208f3abb917757743313da0da714e525e03159d2'Michael Niedermayer2014-11-24
|\|
| * aacsbr: always initialize max_qmf_subbandsVittorio Giovara2014-11-24
* | Merge commit '930ffd46e1e742674aa7cc1c2450020c63b5015b'Michael Niedermayer2014-11-04
|\|
| * aacsbr: change order of operation to prevent out of array readMichael Niedermayer2014-11-04
* | Merge commit '9f6f407463ff8b7681befd04b6655bb7c6d9b3e1'Michael Niedermayer2014-11-04
|\|
| * aacsbr: treat 1-d arrays as suchVittorio Giovara2014-11-03
* | aacsbr: support hardcoding tables.Reimar Döffinger2014-09-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-26
|\|
| * aacsbr: Add some const casts to silence warnings in ff_sbr_apply()Diego Biurrun2013-11-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-04
|\|
| * aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer2013-03-14
|\|
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* | Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer2013-03-08
* | aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer2013-03-08
* | aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer2013-03-07
* | aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in this f...Michael Niedermayer2013-02-26
* | mips: optimization for float aac decoder (sbr module)Mirjana Vulin2013-02-21
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer2012-12-07
|\|
| * AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet2012-12-07
* | Merge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16'Michael Niedermayer2012-12-03
|\|
| * aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-02
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-26
|\|
| * aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* | aacsbr: check sample_rate before using it, fix division by 0Michael Niedermayer2012-11-20