[MPlayer-cvslog] CVS: main/etc codecs.conf,1.432,1.433

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Oct 16 01:17:27 CEST 2005


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv7953

Modified Files:
	codecs.conf 
Log Message:
Add ffmpeg truemotion2 codec, make it default for TM20
Flip dshow truemotion2 picture, it was upside-down


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- codecs.conf	2 Sep 2005 19:22:22 -0000	1.432
+++ codecs.conf	15 Oct 2005 23:17:25 -0000	1.433
@@ -1440,6 +1440,14 @@
   dll "truemotion1"
   out BGR15,BGR16,BGR24
 
+videocodec fftm20
+  info "FFmpeg Duck/On2 TrueMotion 2.0"
+  status working
+  fourcc TM20
+  driver ffmpeg
+  dll truemotion2
+  out YV12
+
 ; our BGR15->BGR32 is bad or the DLL?
 videocodec tm20
   info "TrueMotion 2.0"
@@ -1449,7 +1457,7 @@
   driver dshow
   dll "tm20dec.ax"
   guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
-  out BGR32,BGR24,BGR16
+  out BGR32,BGR24,BGR16 flip
 
 videocodec ffsp5x
   info "SP5x codec - used by Aiptek MegaCam"




More information about the MPlayer-cvslog mailing list