[Ffmpeg-devel] [PATCH] from DivX, Part 9: bitstream crashes
Michael Niedermayer
michaelni
Sat Dec 17 03:25:52 CET 2005
Hi
On Fri, Dec 16, 2005 at 04:15:26PM -1000, Steve Lhomme wrote:
> Michael Niedermayer wrote:
> >Hi
> >
> >On Fri, Dec 16, 2005 at 02:15:39PM -1000, Steve Lhomme wrote:
> >
> >>Here is a list of patches that fixes errors when reading bitstreams.
> >
> >
> >>Index: libavcodec/dv.c
> >>===================================================================
> >>RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dv.c,v
> >>retrieving revision 1.65
> >>diff -u -r1.65 dv.c
> >>--- libavcodec/dv.c 2 Sep 2005 08:30:26 -0000 1.65
> >>+++ libavcodec/dv.c 17 Dec 2005 00:01:04 -0000
> >>@@ -343,7 +343,7 @@
> >> if (pos >= 64)
> >> break;
> >>
> >>- assert(level);
> >>+// assert(level);
> >
> >
> >level==0 is either a bug in the code or more likely a buggy bitstream
> >(IMHO),
> >we should check for that ... make it optional if you want with some macro
> >but
> >dont just remove it
>
> OK, so where do I submit my "buggy" bistream ? The first DV test file I
> found crashes (found on the net with some DV samples for 16x9, NTSC,
> PAL, interlace/progressive, etc).
>
> We also have some WMV that crash badly and some Quicktime files too.
post some URLs for the streams, IIRC mphq/incoming is still dead ...
[...]
--
Michael
More information about the ffmpeg-devel
mailing list