[Ffmpeg-cvslog] r7809 - in trunk/libavcodec: allcodecs.c avcodec.h vc1.c
Kostya
kostya.shishkov
Mon Feb 5 15:44:51 CET 2007
On Sun, Feb 04, 2007 at 12:08:21PM +0100, Nico Sabbi wrote:
> kostya wrote:
>
> >Author: kostya
> >Date: Sat Feb 3 07:39:50 2007
> >New Revision: 7809
> >
> >Modified:
> > trunk/libavcodec/allcodecs.c
> > trunk/libavcodec/avcodec.h
> > trunk/libavcodec/vc1.c
> >
> >Log:
> >VC-1 parser
> >
> >
>
> IIUC your parser wants either a complete frame (0x10D) or a complete
> field (0x10C) ?
Yes, but frame may be preceeded with some other markers (i.e. entry point)
and I don't know yet what to do with field interlaced stream (I don't even
know well how to handle progressive picture in interlaced stream).
More information about the ffmpeg-cvslog
mailing list