From d8f925bef117887287ec1ba285dee4949adf5fed Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 26 Nov 2002 23:06:05 +0000 Subject: DMO video codecs added: WMV1, WMV2, WMV3 (get DLLs from mphq releases/Win32_dmo.tgz) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8297 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 941d991f51..5d21b6a19d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -455,6 +455,30 @@ videocodec wmv7 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 sp5x 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?) -- cgit v1.2.3