From 685c5980949ceb9cd223ea90e529a1eec5176796 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Thu, 25 Mar 2004 21:36:18 +0000 Subject: Support for Alparysoft lossless video codec (DShow and VfW) Patch by Melisha Johnson git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12067 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 0abbb866bf..43ceea3cbb 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1091,6 +1091,23 @@ videocodec rv20win ; others: +videocodec alpary + info "Alparysoft lossless codec dshow" + status untested + fourcc ASLC + driver dshow + dll "aslcodec_dshow.dll" + guid 0x7f9de066, 0xbf3d, 0x4c17, 0x86, 0xb7, 0x33, 0xe4, 0x3e, 0xbe, 0xae, 0xf0 + out BGR24 flip + +videocodec alpary2 + info "Alparysoft lossless codec vfw" + status untested + fourcc ASLC + driver vfw + dll "aslcodec_vfw.dll" + out BGR24 flip + videocodec LEADMW20 info "Lead CMW wavelet 2.0" status working -- cgit v1.2.3