[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:02:59 CEST 2006


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?

Diego




More information about the ffmpeg-cvslog mailing list