[issue799] Monkey's Audio (APE) decoder crashes on incomplete frame; x86_32/gcc 3.4.6

2009-01-25 Thread David Conrad
David Conrad umovi...@gmail.com added the comment: Should be fixed in r16797 -- status: open - closed substatus: analyzed - fixed FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org/roundup/ffmpeg/issue799

[issue789] matroska demuxer passes wrong extradata to the decoders

2009-01-18 Thread David Conrad
David Conrad umovi...@gmail.com added the comment: Since roundup mangled the patch you can also get it from http://pastebin.com/me160167 FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org/roundup/ffmpeg/issue789

[issue767] Newer cavs files aren't recognized

2008-12-23 Thread David Conrad
New submission from David Conrad umovi...@gmail.com: The cavs samples at http://www.avs.org.cn/fruits/ (pointed to by http://wiki.multimedia.cx/index.php?title=Chinese_AVS) aren't recognized by ffmpeg. ffmpeg -i stream01.avs FFmpeg version git-c8d4beb, Copyright (c) 2000-2008 Fabrice Bellard

[issue767] Support AVS1-P2 (cavs) elementary streams

2008-12-23 Thread David Conrad
David Conrad umovi...@gmail.com added the comment: According to http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008- September/053024.html these are elementary streams. -- title: Newer cavs files aren't recognized - Support AVS1-P2 (cavs) elementary streams

[issue724] Can't build swscale as a shared library on macosx intel

2008-11-20 Thread David Conrad
David Conrad [EMAIL PROTECTED] added the comment: There are actually two separate issues here: 1. --disable-mmx apparently doesn't disable swscale from building mmx code (I'm guessing based on the fix) 2. gst-ffmpeg isn't linking with -mdynamic-no-pic on OS X, which causes the actual error