aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aacsbr_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacsbr_template: Add Check to read_sbr_envelope()Michael Niedermayer2015-12-121-8/+33
* avcodec/aacsbr: Split the env_facs tableMichael Niedermayer2015-12-121-34/+8
* sbr_qmf_analysis: sanitize input for 32-bit imdctAndreas Cadhalpun2015-12-111-0/+18
* aacsbr: ensure strictly monotone time bordersAndreas Cadhalpun2015-12-111-2/+2
* aacsbr: don't call sbr_dequant twice without intermediate read_sbr_dataAndreas Cadhalpun2015-11-201-0/+10
* avcodec/aacsbr_template: Check values read in read_sbr_noise()Michael Niedermayer2015-11-191-8/+28
* avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer2015-11-191-19/+6
* avcodec/aacsbr: Use FLOAT_0Michael Niedermayer2015-11-081-1/+1
* avcodec/aacsbr_template: replace qsort with AV_QSORTGanesh Ajjanagadde2015-11-041-6/+8
* avcodec: Implementation of AAC_fixed_decoder (PS-module)Djordje Pesut2015-07-221-4/+4
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-201-43/+168
* avcodec: Template creation for AAC decoder (SBR-module)Djordje Pesut2015-07-201-0/+1410