[MPlayer-cvslog] r25023 - trunk/etc/codecs.conf
diego
subversion at mplayerhq.hu
Sun Nov 11 21:10:19 CET 2007
Author: diego
Date: Sun Nov 11 21:10:19 2007
New Revision: 25023
Log:
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
faster and can play 703.wmv where the DShow codecs fail.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Sun Nov 11 21:10:19 2007
@@ -746,27 +746,6 @@ videocodec mpeg4
out YUY2 yuvhack
out BGR32,BGR24,BGR15
-videocodec wmv8
- info "Windows Media Video 8"
- status working
- fourcc WMV2
- driver dshow
- dll "wmv8ds32.ax"
- guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
- out YV12,I420,IYUV
- out YUY2,UYVY
-; out BGR32,BGR24,BGR16,BGR15
-
-videocodec wmv7
- info "Windows Media Video 7"
- status working
- fourcc WMV1
- driver dshow
- dll "wmvds32.ax"
- guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
- out YUY2,UYVY
-; out BGR32,BGR24,BGR16,BGR15
-
videocodec wmv9dmo
info "Windows Media Video 9 DMO"
status working
@@ -793,6 +772,27 @@ videocodec wmvdmo
out YUY2,UYVY
; out BGR32,BGR24,BGR16 ;,BGR15
+videocodec wmv8
+ info "Windows Media Video 8"
+ status working
+ fourcc WMV2
+ driver dshow
+ dll "wmv8ds32.ax"
+ guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
+ out YV12,I420,IYUV
+ out YUY2,UYVY
+; out BGR32,BGR24,BGR16,BGR15
+
+videocodec wmv7
+ info "Windows Media Video 7"
+ status working
+ fourcc WMV1
+ driver dshow
+ dll "wmvds32.ax"
+ guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
+ out YUY2,UYVY
+; out BGR32,BGR24,BGR16,BGR15
+
videocodec wmvadmo
info "Windows Media Video Adv DMO"
status working
More information about the MPlayer-cvslog
mailing list