[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp 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 s

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp 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 write

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
New submission from Daniel Verkamp : An AVI produced by FRAPS version 3.2.1 (build 11425) does not decode with ffmpeg. First 10 MB of file: http://drv.nu/temp/fraps-broken-ni.avi ffmpeg output for this file: $ ./ffmpeg -loglevel debug -i ~/temp/wowvids/WoW\ 2010-05-19\ 22-03-40- 49.avi

[issue1205] SWF ADPCM is invalid blockAlign and bitsPerSample

2009-12-21 Thread Daniel Verkamp
Daniel Verkamp added the comment: Would a patch moving all of those 4-bit ADPCM codecs to the generic av_get_bits_per_sample() code be ok? -- nosy: +DrV _ FFmpeg issue tracker <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1

[issue1569] flvenc.c audio_codec_ids error.

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

[issue1569] flvenc.c audio_codec_ids error.

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

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp added the comment: Sample created by ffmpeg with patch applied _ FFmpeg issue tracker <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1569> __

[issue1569] flvenc.c audio_codec_ids error.

2009-12-13 Thread Daniel Verkamp
Daniel Verkamp 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 issue tracker

[issue1503] Crash decoding wmav2

2009-12-08 Thread Daniel Verkamp
Daniel Verkamp 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 Pres

[issue1532] Crash when decoding file containing wma v2

2009-11-19 Thread Daniel Verkamp
Daniel Verkamp added the comment: Duplicate of issue 1503 -- substatus: reproduced -> duplicate superseder: +Crash decoding wmav2 _ FFmpeg issue tracker <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1532> _

[issue1503] Crash decoding wmav2

2009-10-30 Thread Daniel Verkamp
Daniel Verkamp 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 25

[issue1503] Crash decoding wmav2

2009-10-29 Thread Daniel Verkamp
Daniel Verkamp added the comment: Also note that sample plays fine in Windows Media Player. _ FFmpeg issue tracker <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1503> _

[issue1503] Crash decoding wmav2

2009-10-29 Thread Daniel Verkamp
New submission from Daniel Verkamp : 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: St

[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

[issue884] libspeex decoder errors on any file

2009-06-19 Thread Daniel Verkamp
Daniel Verkamp 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-2009 Fa

[issue1113] ffplay doesn't display odd resolution correctly

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

[issue884] libspeex decoder errors on any file

2009-03-05 Thread Daniel Verkamp
New submission from Daniel Verkamp : Decoding any .spx file with ffmpeg results in error messages like the following: notification: Invalid mode encountered. The stream is corrupted. [libspeex @ 0xdafaa0]Error decoding speex frame Error while decoding stream #0.0 notification: Invalid mode

[issue813] png file that ffpng cant handle

2009-02-17 Thread Daniel Verkamp
Daniel Verkamp added the comment: Looks like the problem is that the file uses 48-bit RGB (16 bits per channel), which isn't handled. FFmpeg issue tracker <https://roundup.ffmpeg.org/roundup/ffmpeg/issue813>