summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf22
1 files changed, 13 insertions, 9 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 4126415020..89af1731cf 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -395,32 +395,36 @@ videocodec huffyuv
videocodec mszh
info "AVImszh"
- status crashing
+ status buggy
+ comment "24bpp only"
fourcc MSZH
driver vfw
dll "avimszh.dll"
; out YUY2
- out BGR32,BGR24,BGR15
+; out BGR32,BGR24,BGR15
+ out BGR24
videocodec zlib
info "AVIzlib"
- status crashing
+ status buggy
+ comment "24bpp only"
fourcc ZLIB
driver vfw
dll "avizlib.dll"
; out YUY2
- out BGR32,BGR24,BGR15
+; out BGR32,BGR24,BGR15
+ out BGR24
videocodec mwv1
info "Motion Wavelets"
- status crashing
- comment "decompressquery failed"
+ status buggy
+ comment "no yuv, flip requires"
fourcc MWV1
driver vfw
dll "icmw_32.dll"
-; out YV12
- out YUY2
- out BGR32,BGR24,BGR15
+; out YV12 flip
+; out YUY2 flip
+ out BGR32,BGR24,BGR15 flip
videocodec m261
info "M261"