From 5480a12264b95f2bf9b63eae97d28cb71492f830 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 11 Nov 2007 20:10:19 +0000 Subject: 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 --- etc/codecs.conf | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3