summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf33
1 files changed, 32 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 9c7751b909..8f05bf9203 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -9,6 +9,14 @@ release 20090308
; VIDEO CODECS
;=============================================================================
+videocodec ffcdgraphics
+ info "FFmpeg CD-Graphics"
+ status working
+ fourcc CDGR ; internal MPlayer FourCC
+ driver ffmpeg
+ dll cdgraphics
+ out BGR8
+
videocodec ffmvi1
info "FFmpeg Motion Pixels"
status working
@@ -520,6 +528,22 @@ videocodec ffcyuv
dll "cyuv"
out 411P
+videocodec ffaura
+ info "Auravision Aura (libavcodec)"
+ status working
+ fourcc aura,AURA
+ driver ffmpeg
+ dll "aura"
+ out 411P
+
+videocodec ffaura2
+ info "Auravision Aura 2 (libavcodec)"
+ status working
+ fourcc aur2,AUR2
+ driver ffmpeg
+ dll "aura2"
+ out 422P
+
videocodec ffmsrle
info "Microsoft RLE"
status working
@@ -2048,12 +2072,19 @@ videocodec vp6
info "On2 VP6 Personal Codec"
status working
fourcc VP60,VP61,VP62
- fourcc VP6F VP60
driver vfwex
dll "vp6vfw.dll"
out YUY2
out BGR32,BGR24
+videocodec vp6f
+ info "On2 VP6F Personal Codec"
+ status working
+ fourcc VP6F VP60
+ driver vfwex
+ dll "vp6vfw.dll"
+ out YUY2,BGR32,BGR24 flip
+
videocodec vp7
info "On2 VP7 Personal Codec"
status working