summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-11 18:29:07 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-11 18:29:07 +0000
commit598c7fd57627a1753219435e2097fd1d274506d7 (patch)
treea99c5368d9045faa985d78ea29cb3a9c522b066e /etc/codecs.conf
parentffc479f7460c53cc0eaeb389935d78bb8b20eb3b (diff)
downloadmpv-598c7fd57627a1753219435e2097fd1d274506d7.tar.bz2
mpv-598c7fd57627a1753219435e2097fd1d274506d7.tar.xz
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10096 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 6f2c0a102a..9c98d10d4a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -12,6 +12,15 @@ release 20030119
; mpeg 1/2 decoding:
; Note: mpegpes is preferred for hw decoders:
+videocodec theora
+ info "Theora (free, reworked VP3)"
+ status working
+ fourcc theo
+ format 0xFFFC
+ driver theora
+ dll libtheora
+ out YV12
+
videocodec mpegpes
info "Mpeg PES output (.mpg or Dxr3/DVB card)"
comment "for hardware decoding"
@@ -958,6 +967,14 @@ videocodec ffrv10
dll rv10
out YV12,I420,IYUV
+videocodec ffvp3
+ info "FFmpeg's VP3-Codec"
+ status untested
+ fourcc VP30,vp30,VP31,vp31
+ driver ffmpeg
+ dll "vp3"
+ out YV12
+
videocodec vp3
info "On2 OpenSource VP3-Codec"
status working