From 4d213f46a892707b4dc0111420be2a880b131c6e Mon Sep 17 00:00:00 2001 From: compn Date: Tue, 5 Jan 2010 19:12:25 +0000 Subject: add three ADV1 binary codecs to codecs.conf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30227 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index c0d88cc42c..a917d4f8af 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 -- cgit v1.2.3