[Mplayer-cvslog] CVS: main/etc codecs.conf,1.328,1.329
Roberto Togni CVS
syncmail at mplayerhq.hu
Thu Mar 18 23:00:33 CET 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv15682/etc
Modified Files:
codecs.conf
Log Message:
Support for vp5 and vp6 dll decoders
Patch by Reimar Doeffinger
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- codecs.conf 18 Feb 2004 12:34:32 -0000 1.328
+++ codecs.conf 18 Mar 2004 22:00:31 -0000 1.329
@@ -1147,6 +1147,24 @@
out YUY2
out BGR32,BGR24
+videocodec vp5
+ info "On2 VP5 Personal Codec"
+ status working
+ fourcc VP50
+ driver vfwex
+ dll "vp5vfw.dll"
+ out YUY2
+ out BGR32,BGR24
+
+videocodec vp6
+ info "On2 VP6 Personal Codec"
+ status working
+ fourcc VP60,VP61,VP62
+ driver vfwex
+ dll "vp6vfw.dll"
+ out YUY2
+ out BGR32,BGR24
+
videocodec mwv1
info "Motion Wavelets"
status working
More information about the MPlayer-cvslog
mailing list