[FFmpeg-cvslog] [ffmpeg-web] branch master updated. e71c88f web/download: Add FFmpeg 4.0
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Fri Apr 20 13:24:42 EEST 2018
The branch, master has been updated
via e71c88fabd1a0d78bf96824261b5a82475c618a7 (commit)
from d193d38be70dbb18435b71564fa41babcb597b70 (commit)
- Log -----------------------------------------------------------------
commit e71c88fabd1a0d78bf96824261b5a82475c618a7
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Fri Apr 20 12:21:38 2018 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Fri Apr 20 12:21:38 2018 +0200
web/download: Add FFmpeg 4.0
diff --git a/src/download b/src/download
index 81227a7..9895c52 100644
--- a/src/download
+++ b/src/download
@@ -1,10 +1,10 @@
<div id="download">
<div class="btn-download-wrapper">
- <a href="https://ffmpeg.org/releases/ffmpeg-3.4.2.tar.bz2" class="btn btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-4.0.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-3.4.2.tar.bz2</small>
+ <small>ffmpeg-4.0.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -272,6 +272,43 @@
and much faster bug fixes such as additional features and security patches.
</p>
+ <h3 id="release_4.0">FFmpeg 4.0 "Wu"</h3>
+
+ <p>
+ 4.0 was released on 2018-04-20. It is the latest stable FFmpeg release
+ from the 4.0 release branch, which was cut from master on 2018-04-16.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 56. 14.100
+libavcodec 58. 18.100
+libavformat 58. 12.100
+libavdevice 58. 3.100
+libavfilter 7. 16.100
+libswscale 5. 1.100
+libswresample 3. 1.100
+libpostproc 55. 1.100</pre>
+
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-4.0.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-4.0.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-4.0.tar.gz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3 text-right">
+ <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.0">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_3.4">FFmpeg 3.4.2 "Cantor"</h3>
<p>
-----------------------------------------------------------------------
Summary of changes:
src/download | 41 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 39 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list