[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 43d8378 web/download: Add FFmpeg 2.7.1
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Fri Jun 19 23:01:06 CEST 2015
The branch, master has been updated
via 43d837809ccca392489440267d71baf09ed56058 (commit)
from 9c08619fa7f947345bd7389e803c4bede10b270a (commit)
- Log -----------------------------------------------------------------
commit 43d837809ccca392489440267d71baf09ed56058
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Fri Jun 19 23:00:20 2015 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Fri Jun 19 23:00:20 2015 +0200
web/download: Add FFmpeg 2.7.1
diff --git a/src/download b/src/download
index 7884f63..ca6fa2c 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.tar.bz2" class="btn btn-success">
+ <a href="http://ffmpeg.org/releases/ffmpeg-2.7.1.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-2.7.tar.bz2</small>
+ <small>ffmpeg-2.7.1.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 "Nash"</h3>
+ FFmpeg 2.7.1 "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.
+ 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.
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>
@@ -289,15 +289,15 @@ 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>
+ <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> <!-- 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>
+ <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> <!-- 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>
+ <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.7.1">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 | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list