summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-23 14:48:03 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-23 14:48:03 +0000
commit4fc0795223ef4899e963dfa5a2202476f58fd1f0 (patch)
tree29a772efa20a211e87ad1d7e7ece1185b78c8986 /etc
parente890df67042a9a637831af10756c8202ededc9e0 (diff)
downloadmpv-4fc0795223ef4899e963dfa5a2202476f58fd1f0.tar.bz2
mpv-4fc0795223ef4899e963dfa5a2202476f58fd1f0.tar.xz
tm20 finally working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf23
1 files changed, 11 insertions, 12 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a05263d5e9..93ddc12c30 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -772,6 +772,17 @@ videocodec CJPG
out UYVY
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?)
@@ -827,18 +838,6 @@ videocodec vcr1
dll "ativcr1.dll"
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
info "PIM1"
status buggy