Re: [FFmpeg-devel] [PATCH 1/3] avcodec/error_resilience: Use a symmetric check for skipping MV estimation

2019-02-25 Thread Michael Niedermayer
On Tue, Feb 19, 2019 at 09:09:22PM +0100, Michael Niedermayer wrote: > This speeds up the testcase by a factor of 4 > > Fixes: Timeout > Fixes: > 13100/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5767533905313792 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 1/3] avcodec/error_resilience: Use a symmetric check for skipping MV estimation

2019-02-19 Thread Michael Niedermayer
This speeds up the testcase by a factor of 4 Fixes: Timeout Fixes: 13100/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5767533905313792 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer ---