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

compn subversion at mplayerhq.hu
Mon Dec 22 17:51:06 CET 2008


Author: compn
Date: Mon Dec 22 17:51:06 2008
New Revision: 28179

Log:
re-add codecs: sif1 (directshow version) and acdsee mjpeg

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Mon Dec 22 17:51:06 2008
@@ -1173,6 +1173,14 @@ videocodec LEAD
   dll "LCodcCMP.dll"
   out BGR24,BGR15
 
+videocodec acdsee
+  info "ACDSee mjpeg"
+  status working
+  fourcc ACDV
+  driver vfw
+  dll "ACDV.dll"
+  out BGR32,BGR24,BGR15 flip
+
 videocodec imagepower
   info "ImagePower MJPEG2000"
   status buggy
@@ -1944,6 +1952,16 @@ videocodec sif1vfw
   dll "Sif1_vfw.dll"
   out YV12,YUY2
 
+videocodec sif1ds
+  info "sif1 alpha4"
+  status buggy
+  comment "one frame every 5 seconds?"
+  fourcc SIF1
+  driver dshow
+  dll "Sif1Dec.ax"
+  guid 0x31666973, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
+  out BGR32
+
 videocodec ffamv
   info "Modified MJPEG, used in AMV files"
   status working
@@ -3875,4 +3893,4 @@ audiocodec uleaddva
   format 0x215
   format 0x216
   driver acm
-  dll "dvacm.acm"
\ No newline at end of file
+  dll "dvacm.acm"



More information about the MPlayer-cvslog mailing list