aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aacsbr_fixed.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacsbr: Split the env_facs tableMichael Niedermayer2015-12-121-3/+3
* avcodec/aacsbr_fixed: Replace a noise_facs_q check by an av_assert0Michael Niedermayer2015-11-201-4/+1
* avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer2015-11-191-3/+3
* aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun2015-11-111-1/+12
* avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build wi...Michael Niedermayer2015-11-101-1/+2
* avcodec/aacsbr: Use FLOAT_0Michael Niedermayer2015-11-081-1/+1
* aacsbr_fixed: Make fixed_{exp,log}_table static constTimothy Gu2015-08-221-2/+2
* avcodec/aacsbr_fixed: remove unused variableGanesh Ajjanagadde2015-08-201-1/+0
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-201-0/+586