Mercurial > mplayer.hg
changeset 20848:68de1f8a50a9
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
author | reimar |
---|---|
date | Sun, 12 Nov 2006 16:05:13 +0000 |
parents | 7baa2ab8da05 |
children | 2c52b6344c14 |
files | etc/codecs.conf |
diffstat | 1 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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