[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: This could very well be a FRAPS bug; the 3.2.2 changelog notes: Fixed trouble opening movies with VLC, Avidemux, AVI synth, Virtualdub and some other applications It's possible FRAPS just writes a broken file

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Unfortunately, this only works on the cut 10M sample, not the actual (nearly 4 GB) file; stream 0 has an index (at the end of the file). avi-non_interleaved is getting set by: avi-non_interleaved |= get_le32(pb) AVIF_MUSTUSEINDEX; The index

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Attached patch fixes the issue in the FLV muxer and the equivalent problem in the demuxer. Tested with the Windows Flash browser plugin - unsigned sounds correct, signed does not. _ FFmpeg

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Sample created by ffmpeg with patch applied _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1569

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Add me to nosy -- nosy: +DrV _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1569 _

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Applied, thanks. -- status: open - closed substatus: approved - fixed _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1569 _

[issue1503] Crash decoding wmav2

2009-12-08 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: With the addition of error messages in r20757, this now prints: [...] Output #0, avi, to '/home/daniel/temp/fit-roll.avi': Stream #0.0(eng), 3/125: Audio: mp2, 48000 Hz, 2 channels, s16, 64 kb/s Stream mapping: Stream #0.0 - #0.0 Press [q

[issue1503] Crash decoding wmav2

2009-10-30 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: Tried setting s-nb_block_sizes = 8 both inside if block (line 150) and after the if block (line 152), still crashes (now at a different location): Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffa168626f0 (LWP 25311

[issue1503] Crash decoding wmav2

2009-10-29 Thread Daniel Verkamp
New submission from Daniel Verkamp dan...@drv.nu: Decoding the audio of this file crashes ffmpeg: http://drv.nu/temp/fit-roll.wmv (~5 MB) Input audio is wmav2. The file was created by the Xbox360 game Forza 3. This is the first problem encountered: if (v = s-nb_block_sizes) is triggered

[issue884] libspeex decoder errors on any file

2009-06-25 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu 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

[issue1113] ffplay doesn't display odd resolution correctly

2009-06-19 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: This is probably the same as issue 731... _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1113 _

[issue884] libspeex decoder errors on any file

2009-06-19 Thread Daniel Verkamp
Daniel Verkamp dan...@drv.nu added the comment: (Sorry, missed responses, as I assumed they'd be emailed...) I am using the Gentoo-provided libspeex on x86-64 (speex-1.2_rc1). With the same sample as before: $ ffmpeg -i noah-2sec-1600.spx /tmp/dec.wav FFmpeg version 0.5, Copyright (c) 2000