[MPlayer-cvslog] r30227 - trunk/etc/codecs.conf
compn
subversion at mplayerhq.hu
Tue Jan 5 20:12:25 CET 2010
Author: compn
Date: Tue Jan 5 20:12:25 2010
New Revision: 30227
Log:
add three ADV1 binary codecs to codecs.conf
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Tue Jan 5 11:54:41 2010 (r30226)
+++ trunk/etc/codecs.conf Tue Jan 5 20:12:25 2010 (r30227)
@@ -2399,6 +2399,30 @@ videocodec smsvvfw
dll "wv32vfw.dll"
out BGR24 flip
+videocodec adv601
+ info "Analog Devices Wavelet Codec"
+ status working
+ fourcc ADV1
+ driver vfw
+ dll "ADV601.dll"
+ out BGR24 flip
+
+videocodec advwavelet
+ info "waveletvideo.freeservers.com"
+ status working
+ fourcc ADV1
+ driver vfw
+ dll "wavelet.dll"
+ out BGR24 flip
+
+videocodec loronixwavlet
+ info "loronix wavelet"
+ status untested
+ fourcc ADV1
+ driver vfw
+ dll "wavlor.dll"
+ out BGR24
+
videocodec foxmotion
info "fox motion video"
status working
More information about the MPlayer-cvslog
mailing list