[FFmpeg-cvslog] [ffmpeg-web] branch master updated. ee15dbd web/download: Add FFmpeg 2.5

gitolite ffmpeg-cvslog at ffmpeg.org
Thu Dec 4 02:47:15 CET 2014


The branch, master has been updated
       via  ee15dbd140257f6d5ead59909fd463cf1aabbe54 (commit)
      from  edbdf977c8a2bd6e7e6030f32d8536a8babfe9d3 (commit)


- Log -----------------------------------------------------------------
commit ee15dbd140257f6d5ead59909fd463cf1aabbe54
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Thu Dec 4 02:42:43 2014 +0100
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Dec 4 02:43:12 2014 +0100

    web/download: Add FFmpeg 2.5
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

diff --git a/src/download b/src/download
index ad71bd8..54caf1a 100644
--- a/src/download
+++ b/src/download
@@ -1,10 +1,10 @@
 
 <div id="download">
   <div class="btn-download-wrapper">
-    <a href="http://ffmpeg.org/releases/ffmpeg-2.4.4.tar.bz2" class="btn btn-success">
+    <a href="http://ffmpeg.org/releases/ffmpeg-2.5.tar.bz2" class="btn btn-success">
       <i class="fa fa-cloud-download"></i>
       Download
-      <small>ffmpeg-2.4.4.tar.bz2</small>
+      <small>ffmpeg-2.5.tar.bz2</small>
     </a>
     <br>
     <a href="#releases">More releases</a>
@@ -275,6 +275,44 @@
   </p>
 
 
+  <a name="release_2.5"></a><h3>
+    FFmpeg 2.5 "Bohr"</h3>
+
+  <p>
+    2.5 was released on 2014-12-04. It is the latest stable FFmpeg release
+    from the 2.5 release branch, which was cut from master on 2014-12-04.
+    Amongst lots of other changes, it includes all changes from
+    ffmpeg-mt, libav master of 2014-12-03, libav 11 as of 2014-12-03.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      54. 15.100
+libavcodec     56. 13.100
+libavformat    56. 15.102
+libavdevice    56.  3.100
+libavfilter     5.  2.103
+libavresample   2.  1.  0
+libswscale      3.  1.101
+libswresample   1.  1.100
+libpostproc    53.  3.100</pre>
+
+  <div class="row">
+    <div class="col-md-4">
+      <a class="btn btn-success" href="releases/ffmpeg-2.5.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-2.5.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-4">
+      <a class="btn btn-success" href="releases/ffmpeg-2.5.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-2.5.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.5">Changelog</a></small>
+      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.5">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
+
   <a name="release_2.4"></a><h3>
     FFmpeg 2.4.4 "Fresnel"</h3>
 

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

Summary of changes:
 src/download |   42 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 2 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list