[xiph-commits] r16201 - in websites/celt-codec.org: . downloads news

jm at svn.xiph.org jm at svn.xiph.org
Sat Jul 4 20:43:47 PDT 2009


Author: jm
Date: 2009-07-04 20:43:47 -0700 (Sat, 04 Jul 2009)
New Revision: 16201

Modified:
   websites/celt-codec.org/downloads/index.shtml.en
   websites/celt-codec.org/index.shtml.en
   websites/celt-codec.org/news/index.shtml.en
Log:
Website update for 0.6.0


Modified: websites/celt-codec.org/downloads/index.shtml.en
===================================================================
--- websites/celt-codec.org/downloads/index.shtml.en	2009-07-05 03:41:25 UTC (rev 16200)
+++ websites/celt-codec.org/downloads/index.shtml.en	2009-07-05 03:43:47 UTC (rev 16201)
@@ -32,6 +32,18 @@
 
 <h2>Latest <strong style='font-style: italic;'>development</strong> releases</h2>
 
+<h3 id='zero.6.0'>0.6.0</h3>
+<p>This release brings in many quality improvements, including better stereo coupling, 
+better handling of transients, and better handling of highly tonal signals. In addition,
+packet loss robustness has been improved through the optional use of independent (intra) frames.
+CELT now supports a larger dynamic range, suitable for encoding 24-bit audio (float version only).
+There is also a very early VBR implementation.
+</p>
+
+<ul>
+<li>Source code: <a href="http://downloads.us.xiph.org/releases/celt/celt-0.6.0.tar.gz">celt-0.6.0.tar.gz</a></li>
+</ul>
+
 <h3 id='zero.5.2'>0.5.2</h3>
 <p>Version 0.5.2 has just been released with a few fixes over 0.5.1. On top of that,
 the pitch prediction was both improved and simplified. The other main change is a 
@@ -56,7 +68,9 @@
 </p>
 
 <ul>
-<li><a href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz">celt-0.5.1.3.tar.gz</a></li>
+<li>
+<a href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz">celt-0.5.1.3.tar.gz</a></li>
+<a href="http://downloads.us.xiph.org/releases/celt/celt_060_tools_win32.zip">celt_060_tools_win32.zip</a></li>
 </ul>
 
 <h3 id='zero.5.1'>0.5.1</h3>

Modified: websites/celt-codec.org/index.shtml.en
===================================================================
--- websites/celt-codec.org/index.shtml.en	2009-07-05 03:41:25 UTC (rev 16200)
+++ websites/celt-codec.org/index.shtml.en	2009-07-05 03:43:47 UTC (rev 16201)
@@ -69,38 +69,19 @@
 <h2>Headlines</h2>
 <ul class="descriptivelist">
    <li>
-      <h3>Compatibility version 0.5.1.3 released</h3>
-      <p class="submitdate">12 May, 2009</p>
+      <h3>Version 0.6.0 released</h3>
+      <p class="submitdate">4 July, 2009</p>
       <div class="description">
-                <p>This is a bugfix update of the 0.5.1.1
-                compatability release with several bugfixes backported
-                into the 0.5.1 compatability branch.  As with 0.5.1.1,
-                this release is not compatible with either 0.5.0 or
-                earlier, or with 0.5.2 and later.  <p>
+                <p>Version 0.6.0 has just been released, with many quality improvements, including 
+                better stereo coupling, better handling of transients, and better handling of 
+                highly tonal signals. In addition, packet loss robustness has been improved 
+                through the optional use of independent (intra) frames. CELT now supports a 
+                larger dynamic range, suitable for encoding 24-bit audio (float version only).
+                There is also a very early VBR implementation.</p>
       </div>
    </li>
 
    <li>
-      <h3>Compatibility version 0.5.1.1 released</h3>
-      <p class="submitdate">22 April, 2009</p>
-      <div class="description">
-                <p>This is an update of the previous 0.5.1 prerelease;
-                as several software and hardware projects have seen
-                fit to deplot this prerelease version for development
-                and testing, we've released this new version that
-                changes the installation namespace from 'celt' to
-                'celt051' to ease installation and parallel
-                development with other versions of celt without
-                conflict.  Aside from renaming symbols and install
-                locations to 'celt051' there are no other changes from
-                the celt 0.5.1 release.  As with other CELT
-                prereleases, this release is not compatible with
-                either 0.5.0 or earlier, or with 0.5.2 and later.  <p>
-      </div>
-   </li>
-
-
-   <li>
       <h3>Version 0.5.2 released</h3>
       <p class="submitdate">17 February, 2009</p>
       <div class="description">

Modified: websites/celt-codec.org/news/index.shtml.en
===================================================================
--- websites/celt-codec.org/news/index.shtml.en	2009-07-05 03:41:25 UTC (rev 16200)
+++ websites/celt-codec.org/news/index.shtml.en	2009-07-05 03:43:47 UTC (rev 16201)
@@ -30,6 +30,49 @@
 
 <ul class="descriptivelist">
    <li>
+      <h3>Version 0.6.0 released</h3>
+      <p class="submitdate">4 July, 2009</p>
+      <div class="description">
+                <p>Version 0.6.0 has just been released, with many quality improvements, including 
+                better stereo coupling, better handling of transients, and better handling of 
+                highly tonal signals. In addition, packet loss robustness has been improved 
+                through the optional use of independent (intra) frames. CELT now supports a 
+                larger dynamic range, suitable for encoding 24-bit audio (float version only).
+                There is also a very early VBR implementation.</p>
+      </div>
+   </li>
+   <li>
+      <h3>Compatibility version 0.5.1.3 released</h3>
+      <p class="submitdate">12 May, 2009</p>
+      <div class="description">
+                <p>This is a bugfix update of the 0.5.1.1
+                compatability release with several bugfixes backported
+                into the 0.5.1 compatability branch.  As with 0.5.1.1,
+                this release is not compatible with either 0.5.0 or
+                earlier, or with 0.5.2 and later.  <p>
+      </div>
+   </li>
+
+   <li>
+      <h3>Compatibility version 0.5.1.1 released</h3>
+      <p class="submitdate">22 April, 2009</p>
+      <div class="description">
+                <p>This is an update of the previous 0.5.1 prerelease;
+                as several software and hardware projects have seen
+                fit to deplot this prerelease version for development
+                and testing, we've released this new version that
+                changes the installation namespace from 'celt' to
+                'celt051' to ease installation and parallel
+                development with other versions of celt without
+                conflict.  Aside from renaming symbols and install
+                locations to 'celt051' there are no other changes from
+                the celt 0.5.1 release.  As with other CELT
+                prereleases, this release is not compatible with
+                either 0.5.0 or earlier, or with 0.5.2 and later.  <p>
+      </div>
+   </li>
+
+   <li>
       <h3>Version 0.5.2 released</h3>
       <p class="submitdate">17 February, 2009</p>
       <div class="description">



More information about the commits mailing list