This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg-web.
The following commit(s) were added to refs/heads/master by this push:
new 44310e9 web/Add FFmpeg 9.0
44310e9 is described below
commit 44310e9734b40dfb42faba840b0e7e3c1663c6db
Author: Michael Niedermayer <[email protected]>
AuthorDate: Tue Aug 4 01:20:23 2026 +0200
Commit: Michael Niedermayer <[email protected]>
CommitDate: Tue Aug 4 01:20:23 2026 +0200
web/Add FFmpeg 9.0
Signed-off-by: Michael Niedermayer <[email protected]>
---
src/download | 39 +++++++++++++++++++++++++++++++++++++--
1 file changed, 37 insertions(+), 2 deletions(-)
diff --git a/src/download b/src/download
index e331d2e..7ccff72 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-8.1.2.tar.xz" class="btn
btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-9.0.tar.xz" class="btn
btn-success">
<i class="fa fa-cloud-download"></i>
Download Source Code
- <small>ffmpeg-8.1.2.tar.xz</small>
+ <small>ffmpeg-9.0.tar.xz</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -306,6 +306,41 @@ gpg: Good signature from "FFmpeg release signing key
<[email protected]
and much faster bug fixes such as additional features and security patches.
</p>
+ <h3 id="release_9.0">FFmpeg 9.0 "Lei"</h3>
+
+ <p>
+ 9.0 was released on 2026-08-04. It is the latest stable FFmpeg release
+ from the 9.0 release branch, which was cut from master on 2026-06-26.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 61. 1.100
+libavcodec 63. 1.100
+libavformat 63. 1.100
+libavdevice 63. 1.100
+libavfilter 12. 1.100
+libswscale 10. 1.100
+libswresample 7. 1.100</pre>
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-9.0.tar.xz">Download xz
tarball</a>
+ <small><a href="releases/ffmpeg-9.0.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-9.0.tar.bz2">Download
bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-9.0.tar.bz2.asc">PGP
signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-9.0.tar.gz">Download
gzip tarball</a>
+ <small><a href="releases/ffmpeg-9.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/n9.0">Changelog</a></small>
+ <a class="btn btn-success"
href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/9.0:/RELEASE_NOTES">Release
Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_8.1">FFmpeg 8.1.2 "Hoare"</h3>
<p>
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]