[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-03 Thread Aurelien Jacobs
Aurelien Jacobs au...@gnuage.org added the comment: fixed in r26207. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2471

[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Sample moved to /samples/ffmpeg-bugs/roundup/issue2471. -- substatus: needs_more_info - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-01 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: ffmpeg crashes on mkv files with invalid timestamps with the arguments ./ffmpeg -i ../fuzzed.mkv del.mkv. The error is Floating point exception. This occurs because a division by zero when the timestamp is invalid. The file was generated

[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-01 Thread Aurelien Jacobs
Aurelien Jacobs au...@gnuage.org added the comment: You should probably fix this in the matroska demuxer itself. (have a look around the av_set_pts_info() call). Also could you please make the fuzzed.mkv file available (have a look at the guide about Submitting Sample Media on

[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Sorry, I deleted the sample, please upload again -- priority: normal - important FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-01 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have reuploaded the sample and attached a different fix. I'm not sure if this a correct fix. The output with the patch is: ./ffmpeg_g -i ../fuzzed/mkv_invalid_timestamp_crash.mkv del.mkv FFmpeg version git-0a30723, Copyright (c) 2000-2011