From a124989983f0f37d8d7af7ebc5a4bd4227f18f86 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Wed, 9 May 2001 22:09:12 +0000 Subject: HuffYUV fixed, DIV2 added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@743 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DOCS/codecs.conf b/DOCS/codecs.conf index fcad1c0c90..17eed90a63 100644 --- a/DOCS/codecs.conf +++ b/DOCS/codecs.conf @@ -20,6 +20,7 @@ videocodec mpeg4 ; comment "No postprocessing" fourcc MPG4,mpg4 fourcc MP42,mp42 + fourcc DIV2 mp42 driver vfw dll "mpg4c32.dll" out YUY2 yuvhack @@ -29,6 +30,7 @@ videocodec divxds 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 morgands 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" -- cgit v1.2.3