From 1fac9f9861d6ebc41d4028948386d3fdab0de260 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Thu, 18 Mar 2004 22:00:31 +0000 Subject: Support for vp5 and vp6 dll decoders Patch by Reimar Doeffinger git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12043 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 d94c88b2ca..9600f38a83 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1147,6 +1147,24 @@ videocodec vp4 out YUY2 out BGR32,BGR24 +videocodec vp5 + info "On2 VP5 Personal Codec" + status working + fourcc VP50 + driver vfwex + dll "vp5vfw.dll" + out YUY2 + out BGR32,BGR24 + +videocodec vp6 + info "On2 VP6 Personal Codec" + status working + fourcc VP60,VP61,VP62 + driver vfwex + dll "vp6vfw.dll" + out YUY2 + out BGR32,BGR24 + videocodec mwv1 info "Motion Wavelets" status working -- cgit v1.2.3