[MPlayer-dev-eng] [PATCH] MJPEG patch of APP0/COM skip

Michael Niedermayer michaelni at gmx.at
Mon Aug 9 17:35:26 CEST 2004


Hi

On Sunday 18 July 2004 03:45, attila wrote:
> On Mon, Jan 26, 2004 at 01:13:15PM +1100, John Witford wrote:
> > Not all JPEG segments necessarily escape marker values.
> > Therefore it is wrong to just ignore an unwanted marker
> > and depend on a generic marker search to skip over the
> > unwanted segment contents.
> >
> > This is particularly important for the APP0 segment
> > because it can include a wide variety of data.
> > For example, an APP0 "AVI1" segment might contain
> > the length of the image (EOI-SOS) and therefore might
> > contain an unescaped marker byte.
> >
> > The following patch for MJPEG decoding (libavcodec/mjpeg.c)
> > forces the use of the segment length when skipping for
> > certain marker types.
>
> What happend to this patch ?
rejected (cosmetics, bloat, slowdown) & waiting for patch submitter to upload 
sample mjpeg which needs this to implement a different fix if needed ...

[...]
-- 
Michael
level[i]= get_vlc(); i+=get_vlc();		(violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]);	(violates patent #5,905,535)
buf[i]= qp - buf[i-1];				(violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en




More information about the MPlayer-dev-eng mailing list