[FFmpeg-cvslog] [ffmpeg-web] branch master updated. f8f4a95 web/download: Add FFmpeg 7.1
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Mon Sep 30 11:29:59 EEST 2024
The branch, master has been updated
via f8f4a95c04ba893f24e6a76f194f482f95d09110 (commit)
from a1b3920d8a4d6d7fccbecaa0b2e9ee5f3ce80547 (commit)
- Log -----------------------------------------------------------------
commit f8f4a95c04ba893f24e6a76f194f482f95d09110
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Sep 30 10:28:43 2024 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Sep 30 10:28:43 2024 +0200
web/download: Add FFmpeg 7.1
diff --git a/src/download b/src/download
index cfc08ce..1113c30 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-7.0.2.tar.xz" class="btn btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download Source Code
- <small>ffmpeg-7.0.2.tar.xz</small>
+ <small>ffmpeg-7.1.tar.xz</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -305,6 +305,42 @@ gpg: Good signature from "FFmpeg release signing key <ffmpeg-devel at ffmpeg.org
and much faster bug fixes such as additional features and security patches.
</p>
+ <h3 id="release_7.1">FFmpeg 7.1 "Péter"</h3>
+
+ <p>
+ 7.1 was released on 2024-09-30. It is the latest stable FFmpeg release
+ from the 7.1 release branch, which was cut from master on 2024-09-24.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 59. 39.100
+libavcodec 61. 19.100
+libavformat 61. 7.100
+libavdevice 61. 3.100
+libavfilter 10. 4.100
+libswscale 8. 3.100
+libswresample 5. 3.100
+libpostproc 58. 3.100</pre>
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-7.1.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-7.1.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-7.1.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-7.1.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-7.1.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-7.1.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/n7.1">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/7.1:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_7.0">FFmpeg 7.0.2 "Dijkstra"</h3>
<p>
-----------------------------------------------------------------------
Summary of changes:
src/download | 40 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 38 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list