Index: etc/codecs.conf =================================================================== --- etc/codecs.conf (revision 20857) +++ etc/codecs.conf (working copy) @@ -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