[Mplayer-cvslog] CVS: main/etc codecs.conf,1.295,1.296

Roberto Togni CVS rtognimp at mplayerhq.hu
Sat Aug 30 15:57:22 CEST 2003


Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv25410

Modified Files:
	codecs.conf 
Log Message:
On2 VP4 personal codec support via binary vfw dll vp4vfw.dll


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- codecs.conf	28 Aug 2003 21:23:40 -0000	1.295
+++ codecs.conf	30 Aug 2003 13:56:46 -0000	1.296
@@ -1036,6 +1036,17 @@
   out YUY2
   out BGR32,BGR24,BGR15
 
+videocodec vp4
+  info "On2 VP4 Personal Codec"
+  comment "Decodes also VP3"
+  status working
+  fourcc VP40
+  fourcc VP31,VP30,vp31,vp30
+  driver vfwex
+  dll "vp4vfw.dll"
+  out YUY2
+  out BGR32,BGR24
+
 videocodec mwv1
   info "Motion Wavelets"
   status working



More information about the MPlayer-cvslog mailing list