[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8daf3ad web/download: add FFmpeg 2.7.2
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Mon Jul 20 03:59:10 CEST 2015
The branch, master has been updated
via 8daf3add3f0e3e6174feefae372afce0ddfd1d78 (commit)
from a1c22e8860a3c468d078f265108cf7538b17f72a (commit)
- Log -----------------------------------------------------------------
commit 8daf3add3f0e3e6174feefae372afce0ddfd1d78
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Jul 20 03:56:54 2015 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Jul 20 03:56:54 2015 +0200
web/download: add FFmpeg 2.7.2
Also add a tar.xz
diff --git a/src/download b/src/download
index ca6fa2c..094727e 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.1.tar.bz2" class="btn btn-success">
+ <a href="http://ffmpeg.org/releases/ffmpeg-2.7.2.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-2.7.1.tar.bz2</small>
+ <small>ffmpeg-2.7.2.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -266,11 +266,11 @@
<a name="release_2.7"></a><h3>
- FFmpeg 2.7.1 "Nash"</h3>
+ FFmpeg 2.7.2 "Nash"</h3>
<p>
- 2.7.1 was released on 2015-06-19. It is the latest stable FFmpeg release
- from the 2.7.1 release branch, which was cut from master on 2015-06-09.
+ 2.7.2 was released on 2015-07-20. It is the latest stable FFmpeg release
+ from the 2.7.2 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>
@@ -288,16 +288,20 @@ 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.1.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-2.7.1.tar.bz2.asc">PGP signature</a></small>
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-2.7.2.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-2.7.2.tar.xz.asc">PGP signature</a></small>
</div> <!-- col -->
- <div class="col-md-4">
- <a class="btn btn-success" href="releases/ffmpeg-2.7.1.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-2.7.1.tar.gz.asc">PGP signature</a></small>
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-2.7.2.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-2.7.2.tar.bz2.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.1">Changelog</a></small>
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-2.7.2.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-2.7.2.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.7.2">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 -->
-----------------------------------------------------------------------
Summary of changes:
src/download | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list