[Mplayer-cvslog] CVS: main/etc codecs.conf,1.248,1.249
Arpi of Ize
arpi at mplayerhq.hu
Wed Nov 27 00:06:09 CET 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv17199
Modified Files:
codecs.conf
Log Message:
DMO video codecs added: WMV1, WMV2, WMV3
(get DLLs from mphq releases/Win32_dmo.tgz)
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- codecs.conf 25 Nov 2002 18:05:56 -0000 1.248
+++ codecs.conf 26 Nov 2002 23:06:05 -0000 1.249
@@ -455,6 +455,30 @@
out YUY2,UYVY
out BGR32,BGR24,BGR16,BGR15
+videocodec wmv9dmo
+ info "Windows Media Video 9 DMO"
+ status working
+ fourcc WMV3
+ driver dmo
+ dll "wmv9dmod.dll"
+ guid 0x724bb6a4, 0xe526, 0x450f, 0xaf, 0xfa, 0xab, 0x9b, 0x45, 0x12, 0x91, 0x11
+ out YV12 ;,I420,IYUV
+ out YUY2,UYVY
+ out BGR32,BGR24,BGR16 ;,BGR15
+
+videocodec wmvdmo
+ info "Windows Media Video DMO"
+ status working
+ fourcc WMV1
+ fourcc WMV2
+ fourcc WMV3
+ driver dmo
+ dll "wmvdmod.dll"
+ guid 0x82d353df, 0x90bd, 0x4382, 0x8b, 0xc2, 0x3f, 0x61, 0x92, 0xb7, 0x6e, 0x34
+ out YV12 ;,I420,IYUV
+ out YUY2,UYVY
+ out BGR32,BGR24,BGR16 ;,BGR15
+
videocodec ubmp4
info "UB Video MPEG 4"
comment "black&white"
@@ -955,9 +979,11 @@
videocodec qtsvq3
info "win32/quicktime SVQ3 decoder"
status untested
+; fourcc SVQ1
fourcc SVQ3
driver qtvideo
dll "QuickTime.qts"
+; out YVU9
out YUY2
; buggy codecs: (any volunteers for native rewrite?)
More information about the MPlayer-cvslog
mailing list