[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 19526bd web: add FFmpeg 2.8

ffmpeg-cvslog at ffmpeg.org ffmpeg-cvslog at ffmpeg.org
Wed Sep 9 04:22:36 CEST 2015


The branch, master has been updated
       via  19526bdc7803ad605b51a437f9e201c47cbf61c2 (commit)
      from  019a509cc269b438f35930ef4cf8930a006a44b9 (commit)


- Log -----------------------------------------------------------------
commit 19526bdc7803ad605b51a437f9e201c47cbf61c2
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Wed Sep 9 04:19:59 2015 +0200
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Wed Sep 9 04:19:59 2015 +0200

    web: add FFmpeg 2.8

diff --git a/src/download b/src/download
index 056736d..880d52a 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.7.2.tar.bz2" class="btn btn-success">
+    <a href="http://ffmpeg.org/releases/ffmpeg-2.8.tar.bz2" class="btn btn-success">
       <i class="fa fa-cloud-download"></i>
       Download
-      <small>ffmpeg-2.7.2.tar.bz2</small>
+      <small>ffmpeg-2.8.tar.bz2</small>
     </a>
     <br>
     <a href="#releases">More releases</a>
@@ -265,6 +265,48 @@
   </p>
 
 
+  <a name="release_2.8"></a><h3>
+    FFmpeg 2.8 "Feynman"</h3>
+
+  <p>
+    2.8 was released on 2015-09-09. It is the latest stable FFmpeg release
+    from the 2.8 release branch, which was cut from master on 2015-09-05.
+    Amongst lots of other changes, it includes all changes from
+    ffmpeg-mt, libav master of 2015-08-28, libav 11 as of 2015-08-28.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      54. 31.100
+libavcodec     56. 60.100
+libavformat    56. 40.101
+libavdevice    56.  4.100
+libavfilter     5. 40.101
+libavresample   2.  1.  0
+libswscale      3.  1.101
+libswresample   1.  2.101
+libpostproc    53.  3.100</pre>
+
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-2.8.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-2.8.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-2.8.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-2.8.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-2.8.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-2.8.tar.gz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3 text-right">
+      <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.8">Changelog</a></small>
+      <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.8">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
+
   <a name="release_2.7"></a><h3>
     FFmpeg 2.7.2 "Nash"</h3>
 
diff --git a/src/security b/src/security
index 64b66cd..ddb04f7 100644
--- a/src/security
+++ b/src/security
@@ -1,5 +1,24 @@
 <p>Please report vulnerabilities to <a href="mailto:ffmpeg-security at ffmpeg.org">ffmpeg-security at ffmpeg.org</a></p>
 
+<h2>FFmpeg 2.8</h2>
+
+<h3>2.8</h3>
+<p>
+Fixes following vulnerabilities:
+</p>
+<pre>
+CVE-2015-6818, 47f4e2d8960ca756ca153ab8e3e93d80449b8c91
+CVE-2015-6819, 84afc6b70d24fc0bf686e43138c96cf60a9445fe
+CVE-2015-6820, 79a98294da6cd85f8c86b34764c5e0c43b09eea3
+CVE-2015-6821, b160fc290cf49b516c5b6ee0730fd9da7fc623b1
+CVE-2015-6822, 39bbdebb1ed8eb9c9b0cd6db85afde6ba89d86e4
+CVE-2015-6823, f7068bf277a37479aecde2832208d820682b35e6
+CVE-2015-6824, a5d44d5c220e12ca0cb7a4eceb0f74759cb13111
+CVE-2015-6825, f1a38264f20382731cf2cc75fdd98f4c9a84a626
+CVE-2015-6826, 3197c0aa87a3b7190e17d49e6fbc7b554e4b3f0a
+</pre>
+
+
 <h2>FFmpeg 2.7</h2>
 
 <h3>2.7.2</h3>

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

Summary of changes:
 src/download | 46 ++++++++++++++++++++++++++++++++++++++++++++--
 src/security | 19 +++++++++++++++++++
 2 files changed, 63 insertions(+), 2 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list