diff etc/codecs.conf @ 28144:07981d3405b6

re-add codecs: sif1 (directshow version) and acdsee mjpeg
author compn
date Mon, 22 Dec 2008 16:51:06 +0000
parents bb25d7202b25
children c6c0c64eee7c
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Dec 22 09:20:38 2008 +0000
+++ b/etc/codecs.conf	Mon Dec 22 16:51:06 2008 +0000
@@ -1173,6 +1173,14 @@
   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 @@
   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 @@
   format 0x215
   format 0x216
   driver acm
-  dll "dvacm.acm"
\ No newline at end of file
+  dll "dvacm.acm"