Mike Melanson <m...@multimedia.cx> added the comment:

Using SVN-r16768 on Mac OS X / x86_64, I decoding the 2007 file without incident
from start to finish using:

ffmpeg -i FOSDEM2008-swpat.ogg -f framecrc - > /dev/null

Though I did see this warning at the beginning:

[theora @ 0x101004400]7 bits left in packet 82

The other file, however, does crash. In VP3:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: 13 at address: 0x0000000000000000
0x00007fffffe008c7 in ?? ()
(gdb) bt
#0  0x00007fffffe008c7 in ?? ()
#1  0x0000000000000017 in ?? ()
#2  0x0000000100295821 in vp3_decode_frame (avctx=0x101004400,
data=0xfff97fff5fbfec20, data_size=0x7fff5fbfedf8, buf=<value temporarily
unavailable, due to optimizations>, buf_size=787) at
/Users/melanson/ffmpeg/ffmpeg-main/libavcodec/vp3.c:1935
#3  0x0000000100295821 in vp3_decode_frame (avctx=0x101004400,
data=0xfff97fff5fbfec20, data_size=0x7fff5fbfedf8, buf=<value temporarily
unavailable, due to optimizations>, buf_size=787) at
/Users/melanson/ffmpeg/ffmpeg-main/libavcodec/vp3.c:1935
Cannot access memory at address 0x1f

This might be a duplicate of issue 775, which is still on my place.

----------
assignedto:  -> melanson
nosy: +melanson
substatus: needs_more_info -> reproduced
title: ogg files from FOSDEM 2007 & 2008 crashing FFmpeg (internal 
vorbis/theora) -> ogg files from FOSDEM 2007 & 2008 crashing FFmpeg (internal 
theora)

____________________________________________________
FFmpeg issue tracker <ffmpeg_iss...@live.polito.it>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue798>
____________________________________________________

Reply via email to