[MPlayer-cvslog] r22926 - trunk/etc/codecs.conf

rtogni subversion at mplayerhq.hu
Sat Apr 7 01:29:00 CEST 2007


Author: rtogni
Date: Sat Apr  7 01:29:00 2007
New Revision: 22926

Modified:
   trunk/etc/codecs.conf

Log:
Support Windows codecs from RealPlayer10


Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Sat Apr  7 01:29:00 2007
@@ -1261,6 +1261,15 @@ videocodec rv3040
   dll "drvc.so"
   out I420
 
+videocodec rv3040win
+  info "Win32 RealPlayer 10 RV30/40 decoder"
+  status working
+  fourcc RV30,rv30
+  fourcc RV40,rv40
+  driver realvid
+  dll "drvc.dll"
+  out I420
+
 videocodec rv40
   info "Linux RealPlayer 9 RV40 decoder"
   status working
@@ -1325,6 +1334,14 @@ videocodec rv20
   dll "drv2.so.6.0"
   out I420
 
+videocodec rv20winrp10
+  info "Win32 RealPlayer 10 RV20 decoder"
+  status working
+  fourcc RV20,rv20
+  driver realvid
+  dll "drv2.dll"
+  out I420
+
 videocodec rv20win
   info "Win32 RealPlayer 8 RV20 decoder"
   status working
@@ -2409,6 +2426,14 @@ audiocodec racook
   driver realaud
   dll "cook.so.6.0"
 
+audiocodec ra10cookwin
+  info "Win32 RealAudio 10 COOK"
+  comment "supports cook 5.1"
+  status working
+  format 0x6B6F6F63 ; "cook"
+  driver realaud
+  dll "cook.dll"
+
 audiocodec racookwin
   info "Win32 RealAudio COOK"
   status working
@@ -2437,6 +2462,13 @@ audiocodec ra10sipr
   driver realaud
   dll "sipr.so"
 
+audiocodec ra10siprwin
+  info "Win32 RealAudio 10 Sipro"
+  status working
+  format 0x72706973 ; "sipr"
+  driver realaud
+  dll "sipr.dll"
+
 audiocodec rasiprwin
   info "Win32 RealAudio Sipro"
   status working
@@ -2465,6 +2497,13 @@ audiocodec ra10atrc
   driver realaud
   dll "atrc.so"
 
+audiocodec ra10atrcwin
+  info "Win32 RealAudio 10 ATRAC3"
+  status working
+  format 0x63727461 ; "atrc"
+  driver realaud
+  dll "atrc.dll"
+
 audiocodec raatrcwin
   info "Win32 RealAudio ATRAC3"
   status working



More information about the MPlayer-cvslog mailing list