[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 42a0288 web/download: Add FFmpeg 5.1

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Fri Jul 22 21:30:51 EEST 2022


The branch, master has been updated
       via  42a0288d963853aa3c7043946feb4ac3f5242fd4 (commit)
      from  d4a25b141f0a4dadea3b621c6da8c48dde16f608 (commit)


- Log -----------------------------------------------------------------
commit 42a0288d963853aa3c7043946feb4ac3f5242fd4
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Fri Jul 22 20:22:14 2022 +0200
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Fri Jul 22 20:30:16 2022 +0200

    web/download: Add FFmpeg 5.1

diff --git a/src/download b/src/download
index d262e94..dd4366b 100644
--- a/src/download
+++ b/src/download
@@ -304,6 +304,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_5.1">FFmpeg 5.1 "Riemann"</h3>
+
+  <p>
+    5.1 was released on 2022-07-22. It is the latest stable FFmpeg release
+    from the 5.1 release branch, which was cut from master on 2022-07-13.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      57. 28.100
+libavcodec     59. 37.100
+libavformat    59. 27.100
+libavdevice    59.  7.100
+libavfilter     8. 44.100
+libswscale      6.  7.100
+libswresample   4.  7.100
+libpostproc    56.  6.100</pre>
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-5.1.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-5.1.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-5.1.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-5.1.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-5.1.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-5.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/n5.1">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/5.1:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_5.0">FFmpeg 5.0.1 "Lorentz"</h3>
 
   <p>

-----------------------------------------------------------------------

Summary of changes:
 src/download | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list