1
mirror of https://github.com/mpv-player/mpv synced 2024-09-16 22:19:59 +02:00

ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20864 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-12 16:05:13 +00:00
parent 8619594a1d
commit d776775135

View File

@ -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