summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-09 23:05:05 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-09 23:05:05 +0000
commite48067ea0e16974f6978053ab204d8d1f0285f44 (patch)
treedb8f31edba40c89c02ef83ea4e5cf1d8af0873d1 /etc/codecs.conf
parentaab523e18bd9392648dfcd9462f4ad3af1fa2b0e (diff)
downloadmpv-e48067ea0e16974f6978053ab204d8d1f0285f44.tar.bz2
mpv-e48067ea0e16974f6978053ab204d8d1f0285f44.tar.xz
VP50 and VP62 support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19781 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8f2b0db822..f7fcfcf25d 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1370,6 +1370,14 @@ videocodec vp4
out YUY2
out BGR32,BGR24
+videocodec ffvp5
+ info "FFmpeg VP5 decoder"
+ status working
+ fourcc VP50
+ driver ffmpeg
+ dll "vp5"
+ out YV12
+
videocodec vp5
info "On2 VP5 Personal Codec"
status working
@@ -1379,6 +1387,14 @@ videocodec vp5
out YUY2
out BGR32,BGR24
+videocodec ffvp6
+ info "FFmpeg VP6 decoder"
+ status working
+ fourcc VP62
+ driver ffmpeg
+ dll "vp6"
+ out YV12
+
videocodec vp6
info "On2 VP6 Personal Codec"
status working