From 22349f9d5af18097c24e247d05251bf07e3df4c6 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 1 Dec 2002 16:50:21 +0000 Subject: DMO WMA audio codecs, some nonworking QT video codecs added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8329 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 7cb957176e..7f70427cac 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1003,6 +1003,24 @@ videocodec qt3ivx dll "3ivx Delta 3.5.qtx" out YUY2 +videocodec qth263 + info "win32/quicktime H.263 decoder" + status crashing + fourcc h263 + driver qtvideo + dll "QuickTime.qts" + out YUY2 + +videocodec qtrlerpza + info "win32/quicktime RLE/RPZA decoder" + comment "no colorspace accepted" + status crashing + fourcc rpza + format 0x20656C72 ; "rle " + driver qtvideo + dll "QuickTime.qts" + out BGR32,BGR24,BGR15 + videocodec qtvp3 info "win32/quicktime VP3 decoder" status crashing @@ -1281,6 +1299,24 @@ videocodec null ; AUDIO CODECS ;============================================================================= +audiocodec wma9dmo + info "Windows Media Audio 9 DMO" + status working + format 0x162 + driver dmo + dll "wma9dmod.dll" + guid 0x27ca0808, 0x01f5, 0x4e7a, 0x8b, 0x05, 0x87, 0xf8, 0x07, 0xa2, 0x33, 0xd1 + +audiocodec wmadmo + info "Windows Media Audio DMO" + status working + format 0x160 + format 0x161 + format 0x162 + driver dmo + dll "wmadmod.dll" + guid 0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95, 0x5f, 0x56, 0x32, 0x0a + audiocodec qdmc info "Quicktime QDMC/QDM2 audio decoders" status working -- cgit v1.2.3