[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1109aab web/download: Add FFmpeg 4.2
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Tue Aug 6 00:44:51 EEST 2019
The branch, master has been updated
via 1109aab917a57f3b75d3bea0e983fede0ef0ecd0 (commit)
from 88002a14a873bd8985fe3a01c17ec774dadd6d43 (commit)
- Log -----------------------------------------------------------------
commit 1109aab917a57f3b75d3bea0e983fede0ef0ecd0
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Aug 5 23:41:57 2019 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Aug 5 23:43:35 2019 +0200
web/download: Add FFmpeg 4.2
diff --git a/src/download b/src/download
index e72b6bd..5fa76b1 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-4.1.4.tar.bz2" class="btn btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-4.2.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-4.1.4.tar.bz2</small>
+ <small>ffmpeg-4.2.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -269,6 +269,43 @@
and much faster bug fixes such as additional features and security patches.
</p>
+ <h3 id="release_4.2">FFmpeg 4.2 "Ada"</h3>
+
+ <p>
+ 4.2 was released on 2019-08-05. It is the latest stable FFmpeg release
+ from the 4.2 release branch, which was cut from master on 2019-07-21.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 56. 31.100
+libavcodec 58. 54.100
+libavformat 58. 29.100
+libavdevice 58. 8.100
+libavfilter 7. 57.100
+libswscale 5. 5.100
+libswresample 3. 5.100
+libpostproc 55. 5.100</pre>
+
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.2.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-4.2.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.2.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-4.2.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.2.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-4.2.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.2">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_4.1">FFmpeg 4.1.4 "al-Khwarizmi"</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