[MPlayer-cvslog] CVS: main/etc codecs.conf,1.456,1.457

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Feb 6 22:27:05 CET 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	codecs.conf 
Log Message:
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.456
retrieving revision 1.457
diff -u -r1.456 -r1.457
--- codecs.conf	6 Feb 2006 21:25:17 -0000	1.456
+++ codecs.conf	6 Feb 2006 21:27:01 -0000	1.457
@@ -1171,7 +1171,7 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
-; experimental real video decoder using closed source codecs
+; RealVideo variants
 
 videocodec rv3040
   info "Linux RealPlayer 10 RV30/40 decoder"
@@ -1230,6 +1230,14 @@
   dll "drvc.bundle/Contents/MacOS/drvc"
   out I420
 
+videocodec ffrv20
+  info "FFmpeg RV20 decoder"
+  status working
+  fourcc RV20,rv20
+  driver ffmpeg
+  dll rv20
+  out YV12,I420,IYUV
+  
 videocodec rv20
   info "Linux RealPlayer 8 RV20 decoder"
   status working
@@ -1254,6 +1262,15 @@
   dll "drv2.bundle/Contents/MacOS/drv2"
   out I420
 
+videocodec ffrv10
+  info "FFmpeg RV10 decoder"
+  status working
+  fourcc RV10,rv10
+  fourcc RV13,rv13
+  driver ffmpeg
+  dll rv10
+  out YV12,I420,IYUV
+
 ; others:
 
 videocodec alpary
@@ -1282,23 +1299,6 @@
   guid 0xe2b7dc56, 0x38c5, 0x11d5, 0x91, 0xf6, 0x00, 0x10, 0x4b, 0xdb, 0x8f, 0xf9
   out BGR24,BGR8 flip
 
-videocodec ffrv10
-  info "FFmpeg RV10 decoder"
-  status working
-  fourcc RV10,rv10
-  fourcc RV13,rv13
-  driver ffmpeg
-  dll rv10
-  out YV12,I420,IYUV
-
-videocodec ffrv20
-  info "FFmpeg RV20 decoder"
-  status working
-  fourcc RV20,rv20
-  driver ffmpeg
-  dll rv20
-  out YV12,I420,IYUV
-  
 videocodec ffvp3
   info "FFmpeg VP3"
   status untested




More information about the MPlayer-cvslog mailing list