[xiph-commits] r9804 - websites/theora.org

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 20 13:04:21 PDT 2005


Author: giles
Date: 2005-08-20 13:04:20 -0700 (Sat, 20 Aug 2005)
New Revision: 9804

Modified:
   websites/theora.org/index.html
Log:
News item for the release.


Modified: websites/theora.org/index.html
===================================================================
--- websites/theora.org/index.html	2005-08-20 20:02:36 UTC (rev 9803)
+++ websites/theora.org/index.html	2005-08-20 20:04:20 UTC (rev 9804)
@@ -126,6 +126,40 @@
 
 <div class="content">	
 
+<h3>[ 2005 August 20 - libtheora 1.0 alpha 5 release ]</h3>
+<p>We're pleased to announce a new release of the libtheora reference
+implemenation. This is an incremental update over alpha 4, to draw
+a line under recent work before we start adding optimization work.
+</p><p>
+<p>There are two important bugfixes as well, so we recommend upgrading
+to everyone. This release is source and binary compatible with 
+1.0 alpha 4.</p>
+<blockquote>
+<a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha5.tar.bz2">
+  libtheora-1.0alpha5.tar.bz2
+</a><br><a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha5.tar.gz">
+  libtheora-1.0alpha5.tar.gz
+</a><br><a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha5.zip">
+  libtheora-1.0alpha5.zip
+</a>
+</blockquote>
+<p>Changes since the 1.0 alpha 4 release:
+<ul>
+ <li>Fixed bitrate management bugs that caused popping and encode
+   errors.</li>
+ <li>Fixed a crash problem with the theora_state internals not
+   being intialized properly.</li>
+ <li>new theora_granule_shift() utility function</li>
+ <li>dump_video example now makes YUV4MPEG files by default, so
+   the results can be fed back to encoder_example and similar
+   tools. The old behavior is restored with the '-r' switch.</li>
+ <li>./configure now prints a summary</li>
+ <li>simple unit test of the comment api under 'make check'</li>
+ <li>misc code cleanup, warning and leak fixes</li>
+</ul>
+</p>
+<p>Thanks to everyone who contributed!</p>
+
 <h3>[ 2005 June 5 - Cinelerra edits Theora ]</h3>
 
 <p>The <a href="http://cinelerra.org">Cinelerra</a> video editor



More information about the commits mailing list