Michael Niedermayer
|
b923213276
|
avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 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>
|
2017-05-14 15:30:08 +02:00 |
|
Michael Niedermayer
|
5d5118f81b
|
avcodec/hqxdsp: Fix multiple runtime error: signed integer overflow: 248220 * 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>
|
2017-05-08 12:30:09 +02:00 |
|
Michael Niedermayer
|
d8b4e9adbb
|
Merge commit 'ea031b75fb'
* commit 'ea031b75fb':
hqx: Move DSP related code to a separate file
Conflicts:
libavcodec/hqx.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-04-20 04:33:06 +02:00 |
|
Vittorio Giovara
|
ea031b75fb
|
hqx: Move DSP related code to a separate file
|
2015-04-19 12:41:59 +01:00 |
|