From 51aea53c97675eb75b964cc9787a5717d40ac644 Mon Sep 17 00:00:00 2001 From: compn Date: Sat, 19 Apr 2008 21:56:31 +0000 Subject: add canopus codecs, patch by Gianluigi Tiesi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26471 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3