[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 396f575 web/download: add FFmpeg 6.0

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Tue Feb 28 00:07:26 EET 2023


The branch, master has been updated
       via  396f5753c5caea89a0ff8e3ca8edfaf98a690fc3 (commit)
      from  7795bc7bd6ac419f7d5a48a9ddbeb93fbf94102d (commit)


- Log -----------------------------------------------------------------
commit 396f5753c5caea89a0ff8e3ca8edfaf98a690fc3
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Feb 27 23:05:43 2023 +0100
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Feb 27 23:05:43 2023 +0100

    web/download: add FFmpeg 6.0

diff --git a/src/download b/src/download
index 7d7fc6d..9013cc6 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_6.0">FFmpeg 6.0 "Von Neumann"</h3>
+
+  <p>
+    6.0 was released on 2023-02-27. It is the latest stable FFmpeg release
+    from the 6.0 release branch, which was cut from master on 2023-02-19.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      58.  2.100
+libavcodec     60.  3.100
+libavformat    60.  3.100
+libavdevice    60.  1.100
+libavfilter     9.  3.100
+libswscale      7.  1.100
+libswresample   4. 10.100
+libpostproc    57.  1.100</pre>
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-6.0.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-6.0.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-6.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/n6.0">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/6.0:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_5.1">FFmpeg 5.1.2 "Riemann"</h3>
 
   <p>

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

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


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list