[issue1219] current svn ffmpeg mpeg audio decoding garbles certain files

2009-06-25 Thread Chris Kennedy
Chris Kennedy added the comment: I found the change in SVN which causes this (garbled bad slow audio when decoding certain MPEG2 files from a Hauppauge PVR500 encoder capture card). It's this change, SVN 18741: r18741 | m

[issue1162] Possible MediaCoder GPL violation

2009-06-25 Thread Ronald S. Bultje
Ronald S. Bultje added the comment: I asked SFLC to send a takedown notice to SF. _ FFmpeg issue tracker _

[issue1225] h264 decoding corruption: Open Remote Play: PlayStation FW 2.80

2009-06-25 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Reproducible. Changed the type to feature_request. -- status: new -> open substatus: new -> reproduced title: h264 decoding corruption/crash: Open Remote Play: PlayStation FW 2.80 -> h264 decoding corruption: Open Remote Play: PlayStation FW 2.80 typ

[issue1219] current svn ffmpeg mpeg audio decoding garbles certain files

2009-06-25 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Could you post a minimal command line to reproduce the issue? (I just tested ffmpeg -i very_long_file_name.mpg test.wmv and it sounds alright and I do not get the error messages you posted.) _ FFmpeg issue t

[issue1226] FFplay - no video output while playing MPG file with "-ss" option

2009-06-25 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Reproduced with ffplay_no_video_output.mpeg. (The same problem does not happen with every MPG file which I tested.) -- status: new -> open substatus: new -> reproduced _ FFmpeg issue tracker

[issue1190] Fix build failure on NetBSD in bktr driver

2009-06-25 Thread Adam Hoka
Adam Hoka added the comment: As soon as I invent a time machine in my garage, so I can fix versions released in the past. Yes it's a header bug, but who cares? -- status: closed -> open _ FFmpeg issue tracker

[issue1219] current svn ffmpeg mpeg audio decoding garbles certain files

2009-06-25 Thread Chris Kennedy
Chris Kennedy added the comment: Just add -ar 32000, then it'll do it. _ FFmpeg issue tracker _

[issue1219] current svn ffmpeg mpeg audio decoding garbles certain files

2009-06-25 Thread Chris Kennedy
Chris Kennedy added the comment: also -ac 1 will do it, essentially it seems if the audio sample rate or channels are altered in decoding then it triggers this bug. Bitrate or codec seem not to matter, which makes sense, I see this bug when just using ffmpeg to decode to raw PCM but alter the s

[issue1227] EasyWMA / EasyWMV license violation

2009-06-25 Thread Diego Biurrun
New submission from Diego Biurrun : Two more shareware programs by the same author that use FFmpeg without providing any source whatsoever. It is compiled with libamr, libfaac and GPL support, yet the wrong license is shipped with the binary. EasyWMA: http://www.easywma.com/ EasyWMV: http://ww

[issue1189] Fix configure for NetBSD 4.0 and DragonFly BSD platforms (and possibly others)

2009-06-25 Thread Adam Hoka
Adam Hoka added the comment: OK, this one is using cpp and portable, cross-compile safe. -- status: closed -> open _ FFmpeg issue tracker _

[issue1189] Fix configure for NetBSD 4.0 and DragonFly BSD platforms (and possibly others)

2009-06-25 Thread Vitor
Vitor added the comment: Mans Rullgard wrote: > Mans Rullgard added the comment: [...] >> Can you please be helpful and say if you would accept something >> based on "strings" or not and why? > > That is not acceptable. In fact, it used to be like that, and it > didn't work due to certain i

[issue1189] Fix configure for NetBSD 4.0 and DragonFly BSD platforms (and possibly others)

2009-06-25 Thread Vitor
Vitor added the comment: > In which SVN revision? I saw "grep" and "tr" in history. Never mind, found it, r10252. _ FFmpeg issue tracker __

[issue1228] Crash in H.264 decoding during probing of corrupt mp4 file

2009-06-25 Thread Jason Garrett-Glaser
New submission from Jason Garrett-Glaser : Facebook-reported bug; as usual, delete the file once the bug is fixed. The relevant file is "facebook_h264_probe_crash.mp4" in incoming. Even using "ffmpeg -i" on this file results in an instant crash--that is, the crash occurs in try_decode_frame dur

