summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-17 22:52:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-17 22:52:57 +0000
commit2f67bb7b34ce9e81b62c16c849cf4cd48753c1df (patch)
treebeb05178a179a1df6082ad025fa72a71b2139e85 /etc
parent2bf9053a660c88d37c56e34b07a1cd010529c1d9 (diff)
downloadmpv-2f67bb7b34ce9e81b62c16c849cf4cd48753c1df.tar.bz2
mpv-2f67bb7b34ce9e81b62c16c849cf4cd48753c1df.tar.xz
support for some more fringe formats, still buggy ..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20996 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index dfc8d8285a..642cd235db 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1946,6 +1946,38 @@ videocodec ffdsicinvideo
dll "dsicinvideo"
out BGR8
+videocodec ffwc3
+ info "FFmpeg XAN wc3"
+ status buggy
+ fourcc WC3V ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "xan_wc3"
+ out BGR8
+
+videocodec ffidcin
+ info "FFmpeg idcinvideo"
+ status buggy
+ fourcc IDCI ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "idcinvideo"
+ out BGR8
+
+videocodec ffinterplay
+ info "FFmpeg Interplay Video"
+ status buggy
+ fourcc INPV ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "interplayvideo"
+ out BGR8
+
+videocodec ffvqa
+ info "FFmpeg VQA Video"
+ status buggy
+ fourcc VQAV ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "vqavideo"
+ out BGR8
+
; raw formats: (now RGB formats are autodetected)