summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-25 21:36:18 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-25 21:36:18 +0000
commit685c5980949ceb9cd223ea90e529a1eec5176796 (patch)
tree184b1baabb343ec5cfd4fbfbfbeffb4acb86b6fd /etc
parent52fdaaef8c9f79de57c8f8d44c5f9c68616358bf (diff)
downloadmpv-685c5980949ceb9cd223ea90e529a1eec5176796.tar.bz2
mpv-685c5980949ceb9cd223ea90e529a1eec5176796.tar.xz
Support for Alparysoft lossless video codec (DShow and VfW)
Patch by Melisha Johnson <adland123 (at) yahoo (dot) com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf17
1 files changed, 17 insertions, 0 deletions
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