|
561cc161ca
|
avcodec/fmvc: Check if header fields are available before allocating the image
Fixes: Timeout (15sec -> 0.5sec)
Fixes: 14846/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FMVC_fuzzer-5068322120400896
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2019-06-21 18:28:00 +02:00 |
|
|
1f71f0a312
|
avcodec/fmvc: use correct pixel format on big-endian for 16 bpp
|
2018-09-08 20:33:15 +02:00 |
|
|
b94eda7194
|
Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3'
* commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3':
Add FM Screen Capture Codec decoder
Merged-by: James Almer <jamrial@gmail.com>
|
2017-10-27 21:15:34 -03:00 |
|
|
3766aa7343
|
avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a keyframe
Fixes: fmvc-poc.avi
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2017-05-23 11:52:29 +02:00 |
|
|
e11dcc35bb
|
avcodec/fmvc: Fix off by 1 error
Fixes: out of array access
Fixes: 1643/clusterfuzz-testcase-minimized-6117573403869184
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-17 02:17:51 +02:00 |
|
|
0158b405a7
|
avcodec/fmvc: Check nb_blocks
Fixes: out of array read
Fixes: 1508/clusterfuzz-testcase-minimized-5011336327069696
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-13 01:23:23 +02:00 |
|
|
95a8a03a19
|
Add FM Screen Capture Codec decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2017-04-13 12:35:35 +02:00 |
|
|
b4da4307a9
|
avcodec/fmvc: small refactoring in decode_type1()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2017-03-21 11:46:43 +01:00 |
|
|
c583e701bd
|
avcodec/fmvc: initialize opcode to 0
It shouldn't really matter but it doesn't hurt.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2017-02-24 15:50:16 +01:00 |
|
|
1a71df9bac
|
avcodec/fmvc: fix decoding of odd size videos
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2017-02-17 10:48:04 +01:00 |
|
|
8259f8a720
|
avcodec: add FM Screen Capture Codec decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2017-02-12 10:43:45 +01:00 |
|