Mercurial > mplayer.hg
changeset 8296:ece4e50c9dde
DMO video codecs added: WMV1, WMV2, WMV3
(get DLLs from mphq releases/Win32_dmo.tgz)
author | arpi |
---|---|
date | Tue, 26 Nov 2002 23:06:05 +0000 |
parents | cd02bf201f38 |
children | 879f88c3212e |
files | etc/codecs.conf |
diffstat | 1 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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?)