[Mplayer-cvslog] CVS: main/etc codecs.conf,1.269,1.270

Roberto Togni CVS rtognimp at mplayerhq.hu
Wed Apr 9 23:28:03 CEST 2003


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

Modified Files:
	codecs.conf 
Log Message:
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- codecs.conf	7 Apr 2003 10:14:06 -0000	1.269
+++ codecs.conf	9 Apr 2003 21:27:39 -0000	1.270
@@ -1142,6 +1142,32 @@
   dll "QuickTime.qts"
   out YVU9
 
+; VSS codecs (http://vsofts.com/solutions.html):
+
+videocodec vsslight
+  info "VSS Codec Light"
+  status working
+  fourcc VSSV
+  driver vfw
+  dll "vsslight.dll"
+  out BGR24 flip
+
+videocodec vssh264
+  info "VSS H.264"
+  status buggy
+  fourcc VSSH
+  driver vfw
+  dll "vssh264.dll"
+  out BGR24 flip
+
+videocodec vsswlt
+  info "VSS Wavelet Video Codec"
+  status working
+  fourcc VSSW
+  driver vfw
+  dll "vsswlt.dll"
+  out BGR24 flip
+
 ; buggy codecs:  (any volunteers for native rewrite?)
 
 videocodec zlib



More information about the MPlayer-cvslog mailing list