summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-18 22:00:31 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-18 22:00:31 +0000
commit1fac9f9861d6ebc41d4028948386d3fdab0de260 (patch)
tree58c31761fdb497da3b6fada764ee32a920bbe025 /etc
parente8a1b371302278226a011eb45490d0542bbc6ae3 (diff)
downloadmpv-1fac9f9861d6ebc41d4028948386d3fdab0de260.tar.bz2
mpv-1fac9f9861d6ebc41d4028948386d3fdab0de260.tar.xz
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
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 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