diff etc/codecs.conf @ 10095:51da0282b302

Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
author arpi
date Sun, 11 May 2003 18:29:07 +0000
parents f3bc060a1731
children d6153fc16ac5
line wrap: on
line diff
--- a/etc/codecs.conf	Sun May 11 18:26:48 2003 +0000
+++ b/etc/codecs.conf	Sun May 11 18:29:07 2003 +0000
@@ -12,6 +12,15 @@
 ; 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 @@
   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