From 2f67bb7b34ce9e81b62c16c849cf4cd48753c1df Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Nov 2006 22:52:57 +0000 Subject: support for some more fringe formats, still buggy .. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20996 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'etc/codecs.conf') 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) -- cgit v1.2.3