[FFmpeg-cvslog] [ffmpeg-web] branch master updated. c048f88 web: Move 2.4 to old releases

ffmpeg-cvslog at ffmpeg.org ffmpeg-cvslog at ffmpeg.org
Tue Feb 2 18:33:52 CET 2016


The branch, master has been updated
       via  c048f889eb436eb9ca9aa3de273591db5035bb8a (commit)
       via  ce3e1421925e3270b08ee1843a2759f94f7aecbe (commit)
      from  fa83cf8154be61f96821232bfac4af6c181322fe (commit)


- Log -----------------------------------------------------------------
commit c048f889eb436eb9ca9aa3de273591db5035bb8a
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Tue Feb 2 18:31:17 2016 +0100
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Tue Feb 2 18:31:17 2016 +0100

    web: Move 2.4 to old releases

diff --git a/src/download b/src/download
index 0d6887c..3c1393f 100644
--- a/src/download
+++ b/src/download
@@ -434,43 +434,6 @@ libpostproc    53.  3.100</pre>
   </div> <!-- row -->
 
 
-  <h3 id="release_2.4">FFmpeg 2.4.13 "Fresnel"</h3>
-
-  <p>
-    2.4.13 was released on 2016-02-01. It is the latest stable FFmpeg release
-    from the 2.4 release branch, which was cut from master on 2014-09-14.
-    Amongst lots of other changes, it includes all changes from
-    ffmpeg-mt, libav master of 2014-09-14, libav 11.4 as of 2015-08-25.
-  </p>
-  <p>It includes the following library versions:
-  </p>
-  <pre>
-libavutil      54.  7.100
-libavcodec     56.  1.100
-libavformat    56.  4.101
-libavdevice    56.  0.100
-libavfilter     5.  1.100
-libavresample   2.  1.  0
-libswscale      3.  0.100
-libswresample   1.  1.100
-libpostproc    53.  0.100</pre>
-
-  <div class="row">
-    <div class="col-md-4">
-      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-2.4.13.tar.bz2.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-4">
-      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-2.4.13.tar.gz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-4 text-right">
-      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.13">Changelog</a></small>
-      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a>
-    </div> <!-- col -->
-  </div> <!-- row -->
-
-
   <h3 id="old_releases">Old Releases</h3>
   <p>
     Older versions are available at the <a href="olddownload.html">Old
diff --git a/src/olddownload b/src/olddownload
index 08f0b8c..6f61f20 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -5,6 +5,44 @@
   <a href="contact.html">Contact us</a> if you are interested in
   maintaining an old release.
 </div>
+
+  <h3 id="release_2.4">FFmpeg 2.4.13 "Fresnel"</h3>
+
+  <p>
+    2.4.13 was released on 2016-02-01. It is the latest stable FFmpeg release
+    from the 2.4 release branch, which was cut from master on 2014-09-14.
+    Amongst lots of other changes, it includes all changes from
+    ffmpeg-mt, libav master of 2014-09-14, libav 11.4 as of 2015-08-25.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      54.  7.100
+libavcodec     56.  1.100
+libavformat    56.  4.101
+libavdevice    56.  0.100
+libavfilter     5.  1.100
+libavresample   2.  1.  0
+libswscale      3.  0.100
+libswresample   1.  1.100
+libpostproc    53.  0.100</pre>
+
+  <div class="row">
+    <div class="col-md-4">
+      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-2.4.13.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-4">
+      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-2.4.13.tar.gz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-4 text-right">
+      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.13">Changelog</a></small>
+      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
+
   <h3 id="release_2.3">FFmpeg 2.3.6 "Mandelbrot"</h3>
 
   <p>

commit ce3e1421925e3270b08ee1843a2759f94f7aecbe
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Tue Feb 2 18:30:02 2016 +0100
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Tue Feb 2 18:30:02 2016 +0100

    web/download: Add 2.4.13

diff --git a/src/download b/src/download
index e11216e..0d6887c 100644
--- a/src/download
+++ b/src/download
@@ -434,10 +434,10 @@ libpostproc    53.  3.100</pre>
   </div> <!-- row -->
 
 
-  <h3 id="release_2.4">FFmpeg 2.4.12 "Fresnel"</h3>
+  <h3 id="release_2.4">FFmpeg 2.4.13 "Fresnel"</h3>
 
   <p>
-    2.4.12 was released on 2015-12-10. It is the latest stable FFmpeg release
+    2.4.13 was released on 2016-02-01. It is the latest stable FFmpeg release
     from the 2.4 release branch, which was cut from master on 2014-09-14.
     Amongst lots of other changes, it includes all changes from
     ffmpeg-mt, libav master of 2014-09-14, libav 11.4 as of 2015-08-25.
@@ -457,15 +457,15 @@ libpostproc    53.  0.100</pre>
 
   <div class="row">
     <div class="col-md-4">
-      <a class="btn btn-success" href="releases/ffmpeg-2.4.12.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-2.4.12.tar.bz2.asc">PGP signature</a></small>
+      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-2.4.13.tar.bz2.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4">
-      <a class="btn btn-success" href="releases/ffmpeg-2.4.12.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-2.4.12.tar.gz.asc">PGP signature</a></small>
+      <a class="btn btn-success" href="releases/ffmpeg-2.4.13.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-2.4.13.tar.gz.asc">PGP signature</a></small>
     </div> <!-- col -->
     <div class="col-md-4 text-right">
-      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.12">Changelog</a></small>
+      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.4.13">Changelog</a></small>
       <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a>
     </div> <!-- col -->
   </div> <!-- row -->

-----------------------------------------------------------------------

Summary of changes:
 src/download    | 37 -------------------------------------
 src/olddownload | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 37 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list