[issue1228] Crash in H.264 decoding during probing of corrupt mp4 file

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Crashes are important (it seems I can't set the priority when originally posting a bug here...) -- priority: normal -> important _ FFmpeg issue tracker

[issue1229] Crash in H.264 decoding due to corrupt MP4 file

2009-06-25 Thread Jason Garrett-Glaser
New submission from Jason Garrett-Glaser : Facebook-reported bug; as usual, delete the file once the bug is fixed. The relevant file is "facebook_h264_crash_pred_motion.mp4" in incoming. This seems to be different from previous H.264 crash reports due to the contents of the backtrace. ffmpeg_g

[issue1229] Crash in H.264 decoding due to corrupt MP4 file

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Crashes are important. -- priority: normal -> important _ FFmpeg issue tracker _

[issue1230] Crash in WMV2 decoding due to corruption

2009-06-25 Thread Jason Garrett-Glaser
New submission from Jason Garrett-Glaser : Facebook-reported bug; as usual, delete the file once the bug is fixed. File is "wmv2_decode_crash.wmv" in incoming. Starting program: ffmpeg_g -y -i facebook_wmv2_decode_crash.wmv -f null -an /dev/null FFmpeg version SVN-r19217, Copyright (c) 2000-200

[issue1230] Crash in WMV2 decoding due to corruption

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Crashes are important. -- priority: normal -> important _ FFmpeg issue tracker _

[issue1106] Segfault when decoding mp3

2009-06-25 Thread Michael Niedermayer
Michael Niedermayer added the comment: fixed in r19275. note, ffmpeg.c is still going to crash if samplerate or channels really change, thats a seperate thing and a patch welcome one if someone wants to help ... [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[issue1109] Support for XSUB (DivX subtitles) encoding.

2009-06-25 Thread Jai Menon
Jai Menon added the comment: Support has been added as of r19222. -- status: new -> closed substatus: new -> fixed _ FFmpeg issue tracker _

[issue751] AAC: Add PCE writing capability to adtsenc

2009-06-25 Thread Jai Menon
Jai Menon added the comment: Support was added in r18818. -- status: new -> closed substatus: new -> fixed FFmpeg issue tracker ___

[issue751] AAC: Add PCE writing capability to adtsenc

2009-06-25 Thread Jai Menon
Jai Menon added the comment: Support was added in r18818. FFmpeg issue tracker

[issue1202] Segfault decoding mp3 with embedded artwork

2009-06-25 Thread Michael Niedermayer
Michael Niedermayer added the comment: fixed in r19276. -- status: open -> closed substatus: reproduced -> fixed _ FFmpeg issue tracker ___

[issue884] libspeex decoder errors on any file

2009-06-25 Thread Daniel Verkamp
Daniel Verkamp added the comment: Re-tested with latest ffmpeg sources, and I no longer get the errors (previous test was with 0.5 release). I also get the same md5sum as you for the decoded audio, and it sounds okay. So I think this is fixed... -- nosy: +DrV

[issue783] MinGW GCC-4.4.0 builds broken shared version of ffmpeg on Windows

2009-06-25 Thread LRN
LRN added the comment: After 5 months MinGW team officially released gcc 4.4.0, and unsurprisingly the problem is still there. ./configure --enable-shared --extra-ldflags="-L/local/lib" --extra-cflags="-I/local/include" --prefix=/usr/local/ffmpeg --disable-ffplay --disable-ffserver --enable-mem

[issue1165] Crash (and/or wrong colors) when converting mjpeg AVI

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Fixed in revision 19279. -- status: open -> closed substatus: open -> fixed _ FFmpeg issue tracker

[issue1167] Crash in audio resampler with some audio rates

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Crashes are important. -- priority: normal -> important _ FFmpeg issue tracker _

[issue1177] Swscale error (demuxer failure?) in MOV file

2009-06-25 Thread Jason Garrett-Glaser
Jason Garrett-Glaser added the comment: Missing references is a known issue; ffmpeg doesn't currently have support for decoding streams with missing references (even when there exists real data in the video), so this is more of a feature issue (according to Baptiste). Closing. -- stat