[MPlayer-cvslog] r26102 - in trunk: etc/codecs.conf libmpdemux/demux_mf.c
compn
subversion at mplayerhq.hu
Mon Feb 25 19:30:02 CET 2008
Author: compn
Date: Mon Feb 25 19:30:02 2008
New Revision: 26102
Log:
sun rasterfile decoder
Modified:
trunk/etc/codecs.conf
trunk/libmpdemux/demux_mf.c
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Mon Feb 25 19:30:02 2008
@@ -228,6 +228,14 @@ videocodec sgi
driver sgi
out BGR24
+videocodec ffsunras
+ info "FFmpeg SUN Rasterfile decoder"
+ status working
+ fourcc "sun " ; sun is an internal MPlayer FOURCC
+ driver ffmpeg
+ dll sunrast
+ out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+
videocodec ffindeo3
info "FFmpeg Intel Indeo 3.1/3.2"
status working
Modified: trunk/libmpdemux/demux_mf.c
==============================================================================
--- trunk/libmpdemux/demux_mf.c (original)
+++ trunk/libmpdemux/demux_mf.c Mon Feb 25 19:30:02 2008
@@ -70,6 +70,13 @@ static const struct {
{ "tga", mmioFOURCC('M', 'T', 'G', 'A') },
{ "tif", mmioFOURCC('t', 'i', 'f', 'f') },
{ "sgi", mmioFOURCC('S', 'G', 'I', '1') },
+ { "sun", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "ras", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "ra", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im1", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im8", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im24", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "sunras", mmioFOURCC('s', 'u', 'n', ' ') },
{ NULL, 0 }
};
More information about the MPlayer-cvslog
mailing list