From d7767751357d91004e6cef01536718c3eac14686 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 12 Nov 2006 16:05:13 +0000 Subject: ffgif, fftiff and fftga support, patch by compn (tempn twmi rr com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20864 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index 93c5b85e6c..541a7c6095 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -146,6 +146,22 @@ videocodec nuv driver nuv out I420,IYUV +videocodec ffgif + info "FFmpeg GIF decoder" + status working + fourcc "gif " ; for GIF-encoded QuickTime files + driver ffmpeg + dll gif + out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + +videocodec fftiff + info "FFmpeg TIFF decoder" + status untested + fourcc "tiff" ; for TIFF-encoded QuickTime files + driver ffmpeg + dll tiff + out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + videocodec ffpng info "FFmpeg PNG decoder" status working @@ -165,6 +181,15 @@ videocodec mpng driver mpng out BGR32,BGR24,BGR8,Y800 +videocodec fftga + info "FFmpeg TGA decoder" + status untested + fourcc mtga,MTGA + fourcc "tga " ; for TGA-encoded QuickTime files + driver ffmpeg + dll targa + out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + videocodec mtga info "TGA image decoder" status working -- cgit v1.2.3