[Mplayer-cvslog] CVS: main/etc codecs.conf,1.253,1.254
Arpi of Ize
arpi at mplayerhq.hu
Sun Dec 1 17:50:24 CET 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv17799
Modified Files:
codecs.conf
Log Message:
DMO WMA audio codecs, some nonworking QT video codecs added
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- codecs.conf 1 Dec 2002 02:42:06 -0000 1.253
+++ codecs.conf 1 Dec 2002 16:50:21 -0000 1.254
@@ -1003,6 +1003,24 @@
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
@@ -1280,6 +1298,24 @@
;=============================================================================
; 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"
More information about the MPlayer-cvslog
mailing list