mirror of https://github.com/mpv-player/mpv
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:
parent
8619594a1d
commit
d776775135
|
@ -146,6 +146,22 @@ videocodec nuv
|
||||||
driver nuv
|
driver nuv
|
||||||
out I420,IYUV
|
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
|
videocodec ffpng
|
||||||
info "FFmpeg PNG decoder"
|
info "FFmpeg PNG decoder"
|
||||||
status working
|
status working
|
||||||
|
@ -165,6 +181,15 @@ videocodec mpng
|
||||||
driver mpng
|
driver mpng
|
||||||
out BGR32,BGR24,BGR8,Y800
|
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
|
videocodec mtga
|
||||||
info "TGA image decoder"
|
info "TGA image decoder"
|
||||||
status working
|
status working
|
||||||
|
|
Loading…
Reference in New Issue