[xiph-commits] r19041 - in websites/opus-codec.org: . downloads

jm at svn.xiph.org jm at svn.xiph.org
Thu Dec 5 18:49:59 PST 2013


Author: jm
Date: 2013-12-05 18:49:59 -0800 (Thu, 05 Dec 2013)
New Revision: 19041

Modified:
   websites/opus-codec.org/downloads/index.shtml.en
   websites/opus-codec.org/index.shtml.en
Log:
Website update for Opus 1.1 release


Modified: websites/opus-codec.org/downloads/index.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/index.shtml.en	2013-12-06 02:37:49 UTC (rev 19040)
+++ websites/opus-codec.org/downloads/index.shtml.en	2013-12-06 02:49:59 UTC (rev 19041)
@@ -24,22 +24,23 @@
 
 <tr class="vbottoml">
     <td rowspan=3 class="vbottom">opus-tools</td>
-    <td rowspan=3>0.1.7</td>
+    <td rowspan=3>0.1.8</td>
     <td>Windows</td>
-    <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opus-tools-0.1.7-win32.zip">opus-tools-0.1.7-win32.zip</a></td>
-    <td style="text-align:right;">388KiB</td>
+    <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opus-tools-0.1.8-win32.zip">opus-tools-0.1.8-win32.zip</a></td>
+    <td style="text-align:right;">411KiB</td>
 </tr>
 <tr class="vbottoml">
     <td>Mac OS X</td>
-    <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/macos/opus-tools-0.1.7-macos.tar.gz">opus-tools-0.1.7-macos.tar.gz</a></td>
-    <td style="text-align:right;">346KiB</td>
+    <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/macos/opus-tools-0.1.8-macos.tar.gz">opus-tools-0.1.8-macos.tar.gz</a></td>
+    <td style="text-align:right;">399KiB</td>
 </tr>
+<!--
 <tr class="vbottoml">
     <td>Source</td>
     <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-0.1.7.tar.gz">opus-tools-0.1.7.tar.gz</a></td>
     <td style="text-align:right;">376KiB</td>
 </tr>
-
+-->
 <tr class="vbottom">
     <td colspan=4 style="padding-left:1em;text-align:justify;">Opus-tools provides command-line utilities to
      <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusenc.html">encode</a>,
@@ -75,6 +76,23 @@
 
 <h3>Latest <strong style='font-style: italic;'>stable</strong> release</h3>
 
+<h4 id='one.1'>libopus 1.1</h4>
+<p>
+Opus 1.1 includes:
+<ul>
+         <li>new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR)</li>
+         <li>automatic detection of speech or music to decide which encoding mode to use.</li>
+         <li>surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps.</li>
+         <li>speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.</li> 
+</ul>
+These improvements are explained in more details in
+<a href="http://people.xiph.org/~xiphmont/demo/opus/demo3.shtml">Monty's demo</a> 
+(updated from the 1.1 beta demo).
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz">opus-1.1.tar.gz</a></li>
+</ul>
+
 <h4 id='one.0.3'>libopus 1.0.3</h4>
 <p>
 Opus 1.0.3 includes a backport of the new 1.1 surround API. Aside from that, it includes fixes for a
@@ -88,6 +106,15 @@
 
 <h3>Latest <strong style='font-style: italic;'>development</strong> releases</h3>
 
+<h4 id='ot-0.1.8'>opus-tools 0.1.8</h4>
+<p>
+This release fixes a memory corruption bug with FLAC album art handling.
+</p>
+
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-tools-0.1.8.tar.gz">opus-tools-0.1.8.tar.gz</a></li>
+</ul>
+
 <h4 id='one.1-rc3'>libopus 1.1-rc3</h4>
 <p>
 This third release candidate fixes some issues with the fixed-point build. Floating-point is unaffected.

Modified: websites/opus-codec.org/index.shtml.en
===================================================================
--- websites/opus-codec.org/index.shtml.en	2013-12-06 02:37:49 UTC (rev 19040)
+++ websites/opus-codec.org/index.shtml.en	2013-12-06 02:49:59 UTC (rev 19041)
@@ -43,6 +43,24 @@
 <ul class="descriptivelist">
 
    <li>
+      <h3>Versions 1.1 released</h3>
+      <p class="submitdate">5 December, 2013</p>
+      <div class="description">
+         <p>
+         After more than two years of development, we have released <a href="http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz">Opus 1.1</a>. This includes:
+         <ul>
+         <li>new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR)</li>
+         <li>automatic detection of speech or music to decide which encoding mode to use.</li>
+         <li>surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps.</li>
+         <li>speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.</li> 
+         </ul>
+         These improvements are explained in more details in
+         <a href="http://people.xiph.org/~xiphmont/demo/opus/demo3.shtml">Monty's demo</a> 
+         (updated from the 1.1 beta demo).
+      </div>
+   </li>
+
+   <li>
       <h3>Versions 1.1-rc3 released</h3>
       <p class="submitdate">3 December, 2013</p>
       <div class="description">



More information about the commits mailing list