From 598c7fd57627a1753219435e2097fd1d274506d7 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 11 May 2003 18:29:07 +0000 Subject: Theora demuxer/codec support, patch by David Kuehling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10096 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3