summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-19 21:56:31 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-19 21:56:31 +0000
commit51aea53c97675eb75b964cc9787a5717d40ac644 (patch)
tree3480ae2a33a56c4e9112f9d8b0e0ee4e892f1f7d /etc
parente37a6b5b58aa43a19a5528d51780efc90e332ac3 (diff)
downloadmpv-51aea53c97675eb75b964cc9787a5717d40ac644.tar.bz2
mpv-51aea53c97675eb75b964cc9787a5717d40ac644.tar.xz
add canopus codecs, patch by Gianluigi Tiesi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index c652653658..11a9ff855a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1442,6 +1442,24 @@ videocodec lagarith
dll "lagarith.dll"
out BGR32,BGR24 flip
+videocodec canopushq
+ status working
+ info "Canopus HQ Codec"
+ comment "requires cseHQa.dll and CSEUvec.dll"
+ fourcc CUVC
+ driver vfw
+ dll "CUVCcodc.dll"
+ out BGR24
+
+videocodec canopusll
+ status working
+ info "Canopus Lossless Codec"
+ comment "requires csellc.dll"
+ fourcc CLLC
+ driver vfw
+ dll "CLLCcodc.dll"
+ out BGR24
+
videocodec ffvp3
info "FFmpeg VP3"
status untested