[Mplayer-cvslog] CVS: main/etc codecs.conf,1.256,1.257

Alex Beregszaszi alex at mplayerhq.hu
Sun Dec 22 19:21:28 CET 2002


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

Modified Files:
	codecs.conf 
Log Message:
fixed rv30win and added rv20win (and ucod doesn't supports UYVY)

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- codecs.conf	3 Dec 2002 15:27:07 -0000	1.256
+++ codecs.conf	22 Dec 2002 18:21:20 -0000	1.257
@@ -863,6 +863,14 @@
   dll "drv4.so.6.0"
   out I420
 
+;videocodec rv40win
+;  info "Win32 RealPlayer 9 RV40 decoder"
+;  status working
+;  fourcc RV40,rv40
+;  driver realvid
+;  dll "drv43260.dll"
+;  out I420
+
 videocodec rv30
   info "Linux RealPlayer 8 RV30 decoder"
   status working
@@ -873,7 +881,7 @@
 
 videocodec rv30win
   info "Win32 RealPlayer 8 RV30 decoder"
-  status crashing
+  status working
   fourcc RV30,rv30
   driver realvid
   dll "drv33260.dll"
@@ -887,6 +895,14 @@
   dll "drv2.so.6.0"
   out I420
 
+videocodec rv20win
+  info "Win32 RealPlayer 8 RV20 decoder"
+  status working
+  fourcc RV20,rv20
+  driver realvid
+  dll "drv23260.dll"
+  out I420
+
 ; others:
 
 videocodec ffrv10
@@ -951,7 +967,6 @@
   fourcc UCOD
   driver vfw
   dll "clrviddd.dll"
-  out UYVY
   out BGR32,BGR24,BGR15 flip
 
 videocodec vcr2




More information about the MPlayer-cvslog mailing list