[FFmpeg-cvslog] [ffmpeg.org]: r257 - in trunk/src: about index

superdump subversion
Mon Feb 16 02:05:14 CET 2009


Author: superdump
Date: Mon Feb 16 02:05:13 2009
New Revision: 257

Log:
Move information about FFmpeg to the about page

Modified:
   trunk/src/about
   trunk/src/index

Modified: trunk/src/about
==============================================================================
--- trunk/src/about	Mon Feb 16 02:03:25 2009	(r256)
+++ trunk/src/about	Mon Feb 16 02:05:13 2009	(r257)
@@ -14,5 +14,26 @@
 
 <h1>About FFmpeg</h1>
 
+<p>The project is made of several components:
+</p>
+
+<ul>
+<li><tt>ffmpeg</tt> is a command line tool to convert multimedia files
+between formats.</li>
+
+<li><tt>ffserver</tt> is a multimedia streaming server for live
+broadcasts.</li>
+
+<li><tt>ffplay</tt> is a simple media player based on <a
+href="http://www.libsdl.org/">SDL</a> and the FFmpeg libraries.</li>
+
+<li><tt>libavcodec</tt> is a library containing decoders and encoders
+for audio/video codecs.</li>
+
+<li><tt>libavformat</tt> is a library containing demuxers and
+muxers for multimedia container formats.</li>
+
+</ul>
+
 </body>
 </html>

Modified: trunk/src/index
==============================================================================
--- trunk/src/index	Mon Feb 16 02:03:25 2009	(r256)
+++ trunk/src/index	Mon Feb 16 02:05:13 2009	(r257)
@@ -20,27 +20,6 @@
 audio/video codec library. FFmpeg is developed under Linux, but it
 can be compiled under most operating systems, including Windows.
 
-<p>The project is made of several components:
-</p>
-
-<ul>
-<li><tt>ffmpeg</tt> is a command line tool to convert multimedia files
-between formats.</li>
-
-<li><tt>ffserver</tt> is a multimedia streaming server for live
-broadcasts.</li>
-
-<li><tt>ffplay</tt> is a simple media player based on <a
-href="http://www.libsdl.org/">SDL</a> and the FFmpeg libraries.</li>
-
-<li><tt>libavcodec</tt> is a library containing decoders and encoders
-for audio/video codecs.</li>
-
-<li><tt>libavformat</tt> is a library containing demuxers and
-muxers for multimedia container formats.</li>
-
-</ul>
-
 As always, check the <a href="ffmpeg-doc.html">main FFmpeg doc</a> for a
 complete feature list, and the <a href="changelog.html">Changelog for recent
 changes</a>.




More information about the ffmpeg-cvslog mailing list