[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 00e59f5 web/download: Add 2.7
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Wed Jun 10 01:49:10 CEST 2015
The branch, master has been updated
via 00e59f598e2d2336af18e1942c55ebf6d01e06ba (commit)
from 858444283db8e21b1f247f286261b1b3c491dbde (commit)
- Log -----------------------------------------------------------------
commit 00e59f598e2d2336af18e1942c55ebf6d01e06ba
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Wed Jun 10 01:47:49 2015 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Wed Jun 10 01:47:49 2015 +0200
web/download: Add 2.7
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
diff --git a/src/download b/src/download
index 7b0b5e6..6c504cf 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.6.3.tar.bz2" class="btn btn-success">
+ <a href="http://ffmpeg.org/releases/ffmpeg-2.7.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-2.6.3.tar.bz2</small>
+ <small>ffmpeg-2.7.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -265,6 +265,44 @@
</p>
+ <a name="release_2.7"></a><h3>
+ FFmpeg 2.7 "Nash"</h3>
+
+ <p>
+ 2.7 was released on 2015-06-10. It is the latest stable FFmpeg release
+ from the 2.7 release branch, which was cut from master on 2015-06-09.
+ Amongst lots of other changes, it includes all changes from
+ ffmpeg-mt, libav master of 2015-06-10, libav 11 as of 2015-06-11.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 54. 27.100
+libavcodec 56. 41.100
+libavformat 56. 36.100
+libavdevice 56. 4.100
+libavfilter 5. 16.101
+libavresample 2. 1. 0
+libswscale 3. 1.101
+libswresample 1. 2.100
+libpostproc 53. 3.100</pre>
+
+ <div class="row">
+ <div class="col-md-4">
+ <a class="btn btn-success" href="releases/ffmpeg-2.7.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-2.7.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-4">
+ <a class="btn btn-success" href="releases/ffmpeg-2.7.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-2.7.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.7">Changelog</a></small>
+ <a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.7">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
+
<a name="release_2.6"></a><h3>
FFmpeg 2.6.3 "Grothendieck"</h3>
-----------------------------------------------------------------------
Summary of changes:
src/download | 42 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list