[Mplayer-cvslog] CVS: main/etc codecs.conf,1.348,1.349
Roberto Togni CVS
syncmail at mplayerhq.hu
Thu Jul 1 00:00:55 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv18564/etc
Modified Files:
codecs.conf
Log Message:
Support for Winnov Videum WINX and WNV1 codecs with binary dll
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- codecs.conf 27 Jun 2004 14:56:48 -0000 1.348
+++ codecs.conf 30 Jun 2004 22:00:53 -0000 1.349
@@ -1348,6 +1348,22 @@
out YUY2,YV12,I420,YVU9
out BGR32,BGR24,BGR15
+videocodec winx
+ info "Winnov Videum winx codec"
+ status buggy
+ fourcc WINX
+ driver vfwex
+ dll "wnvwinx.dll"
+ out BGR32,BGR24,BGR15
+
+videocodec wnv1
+ info "Winnov Videum wnv1 codec"
+ status buggy
+ fourcc WNV1
+ driver vfwex
+ dll "wnvplay1.dll"
+ out BGR32,BGR24,BGR15
+
; quicktime codecs:
videocodec qt3ivx
More information about the MPlayer-cvslog
mailing list