[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c

Diego Biurrun diego
Mon Sep 11 00:37:19 CEST 2006


On Mon, Sep 11, 2006 at 12:32:24AM +0200, Aurelien Jacobs wrote:
> On Mon, 11 Sep 2006 00:02:59 +0200
> Diego Biurrun <diego at biurrun.de> wrote:
> 
> > On Sat, Sep 09, 2006 at 07:19:42PM +0200, aurel wrote:
> > > 
> > > Log:
> > > VP5 and VP6 video decoder
> > > 
> > > --- trunk/libavformat/riff.c	(original)
> > > +++ trunk/libavformat/riff.c	Sat Sep  9 19:19:37 2006
> > > @@ -114,6 +114,8 @@
> > >      { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
> > >      { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') },
> > >      { CODEC_ID_VP3, MKTAG('V', 'P', '3', '0') },
> > > +    { CODEC_ID_VP5, MKTAG('V', 'P', '5', '0') },
> > > +    { CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
> > 
> > BTW, what about files with fourcc VP61?  Are they different?  Will they
> > be supported in the future?
> 
> Yes they are different. I've not studied them for now.
> I have no strong plan about supporting them, but may give it a try latter.

Would be cool if you supported them as well, completeness is always good
and they are not that uncommon judging from the samples that we have.

Diego




More information about the ffmpeg-cvslog mailing list