mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
f482d214a7
commit
d8f925bef1
|
@ -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?)
|
||||
|
|
Loading…
Reference in New Issue