[MPlayer-cvslog] r28335 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Fri Jan 16 20:09:57 CET 2009


Author: compn
Date: Fri Jan 16 20:09:57 2009
New Revision: 28335

Log:
add mimic in avi fourcc LM20 to ffmimic
MidiVid3 binary decoder for MV30
Telegeny binary decoder for VDTZ

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Fri Jan 16 14:19:29 2009	(r28334)
+++ trunk/etc/codecs.conf	Fri Jan 16 20:09:57 2009	(r28335)
@@ -38,6 +38,7 @@ videocodec ffmimic
   info "FFmpeg Mimic video"
   status working
   fourcc ML20
+  fourcc LM20 ; mimic in avi
   out I420
   driver ffmpeg
   dll "mimic"
@@ -1717,6 +1718,14 @@ videocodec psiv
   dll "psiv.dll"
   out BGR32,BGR24 query,flip
 
+videocodec midivid3
+  info "www.midivid.com/codec/mv3codec.html"
+  status working
+  fourcc MV30
+  driver vfw
+  dll "MV3.dll"
+  out BGR24,BGR16
+
 videocodec nsvideo
   info "Power VideoWorks video"
   status working
@@ -2126,6 +2135,14 @@ videocodec tridvfw
   dll "TRICDC32.DRV"
   out BGR24 flip
 
+videocodec vdtzvfw
+  info "Telegeny VDTZ"
+  status working
+  fourcc VDTZ
+  driver vfw
+  dll "VTZ32.DLL"
+  out BGR24 flip
+
 videocodec vivd2
   info "SoftMedia ViVD V2 codec VfW"
   status working



More information about the MPlayer-cvslog mailing list