diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 21:28:01 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 21:28:01 +0000 |
commit | 7b5bda73d9573f7d649e129b22b2bba96fd97636 (patch) | |
tree | 6b01c79533cc340ee8f5d78bf99a30fb50976f21 /etc/codecs.conf | |
parent | e8ad4a04a7390caca0c2e251c013867dab77e53e (diff) |
Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b822563a00..06e3b25b33 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1142,6 +1142,32 @@ videocodec qtsvq1 dll "QuickTime.qts" out YVU9 +; VSS codecs (http://vsofts.com/solutions.html): + +videocodec vsslight + info "VSS Codec Light" + status working + fourcc VSSV + driver vfw + dll "vsslight.dll" + out BGR24 flip + +videocodec vssh264 + info "VSS H.264" + status buggy + fourcc VSSH + driver vfw + dll "vssh264.dll" + out BGR24 flip + +videocodec vsswlt + info "VSS Wavelet Video Codec" + status working + fourcc VSSW + driver vfw + dll "vsswlt.dll" + out BGR24 flip + ; buggy codecs: (any volunteers for native rewrite?) videocodec zlib |