changeset 36448:10a58d3ec0ef

more binary codecs, patch by David Spreadborough
author compn
date Thu, 12 Dec 2013 21:25:47 +0000
parents 740a60d26cc0
children d3e1b083209e
files etc/codecs.conf
diffstat 1 files changed, 25 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Dec 11 20:03:03 2013 +0000
+++ b/etc/codecs.conf	Thu Dec 12 21:25:47 2013 +0000
@@ -186,12 +186,12 @@
 
 videocodec marchmpeg4
   info "March Networks MPEG4"
-  status untested
-  comment "decoder decodes xvid but we need mnm4 sample"
+  status working
+  comment "not standard mpeg4."
   fourcc MNM4
-  driver vfwex
+  driver vfw
   dll "mnmpeg4.dll"
-  out YUY2,UYVY flip
+  out RGB24,RGB32,BGR32,BGR24 flip
 
 videocodec amv2
   info "lossless video codec"
@@ -1961,6 +1961,14 @@
   dll "GXAVC.dll"
   out BGR32,BGR24 flip
 
+videocodec fjhtvfw
+ info "FUJIAN HTC MPEG-4 CODEC"
+ status working
+ fourcc FJHT
+ driver vfw
+ dll "fjht264.dll"
+ out BGR15,BGR16,BGR24,BGR32,RGB16,RGB24,RGB32 flip
+
 ; MJPEG:
 ; Notes: m3jpeg+mjpeg are MMX optimized. avid is very stable but slow.
 ; ijpg only decodes JPEG images (no MJPEG), and slow.
@@ -3276,6 +3284,19 @@
   dll "wtvc.dll"
   out BGR16 flip
 
+videocodec inmc
+  info "INMC"
+  status working
+  fourcc INMC
+  fourcc CFWL
+  fourcc IENP
+  fourcc IMP4
+  fourcc STM4
+  fourcc STS4
+  driver vfw
+  dll "MultiCodec.dll"
+  out BGR15,BGR16,BGR24,BGR32,RGB16,RGB24,RGB32 flip
+
 videocodec ficvvfw
   info "Mirillis Action screen capture codec"
   status working