PR #3 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/web/pulls/3 Patch URL: https://code.ffmpeg.org/FFmpeg/web/pulls/3.patch
No maintained distributions use 7.0, theres no sense in us maintaining it Signed-off-by: Michael Niedermayer <[email protected]> >From 7762c030855870f72439ea659de2b2f7f65330e7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Mon, 22 Jun 2026 03:37:02 +0200 Subject: [PATCH] web/download: End of life 7.0 No maintained distributions use 7.0, theres no sense in us maintaining it Signed-off-by: Michael Niedermayer <[email protected]> --- src/download | 36 ------------------------------------ src/olddownload | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/download b/src/download index bd9248b..e331d2e 100644 --- a/src/download +++ b/src/download @@ -412,42 +412,6 @@ libpostproc 58. 3.100</pre> </div> <!-- col --> </div> <!-- row --> - <h3 id="release_7.0">FFmpeg 7.0.3 "Dijkstra"</h3> - - <p> - 7.0.3 was released on 2025-08-05. It is the latest stable FFmpeg release - from the 7.0 release branch, which was cut from master on 2024-03-27. - </p> - <p>It includes the following library versions: - </p> - <pre> -libavutil 59. 8.100 -libavcodec 61. 3.100 -libavformat 61. 1.100 -libavdevice 61. 1.100 -libavfilter 10. 1.100 -libswscale 8. 1.100 -libswresample 5. 1.100 -libpostproc 58. 1.100</pre> - <div class="row"> - <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.xz">Download xz tarball</a> - <small><a href="releases/ffmpeg-7.0.3.tar.xz.asc">PGP signature</a></small> - </div> <!-- col --> - <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.bz2">Download bzip2 tarball</a> - <small><a href="releases/ffmpeg-7.0.3.tar.bz2.asc">PGP signature</a></small> - </div> <!-- col --> - <div class="col-md-3"> - <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.gz">Download gzip tarball</a> - <small><a href="releases/ffmpeg-7.0.3.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.0.3">Changelog</a></small> - <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/7.0:/RELEASE_NOTES">Release Notes</a> - </div> <!-- col --> - </div> <!-- row --> - <h3 id="release_6.1">FFmpeg 6.1.6 "Heaviside"</h3> <p> diff --git a/src/olddownload b/src/olddownload index 732347c..8c00ee2 100644 --- a/src/olddownload +++ b/src/olddownload @@ -10,6 +10,42 @@ <a href="https://ffmpeg.org/consulting.html">consulting page</a>. </div> + <h3 id="release_7.0">FFmpeg 7.0.3 "Dijkstra"</h3> + + <p> + 7.0.3 was released on 2025-08-05. It is the latest stable FFmpeg release + from the 7.0 release branch, which was cut from master on 2024-03-27. + </p> + <p>It includes the following library versions: + </p> + <pre> +libavutil 59. 8.100 +libavcodec 61. 3.100 +libavformat 61. 1.100 +libavdevice 61. 1.100 +libavfilter 10. 1.100 +libswscale 8. 1.100 +libswresample 5. 1.100 +libpostproc 58. 1.100</pre> + <div class="row"> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.xz">Download xz tarball</a> + <small><a href="releases/ffmpeg-7.0.3.tar.xz.asc">PGP signature</a></small> + </div> <!-- col --> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.bz2">Download bzip2 tarball</a> + <small><a href="releases/ffmpeg-7.0.3.tar.bz2.asc">PGP signature</a></small> + </div> <!-- col --> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-7.0.3.tar.gz">Download gzip tarball</a> + <small><a href="releases/ffmpeg-7.0.3.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.0.3">Changelog</a></small> + <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/7.0:/RELEASE_NOTES">Release Notes</a> + </div> <!-- col --> + </div> <!-- row --> + <h3 id="release_6.0">FFmpeg 6.0.1 "Von Neumann"</h3> <p> -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
