[issue2072] lowres is broken with --enable-avfilter

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fixed in r26252 by Anatoly Nenashev. -- status: open - closed substatus: open - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1912] WMAPro-in-WMAVoice support not implemented

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Have you already tested incoming/00_LPI Series Intro.wmv? I suspect it isn't better, so isn't it possible to produce such a file using a Microsoft encoder? FFmpeg issue

[issue2504] Multichannel wavpack

2011-01-07 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: The sample from issue 789 contains multichannel wavpack, and ffmpeg does not show a meaningful error message: $ ffmpeg -i \[CCCP\]_Manhole_Test_Your_5.1_\[revamped\].mkv -map 0.9 -f wav -y /dev/null FFmpeg version

[issue2504] Multichannel wavpack

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix priority. -- priority: normal - wish FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2504

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-07 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: For ts files with invalid headers (i.e. channels greater than DCA_PRIM_CHANNELS_MAX), ffmpeg crashes with a buffer overread. The patch attached adds a check for this. FTP does not work in my current location, so I have uploaded the sample

[issue2506] ffplay crashes with mpeg4 and -vlowres, works fine with -lowres

2011-01-07 Thread ami_stuff
New submission from ami_stuff ami_st...@o2.pl: ffplay crashes with mpeg-4 when -vlowres option is used, but works fine with -lowres ffplay -vlowres 1 CDR-Dinner_LAN_800k.mp4 http://samples.mplayerhq.hu/MPEG-4/CDR-Dinner_LAN_800k.mp4 C:\C:\MinGW\bin\gdb.exe c:\ffplay.exe GNU gdb 6.3 Copyright

[issue2475] ffmpeg fails assertion on audio files with invalid sample rates

2011-01-07 Thread ami_stuff
ami_stuff ami_st...@o2.pl added the comment: I have an asseration fail with this broken AIFF file (splitted only 1024 bytes), not sure if this is important to fix. C:\ffmpeg -i C:\asseration.aif FFmpeg version SVN-r26251, Copyright (c) 2000-2011 the FFmpeg developers built on Jan 7 2011

[issue2468] FFMpeg - Codec frame size not set

2011-01-07 Thread Udayakumar Rayala
Udayakumar Rayala uday.ray...@gmail.com added the comment: It is happening in the latest svn code also. Command and log attached. u...@uday-laptop:~/mount/ffmpeg-git/ffmpeg$ ./ffmpeg -i ~/Tools/video- 2010-12-09-19-17-44.3gp -vcodec copy -acodec copy -ss 6 -t 5 -sameq ~/Tools/video.3gp FFmpeg

[issue2502] ffmpeg crashes for pcm audio with invalid sample_size

2011-01-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: The heart of the issue seems to be that voc_get_packet() changes the codec_id when reading each packet based on input stream data. If a file is damaged, a random value will most likely make it CODEC_ID_NONE since there are only 8 valid

[issue2502] ffmpeg crashes for pcm audio with invalid sample_size

2011-01-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: change status -- substatus: open - analyzed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2502

[issue2503] ffmpeg crashes on dpx files with invalid headers

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: First 1024 bytes of sample moved to /samples/ffmpeg-bugs/roundup/issue2503, fixed in r26256. -- priority: normal - important status: open - closed substatus: open - fixed topic: +avcodec

[issue2501] ffmpeg crashes on avi files with invalid headers

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

[issue2502] ffmpeg crashes for pcm audio with invalid sample_size

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: First 200kb moved to /samples/ffmpeg-bugs/roundup/issue2502. -- priority: normal - important FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2475] ffmpeg fails assertion on audio files with invalid sample rates

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Next time, please do not highjack issues, but open a new one. -- status: closed - open substatus: fixed - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2507] mjpeg_parser does not detect end of jpeg in jpeg stream (easy fix)

2011-01-07 Thread Dan
New submission from Dan dan.st...@gmail.com: I am using libavformat/libavcodec to decode a mjpeg stream. The problem that I encountered was that the ends of my jpeg images were not being detected, and thus av_read_frame wasn't returning. It seems that in mjpeg_parser.c, the function

[issue2468] Remuxing AMR-NB from 3gp in 3gp

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Next time, please use latest svn (as long as it exists). $ ffmpeg -i Video_With_AMR-NB_Audio.3gp -vn -acodec copy out.3gp FFmpeg version SVN-r26251, Copyright (c) 2000-2011 the FFmpeg developers built on Jan 7 2011

[issue2507] mjpeg_parser does not detect end of jpeg in jpeg stream (easy fix)

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Please add the patch made with 'svn di' and a sample. -- status: new - open substatus: new - needs_more_info FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Reproducible. -- priority: normal - important substatus: open - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2505

[issue2501] ffmpeg crashes on avi files with invalid headers

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fixed in r26258. -- status: open - closed substatus: reproduced - fixed topic: +avcodec FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-07 Thread Baptiste Coudurier
Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: Hi Daniel, On 1/7/11 4:59 AM, Daniel Kang wrote: New submission from Daniel Kang daniel.d.k...@gmail.com: For ts files with invalid headers (i.e. channels greater than DCA_PRIM_CHANNELS_MAX), ffmpeg crashes with a buffer

[issue2395] Uncompressed AVI / rawvideo is incompatible with Windows XP

2011-01-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: This should be tested again once issue 862 is implemented. -- status: new - closed substatus: new - duplicate FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-07 Thread Benjamin Larsson
Benjamin Larsson ba...@ludd.ltu.se added the comment: On 01/07/2011 01:59 PM, Daniel Kang wrote: New submission from Daniel Kang daniel.d.k...@gmail.com: For ts files with invalid headers (i.e. channels greater than DCA_PRIM_CHANNELS_MAX), ffmpeg crashes with a buffer overread. The patch

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-07 Thread Benjamin Larsson
Benjamin Larsson ba...@ludd.ltu.se added the comment: On 01/07/2011 01:59 PM, Daniel Kang wrote: New submission from Daniel Kang daniel.d.k...@gmail.com: For ts files with invalid headers (i.e. channels greater than DCA_PRIM_CHANNELS_MAX), ffmpeg crashes with a buffer overread. The patch

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

2011-01-07 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: ffmpeg crashes on truemotion1 videos with invalid vector table IDs. ffmpeg checks if the vector table ID is too large, but not if it will be negative. The patch attached adds this check. gdb run: (gdb) r -i ../fuzzed.duk del.mkv Starting

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

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