[MPlayer-cvslog] r20864 - trunk/etc/codecs.conf
reimar
subversion at mplayerhq.hu
Sun Nov 12 17:05:13 CET 2006
Author: reimar
Date: Sun Nov 12 17:05:13 2006
New Revision: 20864
Modified:
trunk/etc/codecs.conf
Log:
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Sun Nov 12 17:05:13 2006
@@ -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
More information about the MPlayer-cvslog
mailing list