On Mon, May 14, 2018 at 1:07 AM, Michael Niedermayer <mich...@niedermayer.cc> wrote: > Fixes: Timeout > Fixes: > 6383/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QTRLE_fuzzer-6199846902956032 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> >
This does not seem like an issue to fix, but a fundamental change in the behavior of the codec. It currently properly honors all frame types, including "empty" frames, which results in proper constant frame rate output. After the change, it just flat out ignores those and discards them without any further consideration. Does not sound like a fuzzing or security related change to me, and possibly also quite the wrong thing to do. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel