summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
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