[Mplayer-cvslog] CVS: main/etc codecs.conf,1.77,1.78

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 4 15:23:33 CET 2001


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

Modified Files:
	codecs.conf 
Log Message:
fixed cram and vivo

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- codecs.conf	4 Nov 2001 11:43:29 -0000	1.77
+++ codecs.conf	4 Nov 2001 14:23:31 -0000	1.78
@@ -11,6 +11,7 @@
   comment "added by Juanjo (also working with VIVO)"
   status working
   fourcc U263
+  fourcc vivo,VIVO U263
   driver dshow
   dll "ubv263d+.ax"
   guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
@@ -145,7 +146,9 @@
 videocodec i263
   info "I263"
   status working
+  comment "also working with VIVO"
   fourcc I263,i263,I420,i420
+  fourcc vivo,VIVO I263
   driver vfw
   dll "i263_32.drv"
 ;  out I420
@@ -302,11 +305,12 @@
 
 videocodec cram
   info "Microsoft Video 1"
+  comment "8bpp is only supported by GGI (?)"
   status working
   fourcc cram,CRAM,MSVC
   driver vfw
   dll "msvidc32.dll"
-  out BGR24,BGR15
+  out BGR8,BGR15,BGR24
 
 videocodec vcr2
   info "ATI VCR-2"
@@ -528,8 +532,9 @@
 
 videocodec h263xa
   info "CCITT H.263"
-  status untested
+  status working
   fourcc H263,h263
+  fourcc VIVO,vivo H263
   driver xanim
   dll "vid_h263.xa"
   out YV12,IYUV,I420




More information about the MPlayer-cvslog mailing list