summaryrefslogtreecommitdiff
path: root/libavcodec/hqxdsp.c
Commit message (Collapse)AuthorAge
* avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 ↵Michael Niedermayer2017-05-14
| | | | | | | | | cannot be represented in type 'int' Fixes: 1568/clusterfuzz-testcase-minimized-5944868608147456 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/hqxdsp: Fix multiple runtime error: signed integer overflow: 248220 ↵Michael Niedermayer2017-05-08
| | | | | | | | | * 21407 cannot be represented in type 'int' in idct_col() Fixes: 1405/clusterfuzz-testcase-minimized-5011491835084800 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9'Michael Niedermayer2015-04-20
| | | | | | | | | | * commit 'ea031b75fb50c59196ccb654c9d143fb75365da9': hqx: Move DSP related code to a separate file Conflicts: libavcodec/hqx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* hqx: Move DSP related code to a separate fileVittorio Giovara2015-04-19