# HG changeset patch # User arpi # Date 1038351965 0 # Node ID ece4e50c9dde39747dfa9670790638bfa6b4a5e3 # Parent cd02bf201f3803e8916c9f4bcac37a23579bebf5 DMO video codecs added: WMV1, WMV2, WMV3 (get DLLs from mphq releases/Win32_dmo.tgz) diff -r cd02bf201f38 -r ece4e50c9dde etc/codecs.conf --- a/etc/codecs.conf Tue Nov 26 22:55:32 2002 +0000 +++ b/etc/codecs.conf Tue Nov 26 23:06:05 2002 +0000 @@ -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?)