[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 896c08f web/download: Add FFmpeg 2.8.2
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Thu Nov 12 02:51:44 CET 2015
The branch, master has been updated
via 896c08f19407ca6baedcff464d5cfce44f443c03 (commit)
from af10c065181fcda91a5d82d000320898801928cd (commit)
- Log -----------------------------------------------------------------
commit 896c08f19407ca6baedcff464d5cfce44f443c03
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Thu Nov 12 02:48:41 2015 +0100
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Thu Nov 12 02:49:05 2015 +0100
web/download: Add FFmpeg 2.8.2
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
diff --git a/src/download b/src/download
index 5691fbd..0a9a05f 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.8.1.tar.bz2" class="btn btn-success">
+ <a href="http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-2.8.1.tar.bz2</small>
+ <small>ffmpeg-2.8.2.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -266,10 +266,10 @@
<a name="release_2.8"></a><h3>
- FFmpeg 2.8.1 "Feynman"</h3>
+ FFmpeg 2.8.2 "Feynman"</h3>
<p>
- 2.8.1 was released on 2015-10-14. It is the latest stable FFmpeg release
+ 2.8.2 was released on 2015-11-12. 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.
@@ -289,19 +289,19 @@ libpostproc 53. 3.100</pre>
<div class="row">
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-2.8.1.tar.xz">Download xz tarball</a>
- <small><a href="releases/ffmpeg-2.8.1.tar.xz.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-2.8.2.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-2.8.2.tar.xz.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-2.8.1.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-2.8.1.tar.bz2.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-2.8.2.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-2.8.2.tar.bz2.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-2.8.1.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-2.8.1.tar.gz.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-2.8.2.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-2.8.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.8.1">Changelog</a></small>
+ <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.8.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.8">Release Notes</a>
</div> <!-- col -->
</div> <!-- row -->
-----------------------------------------------------------------------
Summary of changes:
src/download | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list