[FFmpeg-cvslog] [ffmpeg-web] branch master updated. b45cf42 web: add FFmpeg 3.0 release news
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Tue Feb 23 03:33:02 CET 2016
The branch, master has been updated
via b45cf42a57185684433912169f57aeafef9bb2eb (commit)
from 771c6d075605fb03560b53addd6ea015f78d7d6b (commit)
- Log -----------------------------------------------------------------
commit b45cf42a57185684433912169f57aeafef9bb2eb
Author: Lou Logan <lou at lrcd.com>
AuthorDate: Mon Feb 22 23:45:43 2016 +0100
Commit: Lou Logan <lou at lrcd.com>
CommitDate: Mon Feb 22 17:31:24 2016 -0900
web: add FFmpeg 3.0 release news
Based on a patch by Michael Niedermayer.
Found-by: Ganesh Ajjanagadde
Signed-off-by: Lou Logan <lou at lrcd.com>
diff --git a/src/index b/src/index
index 827d803..31bfbd5 100644
--- a/src/index
+++ b/src/index
@@ -37,6 +37,27 @@
News
</h1>
+ <h3 id="pr3.0">February 15th, 2016, FFmpeg 3.0 "Einstein"</h3>
+ <p>
+ <a href="download.html#release_3.0">FFmpeg 3.0 "Einstein"</a>, a new
+ major release, is now available! Some of the highlights:
+ </p>
+ <ul>
+ <li><a href="#aac_encoder_stable">The native FFmpeg AAC encoder has seen extensive improvements and is no longer considered experimental</a></li>
+ <li><a href="#removing_external_aac_encoders">Removed support for libvo-aacenc and libaacplus</a></li>
+ <li>Over 30 new filters have been added</li>
+ <li>Many ASM optimizations</li>
+ <li>VP9 Hardware Acceleration (DXVA2 and VA-API)</li>
+ <li>Cineform HD decoder</li>
+ <li>New DCA decoder based on libdcadec with full support for DTS-HD extensions</li>
+ <li>As with all major releases expect major backward incompatible API/ABI changes</li>
+ <li>See the <a href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog;hb=n3.0">Changelog</a> for a list of more updates</li>
+ </ul>
+ <p>
+ We strongly recommend users, distributors, and system integrators to
+ upgrade unless they use current git master.
+ </p>
+
<h3 id="removing_external_aac_encoders">January 30, 2016, Removing support for two external AAC encoders</h3>
<p>
We have just removed support for VisualOn AAC encoder (libvo-aacenc) and
-----------------------------------------------------------------------
Summary of changes:
src/index | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list