From 118422ccf0848afceda4830a90827873e5bcf4f8 Mon Sep 17 00:00:00 2001 From: rtogni Date: Fri, 6 Apr 2007 23:29:00 +0000 Subject: Support Windows codecs from RealPlayer10 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22926 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index cd1cf448b4..cb06d2772d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 -- cgit v1.2.3