[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9f0ae26 web/(old)download: Move FFmpeg 4.0 to olddownloads
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Mon Oct 18 15:59:10 EEST 2021
The branch, master has been updated
via 9f0ae26ede4521ae9f3c683b56bd01cae358f483 (commit)
from 4406903b534a0f60da807d2771d4ab2e55fcedc0 (commit)
- Log -----------------------------------------------------------------
commit 9f0ae26ede4521ae9f3c683b56bd01cae358f483
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Sun Oct 17 22:02:00 2021 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Oct 18 14:58:32 2021 +0200
web/(old)download: Move FFmpeg 4.0 to olddownloads
It seems no actively maintained distribution is using 4.0 anymore
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
diff --git a/src/download b/src/download
index 21eeb0b..097fde4 100644
--- a/src/download
+++ b/src/download
@@ -450,43 +450,6 @@ libpostproc 55. 3.100</pre>
</div> <!-- col -->
</div> <!-- row -->
- <h3 id="release_4.0">FFmpeg 4.0.6 "Wu"</h3>
-
- <p>
- 4.0.6 was released on 2020-07-03. It is the latest stable FFmpeg release
- from the 4.0 release branch, which was cut from master on 2018-04-16.
- </p>
- <p>It includes the following library versions:
- </p>
- <pre>
-libavutil 56. 14.100
-libavcodec 58. 18.100
-libavformat 58. 12.100
-libavdevice 58. 3.100
-libavfilter 7. 16.100
-libswscale 5. 1.100
-libswresample 3. 1.100
-libpostproc 55. 1.100</pre>
-
- <div class="row">
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.xz">Download xz tarball</a>
- <small><a href="releases/ffmpeg-4.0.6.tar.xz.asc">PGP signature</a></small>
- </div> <!-- col -->
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-4.0.6.tar.bz2.asc">PGP signature</a></small>
- </div> <!-- col -->
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-4.0.6.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/n4.0.6">Changelog</a></small>
- <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES">Release Notes</a>
- </div> <!-- col -->
- </div> <!-- row -->
-
<h3 id="release_3.4">FFmpeg 3.4.9 "Cantor"</h3>
<p>
diff --git a/src/olddownload b/src/olddownload
index 3f03656..5a95e8b 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -6,6 +6,43 @@
maintaining an old release.
</div>
+ <h3 id="release_4.0">FFmpeg 4.0.6 "Wu"</h3>
+
+ <p>
+ 4.0.6 was released on 2020-07-03. It is the latest stable FFmpeg release
+ from the 4.0 release branch, which was cut from master on 2018-04-16.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 56. 14.100
+libavcodec 58. 18.100
+libavformat 58. 12.100
+libavdevice 58. 3.100
+libavfilter 7. 16.100
+libswscale 5. 1.100
+libswresample 3. 1.100
+libpostproc 55. 1.100</pre>
+
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-4.0.6.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-4.0.6.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-4.0.6.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/n4.0.6">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
+
<h3 id="release_3.3">FFmpeg 3.3.9 "Hilbert"</h3>
<p>
-----------------------------------------------------------------------
Summary of changes:
src/download | 37 -------------------------------------
src/olddownload | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 37 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list