summaryrefslogtreecommitdiff
path: root/libavfilter/generate_wave_table.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-11-18 13:43:01 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-12-11 00:04:04 +0100
commitfdc94db37e89165964fdf34f1cd7632e44108bd0 (patch)
treeabb7a0341c20148f36243746ed8d1e37334b1496 /libavfilter/generate_wave_table.h
parenta9c20e922cee435c9ad2dc78f6c50651f353329c (diff)
sbr_qmf_analysis: sanitize input for 32-bit imdct
If the input contains too many too large values, the imdct can overflow. Even if it didn't, the output would be larger than the valid range of 29 bits. Note that this is a very delicate limit: Allowing values up to 1<<25 does not prevent input larger than 1<<29 from arriving at sbr_sum_square, while limiting values to 1<<23 breaks the fate-aac-fixed-al_sbr_hq_cm_48_5.1 test. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter/generate_wave_table.h')
0 files changed, 0 insertions, 0 deletions