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 412f384 src/download: add FFmpeg 8.1
412f384 is described below
commit 412f3842790271516d7fb7ced82492db9766154a
Author: Michael Niedermayer <[email protected]>
AuthorDate: Mon Mar 16 20:04:01 2026 +0100
Commit: Michael Niedermayer <[email protected]>
CommitDate: Mon Mar 16 20:04:59 2026 +0100
src/download: add FFmpeg 8.1
---
src/download | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/src/download b/src/download
index 723a9a1..acaf685 100644
--- a/src/download
+++ b/src/download
@@ -1,7 +1,7 @@
<div id="download">
<div class="btn-download-wrapper">
- <a href="https://ffmpeg.org/releases/ffmpeg-8.0.1.tar.xz" class="btn
btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-8.1.tar.xz" class="btn
btn-success">
<i class="fa fa-cloud-download"></i>
Download Source Code
<small>ffmpeg-8.0.1.tar.xz</small>
@@ -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_8.1">FFmpeg 8.1 "Hoare"</h3>
+
+ <p>
+ 8.1 was released on 2026-03-16. It is the latest stable FFmpeg release
+ from the 8.1 release branch, which was cut from master on 2026-03-08.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 60. 26.100
+libavcodec 62. 28.100
+libavformat 62. 12.100
+libavdevice 62. 3.100
+libavfilter 11. 14.100
+libswscale 9. 5.100
+libswresample 6. 3.100</pre>
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-8.1.tar.xz">Download xz
tarball</a>
+ <small><a href="releases/ffmpeg-8.1.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-8.1.tar.bz2">Download
bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-8.1.tar.bz2.asc">PGP
signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-8.1.tar.gz">Download
gzip tarball</a>
+ <small><a href="releases/ffmpeg-8.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/n8.1">Changelog</a></small>
+ <a class="btn btn-success"
href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/8.1:/RELEASE_NOTES">Release
Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_8.0">FFmpeg 8.0.1 "Huffman"</h3>
<p>
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]