mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
tm20 finally working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5800 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e890df6704
commit
4fc0795223
@ -772,6 +772,17 @@ videocodec CJPG
|
|||||||
out UYVY
|
out UYVY
|
||||||
out BGR24,BGR15
|
out BGR24,BGR15
|
||||||
|
|
||||||
|
; our BGR15->BGR32 is bad or the DLL?
|
||||||
|
videocodec tm20
|
||||||
|
info "TrueMotion 2.0"
|
||||||
|
status working
|
||||||
|
comment "YUV faulting"
|
||||||
|
fourcc TM20
|
||||||
|
driver dshow
|
||||||
|
dll "tm20dec.ax"
|
||||||
|
guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
|
||||||
|
out BGR32,BGR24,BGR16
|
||||||
|
|
||||||
|
|
||||||
; buggy codecs: (any volunteers for native rewrite?)
|
; buggy codecs: (any volunteers for native rewrite?)
|
||||||
|
|
||||||
@ -827,18 +838,6 @@ videocodec vcr1
|
|||||||
dll "ativcr1.dll"
|
dll "ativcr1.dll"
|
||||||
out RGB24 flip
|
out RGB24 flip
|
||||||
|
|
||||||
videocodec tm20
|
|
||||||
info "TrueMotion 2.0"
|
|
||||||
status crashing
|
|
||||||
comment "segfault in the DLL"
|
|
||||||
fourcc TM20
|
|
||||||
driver dshow
|
|
||||||
dll "tm20dec.ax"
|
|
||||||
guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
|
|
||||||
; out UYVY
|
|
||||||
out YUY2
|
|
||||||
out BGR32,BGR24,BGR16,BGR15
|
|
||||||
|
|
||||||
videocodec pim1
|
videocodec pim1
|
||||||
info "PIM1"
|
info "PIM1"
|
||||||
status buggy
|
status buggy
|
||||||
|
Loading…
Reference in New Issue
Block a user