[issue2509] lowres with bmp works incorrectly

2011-01-08 Thread ami_stuff
New submission from ami_stuff ami_st...@o2.pl: top-left part of the input image is cropped (the same happens with png and pbm files) http://samples.mplayerhq.hu/image-samples/MK50TEMP.BMP C:\ffmpeg -lowres 1 -i C:\MK50TEMP.BMP out.png FFmpeg version SVN-r26263, Copyright (c) 2000-2011 the

[issue2510] lowres with wmv2 crashes ffmpeg

2011-01-08 Thread ami_stuff
New submission from ami_stuff ami_st...@o2.pl: C:\C:\MinGW\bin\gdb.exe ffmpeg.exe GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.

[issue2511] seeking in .dv file with lowres enabled crashes ffplay

2011-01-08 Thread ami_stuff
New submission from ami_stuff ami_st...@o2.pl: http://samples.mplayerhq.hu/DV-raw/small_test2.dv C:\C:\MinGW\bin\gdb.exe ffplay.exe GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

[issue2492] Lagarith support

2011-01-08 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Committed Nathan Caldwell's decoder in r26270, some samples - http://samples.mplayerhq.hu/V-codecs/lagarith/lagarith.avi - can't be decoded. FFmpeg issue tracker

[issue2510] lowres with wmv2 crashes ffmpeg

2011-01-08 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Any chance you could use a sane testing environment? (Linux Live CD with a FAT partition perhaps?) ==21625== ffmpeg_g -vlowres 1 -i WMV-WMV8_WMA8.wmv -f null - ==21625== FFmpeg version SVN-r26268, Copyright (c) 2000-2011

[issue2509] lowres with bmp works incorrectly

2011-01-08 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I consider this a feature request, if you want FFmpeg to output a warning that lowres works unexpectedly for bmp, please send a patch. -- status: new - open substatus: new - open topic: +avcodec type: bug -

[issue2509] lowres with bmp works incorrectly

2011-01-08 Thread ami_stuff
ami_stuff ami_st...@o2.pl added the comment: Theis is not a -lowres right now, but -crop, so maybe it would be better to remove lowres support for bmp and the rest to the time when lowres will be really supported. FFmpeg issue tracker

[issue2510] lowres with wmv2 crashes ffmpeg

2011-01-08 Thread ami_stuff
ami_stuff ami_st...@o2.pl added the comment: No, it's not comfortable, maybe there is a valgrid repleacement for Win I do not about? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2510

[issue2508] ffmpeg crashes on duk files with invalid vector table IDs

2011-01-08 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: 100k moved to /samples/ffmpeg-bugs/roundup/issue2508 -- priority: normal - important substatus: open - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2494] ffmpeg gmtime bug in libavformat/mxfenc.c

2011-01-08 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Did you try to set the time to an invalid value with a hex editor? -- substatus: open - needs_more_info FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2512] ffmpeg crashes on truemotion2 videos with invalid headers

2011-01-08 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: ffmpeg crashes on truemotion2 videos with invalid headers. The patch attached adds sanity checks in several places. gdb run: (gdb) r -i ../fuzzed.avi del.mkv Starting program: ffmpeg/ffmpeg_g -i ../fuzzed.avi del.mkv [Thread debugging

[issue2512] ffmpeg crashes on truemotion2 videos with invalid headers

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded a sample to /MPlayer/incoming/truemotion2_ffmpeg_crash_issue2512 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2512

[issue2513] ffmpeg crashes on cmv files with invalid decode flags

2011-01-08 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: When cmv_decode_inter uses the second-last frame as reference when it should not, ffmpeg crashes. The patch attached adds a sanity check on that. gdb run: (gdb) r -i ../fuzzed.cmv del.mkv Starting program: ffmpeg/ffmpeg_g -i ../fuzzed.cmv

[issue2513] ffmpeg crashes on cmv files with invalid decode flags

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded a sample to /MPlayer/incoming/eacmv_invalid_decode_issue2513 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2513

[issue2494] ffmpeg gmtime bug in libavformat/mxfenc.c

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: The issue is in the encoder, so I am not sure how to trigger an invalid time that will be written. -- substatus: needs_more_info - open FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2494] ffmpeg gmtime bug in libavformat/mxfenc.c

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: Accidentally changed status -- revert back. -- substatus: open - needs_more_info FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2494

[issue2514] ffmpeg crashes on dct files with invalid number of channels

2011-01-08 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: ffmpeg crashes for dct (electronicarts) files with an invalid number of channels (i.e. 0). The error is a division by zero. The patch attached adds checks for 0 channels. gdb run: (gdb) r -i ../fuzzed.dct del.mkv Starting program:

[issue2514] ffmpeg crashes on dct files with invalid number of channels

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded a sample to /MPlayer/incoming/dct_zero_channels_issue2514 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2514

[issue2515] ffmpeg crashes on tif files with invalid stripoff sizes

2011-01-08 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: For invalid stripoff sizes (e.g. negative), ffmpeg crashes with a buffer underflow. The patch attached checks for negative stripoff sizes. gdb run: (gdb) r -i ../fuzzed.tif del.jpg Starting program: ffmpeg/ffmpeg_g -i ../fuzzed.tif

[issue2515] ffmpeg crashes on tif files with invalid stripoff sizes

2011-01-08 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded a sample to /MPlayer/incoming/tif_invalid_soff_size_issue2515 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2515