[FFmpeg-devel] [PATCH] Add snapshot tarball URLs to the available repositories table.

Diego Biurrun diego
Sat Mar 5 16:36:51 CET 2011


---
 trunk/src/download |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/trunk/src/download b/trunk/src/download
index 2d7d2db..635dad2 100644
--- a/trunk/src/download
+++ b/trunk/src/download
@@ -20,6 +20,7 @@ developers and groups of developers are available.
 <tr>
     <th>Clone URL</th>
     <th>Browse URL</th>
+    <th>Snapshot URL</th>
     <th>Maintainer</th>
     <th>Description</th>
 </tr>
@@ -28,42 +29,49 @@ developers and groups of developers are available.
 <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><a href="http://git.ffmpeg.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz">http://git.ffmpeg.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz</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><a href="http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz">http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz</a></td>
     <td>Michael Niedermayer</td>
     <td>Direct commits by various developers</td>
 </tr>
 <tr>
     <td>git://gitorious.org/ffmpeg/ffmpeg.git</td>
     <td><a href="http://gitorious.org/ffmpeg/ffmpeg">http://gitorious.org/ffmpeg/ffmpeg</a></td>
+    <td><a href="http://gitorious.org/ffmpeg/ffmpeg/archive-tarball/master">http://gitorious.org/ffmpeg/ffmpeg/archive-tarball/master</a></td>
     <td>Luca Barbato, Diego E. Petten??</td>
     <td>Automirror of git://git.ffmpeg.org/ffmpeg.git</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><a href="http://gitorious.org/ffmpeg/ffmpeg-mt/archive-tarball/master">http://gitorious.org/ffmpeg/ffmpeg-mt/archive-tarball/master</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><a href="http://gitorious.org/ffmpeg/flameeyes-ffmpeg/archive-tarball/master">http://gitorious.org/ffmpeg/flameeyes-ffmpeg/archive-tarball/master</a></td>
     <td>Diego E. Petten??</td>
     <td>Personal repository with works in progress</td>
 </tr>
 <tr>
     <td>git://github.com/lu-zero/ffmpeg.git</td>
     <td><a href="https://github.com/lu-zero/ffmpeg">https://github.com/lu-zero/ffmpeg</a></td>
+    <td><a href="https://github.com/lu-zero/ffmpeg/tarball/master">https://github.com/lu-zero/ffmpeg/tarball/master</a></td>
     <td>Luca Barbato</td>
     <td>Personal repository with works in progress and experiments</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>-</td>
     <td>Mans Rullgard</td>
     <td>Personal repository with works in progress</td>
 </tr>
-- 
1.5.6.5




More information about the ffmpeg-devel mailing list