[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.375,1.376 formats.html,1.50,1.51

Arpi of Ize arpi at mplayerhq.hu
Tue Jan 28 01:12:54 CET 2003


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv32263/DOCS

Modified Files:
	documentation.html formats.html 
Log Message:
libgif/libungif based demuxer support for libmpdemux.
patch by Joey Parrish <joey at nicewarrior.org>


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- documentation.html	27 Jan 2003 12:03:06 -0000	1.375
+++ documentation.html	28 Jan 2003 00:12:21 -0000	1.376
@@ -65,6 +65,7 @@
               <LI><A HREF="formats.html#ogg">2.1.1.12 OGG/OGM files</A></LI>
               <LI><A HREF="formats.html#sdp">2.1.1.13 SDP files</A></LI>
               <LI><A HREF="formats.html#pva">2.1.1.14 PVA files</A></LI>
+              <LI><A HREF="formats.html#gif">2.1.1.15 GIF files</A></LI>
             </UL>
           </LI>
           <LI><A HREF="formats.html#audio_formats">2.1.2 Audio formats</A>

Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/formats.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- formats.html	7 Jan 2003 00:02:02 -0000	1.50
+++ formats.html	28 Jan 2003 00:12:21 -0000	1.51
@@ -233,6 +233,34 @@
   <A HREF="http://www.technotrend.de/download/av_format_v1.pdf">http://www.technotrend.de/download/av_format_v1.pdf</A></P>
 
 
+<H4><A NAME="gif">2.1.1.15 GIF files</A></H4>
+
+<P>The <B>GIF</B> format is a common format for web graphics.  There are two
+  versions of the GIF spec, GIF87a and GIF89a.  The main difference is that
+  GIF89a allows for animation.  MPlayer supports both formats through use
+  of libungif or another libgif-compatible library.  Non-animated GIFs will
+  be displayed as single frame videos.  (Use the <CODE>-loop</CODE> and
+  <CODE>-fixed-vo</CODE> options to display these longer.)</P>
+
+<P>MPlayer currently does not support seeking in GIF files.  GIF files do
+  not necessarily have a fixed frame size, nor a fixed framerate.  Rather,
+  each frame is of independant size and is supposed to be positioned in a
+  certain place on a field of fixed-size.  The framerate is controlled by
+  an optional block before each frame that specifies a next frame's delay
+  in centiseconds.</P>
+
+<P>Standard GIF files contain 24-bit RGB frames with at most an 8-bit
+  indexed pallete.  These frames are usually LZW-compressed, although
+  some GIF encoders produce uncompressed frames to avoid patent issues
+  with LZW compression.</P>
+  
+<P>Though many common Linux distributions come with libungif, you can
+  download a copy from the following address:
+  <A HREF="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml">http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml</A></P>
+
+<P>The GIF specification can be downloaded from the following address:
+  <A HREF="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">http://www.w3.org/Graphics/GIF/spec-gif89a.txt</A></P>
+
 <H3><A NAME="audio_formats">2.1.2 Audio formats</A></H3>
 
 <P>MPlayer is a <B>Movie</B> and not a <B>Media</B> player, although



More information about the MPlayer-cvslog mailing list