[xiph-commits] r16433 - in websites/theora.org: doc news
giles at svn.xiph.org
giles at svn.xiph.org
Wed Aug 5 13:31:57 PDT 2009
Author: giles
Date: 2009-08-05 13:31:57 -0700 (Wed, 05 Aug 2009)
New Revision: 16433
Modified:
websites/theora.org/doc/index.shtml.en
websites/theora.org/news/index.shtml.en
Log:
Update news and doc links for the 1.1 release.
Modified: websites/theora.org/doc/index.shtml.en
===================================================================
--- websites/theora.org/doc/index.shtml.en 2009-08-05 19:39:47 UTC (rev 16432)
+++ websites/theora.org/doc/index.shtml.en 2009-08-05 20:31:57 UTC (rev 16433)
@@ -14,7 +14,8 @@
<ul>
<li><a href="/faq/">Frequently Asked Questions</a></li>
<li><a href="/doc/Theora.pdf">Theora Format Specification</a></li>
- <li><a href="/doc/libtheora-1.0/">libtheora API references</a></li>
+ <li><a href="/doc/libtheora-1.1beta1/">libtheora 1.1 API references</a></li>
+ <li><a href="/doc/libtheora-1.0/">libtheora 1.0 API references</a></li>
</ul>
Modified: websites/theora.org/news/index.shtml.en
===================================================================
--- websites/theora.org/news/index.shtml.en 2009-08-05 19:39:47 UTC (rev 16432)
+++ websites/theora.org/news/index.shtml.en 2009-08-05 20:31:57 UTC (rev 16433)
@@ -8,7 +8,46 @@
<!--#include virtual="/ssi/pagetop.include" -->
<!-- All your page content goes here -->
+<h3>First beta release of the new encoder</h3>
+<p class="newsdate">2009 August 5</p>
+<p>Xiph.Org is pleased to announce the first beta release of our
+reference implementation of the free Theora video format, codename
+"Thusnelda".</p>
+
+<p>This release incorporates extensive changes to the encoder's rate
+control. The encoder is both more configurable and functions better in
+all configurations. The new options include support for two-pass
+encoding, the ability to change the bitrate and quality targets
+dynamically during an encode, and the ability to drop frames to meet
+very low bitrate targets, all commonly-requested features.</p>
+
+<p>This release includes all the major features we intend for 1.1
+release. Please give it a try. We're particularly interested in
+sequences it does poorly on, and feedback from framework and
+applications developers on the new two-pass api. For details
+of how to use the two-pass mode, please check the code in
+the <a href="http://svn.xiph.org/tags/theora/theora-1.1beta1/examples/">examples</a>
+directory.</p>
+
+<ul>
+<li><a href="http://downloads.xiph.org/releases/theora/libtheora-1.1beta1.tar.bz2">libtheora-1.1beta1.tar.bz2</a></li>
+<li><a href="http://downloads.xiph.org/releases/theora/libtheora-1.1beta1.zip">libtheora-1.1beta1.zip</a></li>
+</ul>
+
+<p>Many thanks to Red Hat and the Mozilla Foundation, who supported this
+work.</p>
+
+<h3>Firefox 3.5 released with native Theora support</h3>
+<p class="newsdate">2009 June 30</p>
+
+<p>Firefox 3.5 has been
+<a href="http://www.mozilla.com/en-US/firefox/3.5/releasenotes/">released</a>
+including native Ogg Theora+Vorbis support as part of its implementation
+of the HTML5 media elment set. This is a great day for open media
+standards on the web, bringing Theora support to millions of new
+users.</p>
+
<h3>Second alpha release of the new encoder</h3>
<p class="newsdate">2009 May 26</p>
More information about the commits
mailing list