[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 74b8152 web/download: add FFmpeg 2.3.1
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Jul 31 03:42:15 CEST 2014
The branch, master has been updated
via 74b8152769b1e0f89e50be186612dd11ba9448eb (commit)
from 00b72f63772b7cb60f0e0f8105049827d0ea2d04 (commit)
- Log -----------------------------------------------------------------
commit 74b8152769b1e0f89e50be186612dd11ba9448eb
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Thu Jul 31 03:41:03 2014 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Jul 31 03:41:26 2014 +0200
web/download: add FFmpeg 2.3.1
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
diff --git a/src/download b/src/download
index 01ba6d6..18c5472 100644
--- a/src/download
+++ b/src/download
@@ -1,10 +1,10 @@
<div id="download">
<div class="btn-download-wrapper">
- <a href="http://ffmpeg.org/releases/ffmpeg-2.3.tar.bz2" class="btn btn-success">
+ <a href="http://ffmpeg.org/releases/ffmpeg-2.3.1.tar.bz2" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download
- <small>ffmpeg-2.3.tar.bz2</small>
+ <small>ffmpeg-2.3.1.tar.bz2</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -255,10 +255,10 @@
<a name="release_2.3"></a><h3>
- FFmpeg 2.3 "Mandelbrot"</h3>
+ FFmpeg 2.3.1 "Mandelbrot"</h3>
<p>
- 2.3 was released on 2014-07-16. It is the latest stable FFmpeg release
+ 2.3.1 was released on 2014-07-31. It is the latest stable FFmpeg release
from the 2.3 release branch, which was cut from master on 2014-07-16.
Amongst lots of other changes, it includes all changes from
ffmpeg-mt, libav master of 2014-07-15, libav 10.2 as of 2014-07-15.
@@ -277,15 +277,15 @@ libpostproc 52. 3.100</pre>
<div class="row">
<div class="col-md-4">
- <a class="btn btn-success" href="releases/ffmpeg-2.3.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-2.3.tar.bz2.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-2.3.1.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-2.3.1.tar.bz2.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-4">
- <a class="btn btn-success" href="releases/ffmpeg-2.3.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-2.3.tar.gz.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-2.3.1.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-2.3.1.tar.gz.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-4 text-right">
- <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.3">Changelog</a></small>
+ <small><a href="http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.3.1">Changelog</a></small>
<a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=489d066">Release Notes</a>
</div> <!-- col -->
</div> <!-- row -->
-----------------------------------------------------------------------
Summary of changes:
src/download | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list