summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-11 20:10:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-11 20:10:19 +0000
commit5480a12264b95f2bf9b63eae97d28cb71492f830 (patch)
tree9c3d4f87298abd29603152cbbc60ddad95aef86c /etc
parentf0ae640bf0a84e96798cf9f0550ce852e47d8e1d (diff)
downloadmpv-5480a12264b95f2bf9b63eae97d28cb71492f830.tar.bz2
mpv-5480a12264b95f2bf9b63eae97d28cb71492f830.tar.xz
Prefer DMO Windows Media codecs over the DShow ones. They are considerably
faster and can play 703.wmv where the DShow codecs fail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf42
1 files changed, 21 insertions, 21 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f77a883299..2e034d1162 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -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