[MPlayer-cvslog] CVS: main/etc codecs.conf,1.430,1.431

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Sep 1 22:42:16 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv2287/etc

Modified Files:
	codecs.conf 
Log Message:
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,
SHLWAPI.PathFindExtensionA and SHLWAPI.PathFindFileNameA.
Tested with http://www.on2.com/vp7_samples/potter-40.vp7.


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- codecs.conf	31 Aug 2005 17:33:38 -0000	1.430
+++ codecs.conf	1 Sep 2005 20:42:13 -0000	1.431
@@ -1342,6 +1342,15 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec vp7
+  info "On2 VP7 Personal Codec"
+  status working
+  fourcc VP70
+  driver vfwex
+  dll "vp7vfw.dll"
+  out YUY2
+  out BGR32,BGR24
+
 videocodec mwv1
   info "Motion Wavelets"
   status working




More information about the MPlayer-cvslog mailing list