changeset 742:8e5f87d56ed3

HuffYUV fixed, DIV2 added
author arpi_esp
date Wed, 09 May 2001 22:09:12 +0000
parents 00f97e760cbc
children 79f7c70dbdc1
files DOCS/codecs.conf
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Wed May 09 20:15:37 2001 +0000
+++ b/DOCS/codecs.conf	Wed May 09 22:09:12 2001 +0000
@@ -20,6 +20,7 @@
 ;  comment "No postprocessing"
   fourcc MPG4,mpg4
   fourcc MP42,mp42
+  fourcc DIV2 mp42
   driver vfw
   dll "mpg4c32.dll"
   out YUY2 yuvhack
@@ -29,6 +30,7 @@
   info "DivX ;-) (MS MPEG-4 v3)"
   comment "with postprocessing"
   status working
+;  fourcc DIV2 div4
   fourcc MP43,mp43 div3   ; fourcc mapping to div3
   fourcc DIV5,div5 div3
   fourcc DIV6,div6 div4
@@ -220,14 +222,14 @@
 
 videocodec huffyuv
   info "HuffYUV"
-  status crashing
-  comment "ICDecompressGetFormat failed: Error -2"
+  status buggy
+  comment "YUY2 _or_ 24/32bpp only (depending on file encoding)"
   fourcc HFYU
   driver vfw
   dll "huffyuv.dll"
-;  out YUY2
-;  out UYVY
-  out BGR32,BGR24,BGR15
+  out YUY2 flip
+;  out UYVY flip
+  out BGR32,BGR24 flip
 
 videocodec mszh
   info "AVImszh"