Module: libav.org Branch: master Commit: b3d7d75b62ba175df61c124c732a6b4017ec32e1
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Sat Jun 18 15:28:32 2011 +0200 Announce Libav 0.7 --- src/download | 26 +++++++++++--------------- src/index | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 16 deletions(-) diff --git a/src/download b/src/download index 55c231a..28d9ec7 100644 --- a/src/download +++ b/src/download @@ -144,26 +144,22 @@ selected changes from the development branch, which therefore receives much more and much faster bug fixes such as additional features and security patches. </p> -<a name="release_0.7"></a><h2> -Libav 0.7beta2 "The Big Bump"</h2> +<a name="release_0.7"></a><h2>Libav 0.7 "The Big Bump"</h2> <p> -While <b>0.7 is not released yet</b>, we already provide you with a -preview beta release. Please accept this opportunity to test and provide -us with feedback about our impressions with this release. As an -experiment, please use launchpad for filing bugs for -now: <a href="https://launchpad.net/libav/+filebug">https://launchpad.net/libav/+filebug</a> +0.7 appeared on 2011-06-20. Please use our new Bugzilla for filing bugs: +<a href="https://bugzilla.libav.org">https://bugzilla.libav.org/</a> </p> <p> -<a href="releases/libav-0.7_beta2.tar.xz">Download XZ tarball</a> -<a href="releases/libav-0.7_beta2.tar.xz.md5">MD5</a> -<a href="releases/libav-0.7_beta2.tar.xz.sha1">SHA1</a> -<a href="releases/libav-0.7_beta2.tar.xz.asc">PGP signature</a><br /> -<a href="releases/libav-0.7_beta2.tar.gz">Download gzip tarball</a> -<a href="releases/libav-0.7_beta2.tar.gz.md5">MD5</a> -<a href="releases/libav-0.7_beta2.tar.gz.sha1">SHA1</a> -<a href="releases/libav-0.7_beta2.tar.gz.asc">PGP signature</a><br /> +<a href="releases/libav-0.7.tar.xz">Download XZ tarball</a> +<a href="releases/libav-0.7.tar.xz.md5">MD5</a> +<a href="releases/libav-0.7.tar.xz.sha1">SHA1</a> +<a href="releases/libav-0.7.tar.xz.asc">PGP signature</a><br /> +<a href="releases/libav-0.7.tar.gz">Download gzip tarball</a> +<a href="releases/libav-0.7.tar.gz.md5">MD5</a> +<a href="releases/libav-0.7.tar.gz.sha1">SHA1</a> +<a href="releases/libav-0.7.tar.gz.asc">PGP signature</a><br /> </p> <a name="release_0.6"></a><h2> diff --git a/src/index b/src/index index 1806e18..6663c1f 100644 --- a/src/index +++ b/src/index @@ -33,8 +33,39 @@ with the latest developments by subscribing to both the </p> -<h1>News</h1> +<a name="release_0.7"></a><h3>June 20 2011</h3> + +<p> +Long overdue but finally finished, we are happy to announce the first +release from the <a href="download.html#release_0.7">Libav 0.7</a> +release branch. Since the last beta version, we have taken feedback +from our users into account and integrated H.264/MPEG frame-level +multithreading. +</p> + +<p> +The 0.7 branch will see maintenance and small feature updates in the future, +similar to previous release branches. Please request changes such as bug fixes +and new features on <a href="http://bugzilla.libav.org">our new bug tracker</a>. +</p> + +<p> +This release enables frame-based multithreaded decoding for a number of codecs, +including VP8, H.263 and H.264. Additionally, there has been a major cleanup of +both internal and external APIs. For this reason, the major versions of all +libraries have been bumped. On the one hand, this means that 0.7 can be installed +side-by-side with previous releases, on the other hand, in order to benefit +from the new features, applications need to be recompiled. +</p> + +<p> +Other important changes are additions of decoders including, but not limited to, +AMR-WB, single stream LATM/LOAS, G.722 ADPCM, a native VP8 decoder +and HE-AACv2. Additionally, many new de/muxers such as WebM in Matroska, Apple +HTTP Live Streaming, SAP, IEC 61937 (S/PDIF) have been added. +See the Changelog file for a list of significant changes. +</p> <a name="0.7_beta2"></a><h3>May 12 2011</h3> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
