--- src/download | 26 +++++++++++--------------- src/index | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 15 deletions(-)
diff --git a/src/download b/src/download index 55c231a..6f57bb9 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-18. 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..8b265ae 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,39 @@ with the latest developments by subscribing to both the <h1>News</h1> +<a name="release_0.7"></a><h3>May 12 2011</h3> + +<p> +Long overdue but finally finalized, 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've been incorporating +the feedback from our users and integrated H264/MPEG frame-level +multithreading. +</p> + +<p> +Like the other release tree, user can expect maintenance and smaller +feature updates in the future. Please +use <a href="http://bugzilla.libav.org">our new bugtracker</a> to +request changes such as bugfixes and new features. +</p> + +<p> +This release enables frame-based multithreaded encoding 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 is fully +co-installable with its 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> -- 1.7.4.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
