# HG changeset patch # User reimar # Date 1163347513 0 # Node ID 68de1f8a50a9736e977e2deaf57d2c47c675f74d # Parent 7baa2ab8da053285671b3308384cd6b1e72a1ec2 ffgif, fftiff and fftga support, patch by compn (tempn twmi rr com) diff -r 7baa2ab8da05 -r 68de1f8a50a9 etc/codecs.conf --- a/etc/codecs.conf Sun Nov 12 16:03:39 2006 +0000 +++ b/etc/codecs.conf Sun Nov 12 16:05:13 2006 +0000 @@ -146,6 +146,22 @@ 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 @@ 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