[FFmpeg-cvslog] [ffmpeg.org]: r538 - in trunk: htdocs/default.css src/download

mru subversion
Thu Jan 27 11:47:17 CET 2011


Author: mru
Date: Thu Jan 27 11:47:15 2011
New Revision: 538

Log:
List all known FFmpeg repositories

Modified:
   trunk/htdocs/default.css
   trunk/src/download

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Thu Jan 27 02:40:44 2011	(r537)
+++ trunk/htdocs/default.css	Thu Jan 27 11:47:15 2011	(r538)
@@ -111,3 +111,20 @@
 #proj_desc {
     font-size: 1.2em;
 }
+
+#repos {
+    margin-left: 1em;
+    margin-right: 1em;
+    border-collapse: collapse;
+    border: solid 1px #6A996A;
+}
+
+#repos th {
+    background-color: #7BB37B;
+    border: solid 1px #6A996A;
+}
+
+#repos td {
+    padding: 0.2em;
+    border: solid 1px #6A996A;
+}

Modified: trunk/src/download
==============================================================================
--- trunk/src/download	Thu Jan 27 02:40:44 2011	(r537)
+++ trunk/src/download	Thu Jan 27 11:47:15 2011	(r538)
@@ -19,19 +19,53 @@
 
 <h2>FFmpeg Git</h2>
 <p>
-In order to use the standard Git client to check out the source code:
+FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
+Given the decentralized nature of Git, multiple repositories from
+developers and groups of developers are available.
 </p>
 
-<blockquote>
-<pre>
-git clone git://git.ffmpeg.org/ffmpeg.git
-</pre>
-</blockquote>
-
-<p>
-Alternatively, you can
-<a href="http://git.ffmpeg.org/?p=ffmpeg.git">browse it online</a>.
-</p>
+<table id="repos">
+<thead>
+<tr>
+    <th>Clone URL</th>
+    <th>Browse URL</th>
+    <th>Maintainer</th>
+    <th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+    <td>git://git.ffmpeg.org/ffmpeg.git</td>
+    <td><a href="http://git.ffmpeg.org/?p=ffmpeg.git">http://git.ffmpeg.org/?p=ffmpeg.git</a></td>
+    <td>FFmpeg team</td>
+    <td>Main development</td>
+</tr>
+<tr>
+    <td>git://git.videolan.org/ffmpeg.git</td>
+    <td><a href="http://git.videolan.org/?p=ffmpeg.git">http://git.videolan.org/?p=ffmpeg.git</a></td>
+    <td>Michael Niedermayer</td>
+    <td>Direct commits by various developers</td>
+</tr>
+<tr>
+    <td>git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git</td>
+    <td><a href="http://gitorious.org/~astrange/ffmpeg/ffmpeg-mt">http://gitorious.org/~astrange/ffmpeg/ffmpeg-mt</a></td>
+    <td>Alexander Strange</td>
+    <td>Multithreaded decoding</td>
+</tr>
+<tr>
+    <td>git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git</td>
+    <td><a href="http://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg">http://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg</a></td>
+    <td>Diego E. Petten?</td>
+    <td>Personal repository with works in progress</td>
+</tr>
+<tr>
+    <td>git://git.mansr.com/ffmpeg.git</td>
+    <td><a href="http://git.mansr.com/?p=ffmpeg">http://git.mansr.com/?p=ffmpeg</a></td>
+    <td>Mans Rullgard</td>
+    <td>Personal repository with works in progress</td>
+</tr>
+</tbody>
+</table>
 
 <h2>FFmpeg SVN</h2>
 <p><b>



More information about the ffmpeg-cvslog mailing list