[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 694b70c web/(old)download: Move 3.0 to olddownloads
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Thu Dec 27 21:17:26 EET 2018
The branch, master has been updated
via 694b70c33f04fbb37581dcb6c6e4b38ad7776305 (commit)
from f17e4685e464ed07a201c59d7bfc5ff6ca9497bb (commit)
- Log -----------------------------------------------------------------
commit 694b70c33f04fbb37581dcb6c6e4b38ad7776305
Author: Lou Logan <lou at lrcd.com>
AuthorDate: Mon Dec 3 10:17:29 2018 -0900
Commit: Lou Logan <lou at lrcd.com>
CommitDate: Mon Dec 3 10:17:29 2018 -0900
web/(old)download: Move 3.0 to olddownloads
No current downstream appears to be using 3.0:
https://trac.ffmpeg.org/wiki/Downstreams
Signed-off-by: Lou Logan <lou at lrcd.com>
diff --git a/src/download b/src/download
index cf05273..5268954 100644
--- a/src/download
+++ b/src/download
@@ -457,45 +457,6 @@ libpostproc 54. 1.100</pre>
</div> <!-- col -->
</div> <!-- row -->
- <h3 id="release_3.0">FFmpeg 3.0.12 "Einstein"</h3>
-
- <p>
- 3.0.12 was released on 2018-10-28. It is the latest stable FFmpeg release
- from the 3.0 release branch, which was cut from master on 2016-02-14.
- </p>
- <p>It includes the following library versions:
- </p>
- <pre>
-libavutil 55. 17.103
-libavcodec 57. 24.102
-libavformat 57. 25.100
-libavdevice 57. 0.101
-libavfilter 6. 31.100
-libavresample 3. 0. 0
-libswscale 4. 0.100
-libswresample 2. 0.101
-libpostproc 54. 0.100</pre>
-
- <div class="row">
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.xz">Download xz tarball</a>
- <small><a href="releases/ffmpeg-3.0.12.tar.xz.asc">PGP signature</a></small>
- </div> <!-- col -->
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-3.0.12.tar.bz2.asc">PGP signature</a></small>
- </div> <!-- col -->
- <div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-3.0.12.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/n3.0.12">Changelog</a></small>
- <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.0:/RELEASE_NOTES">Release Notes</a>
- </div> <!-- col -->
- </div> <!-- row -->
-
-
<h3 id="release_2.8">FFmpeg 2.8.15 "Feynman"</h3>
<p>
diff --git a/src/olddownload b/src/olddownload
index a8fd6bb..5438397 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -44,6 +44,43 @@ libpostproc 54. 0.100</pre>
</div> <!-- col -->
</div> <!-- row -->
+ <h3 id="release_3.0">FFmpeg 3.0.12 "Einstein"</h3>
+
+ <p>
+ 3.0.12 was released on 2018-10-28. It is the latest stable FFmpeg release
+ from the 3.0 release branch, which was cut from master on 2016-02-14.
+ </p>
+ <p>It includes the following library versions:
+ </p>
+ <pre>
+libavutil 55. 17.103
+libavcodec 57. 24.102
+libavformat 57. 25.100
+libavdevice 57. 0.101
+libavfilter 6. 31.100
+libavresample 3. 0. 0
+libswscale 4. 0.100
+libswresample 2. 0.101
+libpostproc 54. 0.100</pre>
+
+ <div class="row">
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-3.0.12.tar.xz.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-3.0.12.tar.bz2.asc">PGP signature</a></small>
+ </div> <!-- col -->
+ <div class="col-md-3">
+ <a class="btn btn-success" href="releases/ffmpeg-3.0.12.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-3.0.12.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/n3.0.12">Changelog</a></small>
+ <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.0:/RELEASE_NOTES">Release Notes</a>
+ </div> <!-- col -->
+ </div> <!-- row -->
<h3 id="release_2.7">FFmpeg 2.7.7 "Nash"</h3>
-----------------------------------------------------------------------
Summary of changes:
src/download | 39 ---------------------------------------
src/olddownload | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 39 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list