CVS: main/etc codecs.conf,1.180,1.181
Update of /cvsroot/mplayer/main/etc In directory mail:/var/tmp.root/cvs-serv12928 Modified Files: codecs.conf Log Message: tm20 finally working Index: codecs.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- codecs.conf 21 Apr 2002 16:37:28 -0000 1.180 +++ codecs.conf 23 Apr 2002 14:48:03 -0000 1.181 @@ -772,6 +772,17 @@ 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?) @@ -826,18 +837,6 @@ driver vfw 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"
participants (1)
-
Alex Beregszaszi