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

jm at svn.xiph.org jm at svn.xiph.org
Mon Nov 25 22:54:49 PST 2013


Author: jm
Date: 2013-11-25 22:54:49 -0800 (Mon, 25 Nov 2013)
New Revision: 19024

Added:
   websites/opus-codec.org/older_news.shtml.en
Modified:
   websites/opus-codec.org/downloads/index.shtml.en
   websites/opus-codec.org/downloads/older.shtml.en
   websites/opus-codec.org/index.shtml.en
Log:
Website update for 1.1-rc


Modified: websites/opus-codec.org/downloads/index.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/index.shtml.en	2013-11-26 06:01:32 UTC (rev 19023)
+++ websites/opus-codec.org/downloads/index.shtml.en	2013-11-26 06:54:49 UTC (rev 19024)
@@ -85,41 +85,20 @@
 <li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz">opus-1.0.3.tar.gz</a></li>
 </ul>
 
-<h4 id='one.0.2'>libopus 1.0.2</h4>
-<p>
-Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious
-Opus packet causing an integer wrap-around in the padding code. Considering
-that the packet would have to be at least 16 MB in size and that no
-out-of-bounds write is possible, the severity is very low. Other changes include fixes
-and improvements to the PLC and hybrid mode quality improvements. As usual, this 
-release is fully compliant with the Opus specification.
-</p>
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz">opus-1.0.2.tar.gz</a></li>
-</ul>
 
+<h3>Latest <strong style='font-style: italic;'>development</strong> releases</h3>
 
-<h4 id='one.0.1'>libopus 1.0.1</h4>
+<h4 id='one.1-rc'>libopus 1.1-rc</h4>
 <p>
-This release includes minor updates (mostly related to the the build system) that
-did not make it to the final RFC. It is fully compliant with the Opus specification.
+Compared to 1.1-beta, this new release further improves surround encoding
+quality. It also includes better tuning of surround and stereo for lower
+bitrates. The complexity has been reduced on all CPUs, but especially ARM,
+which now has Neon assembly for the encoder. At last, there are a few bugfixes.
 </p>
 <ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz">opus-1.0.1.tar.gz</a></li>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1-rc.tar.gz">opus-1.1-rc.tar.gz</a></li>
 </ul>
 
-
-<h4 id='one.0.0'>libopus 1.0.0</h4>
-<p>
-This release is identical to the final Opus reference implementation included in RFC6716.
-</p>
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.0.tar.gz">opus-1.0.0.tar.gz</a></li>
-</ul>
-
-
-<h3>Latest <strong style='font-style: italic;'>development</strong> releases</h3>
-
 <h4 id='ot-0.1.7'>opus-tools 0.1.7</h4>
 <p>
 This release has numerious build fixes, including updated Visual Studio
@@ -153,82 +132,8 @@
 </li>
 </ul>
 
-<h4 id='one.1-alpha'>libopus 1.1-beta</h4>
-<p>
-This is a beta release for the upcoming 1.1 version. The improvements are listed in 
-<a href="http://people.xiph.org/~xiphmont/demo/opus/demo3.shtml">Monty's Opus 1.1-beta demo.</a>
-</p>
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1-beta.tar.gz">opus-1.1-beta.tar.gz</a></li>
-</ul>
 
-<h4 id='one.1-alpha'>libopus 1.1-alpha</h4>
-<p>
-This is an alpha release for the upcoming 1.1 version. Compared to 1.0.2,
-it includes quality improvements, optimizations, bug fixes, as well as an
-experimental speech/music detector for mode decisions. All the fixes and
-improvements from 1.0.2 are also in this release. Quality improvements
-include unconstrained VBR, a bitrate boost for tonal frames, and improvements
-to tf estimation, transient detection and dynamic allocation.
-</p>
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1-alpha.tar.gz">opus-1.1-alpha.tar.gz</a></li>
-</ul>
 
-<h4 id='ot-0.1.6'>opus-tools 0.1.6</h4>
-<p>
-This release includes many build fixes, especially for Windows,
-as well as some minor correctness improvements.
-The opusenc --uncoupled switch is no longer advertised
-because this debugging option was being mistaken for a quality
-enhancement.
-</p>
-<p>
-An experiemental <tt>opusrtp</tt> tool is new in this release.
-It is not installed by default because it's of limited usefulness,
-mostly for debugging other RTP implementations. It can send an Opus
-file over RTP or record a packet stream to an Opus file, on POSIX
-systems.
-</p>
-
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-tools-0.1.6.tar.gz">opus-tools-0.1.6.tar.gz</a></li>
-</ul>
-
-<h4 id='of-0.2'>opusfile 0.2</h4>
-<p>
-The opusfile library provides seeking, decode, and playback of Opus
-streams in the Ogg container (.opus files) including over http on
-posix systems.
-</p>
-<p>
-This release accepts valid ssl certificates, and improves some
-build and packaging issues.
-</p>
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opusfile-0.2.tar.gz">opusfile-0.2.tar.gz</a></li>
-</ul>
-
-<h4 id='ot-0.1.5'>opus-tools 0.1.5</h4>
-<p>
-This release removes the confusing and ineffective '--speech' and
-'--music' options to opusenc, and improves build system support.
-</p>
-
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-tools-0.1.5.tar.gz">opus-tools-0.1.5.tar.gz</a></li>
-</ul>
-
-<h4 id='ot-0.1'>opusfile 0.1</h4>
-<p>
-This release provides a high-level decoding and seeking API for .opus files.
-</p>
-
-<ul>
-<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opusfile-0.1.tar.gz">opusfile-0.1.tar.gz</a></li>
-</ul>
-
-
 <h3><a href="older.shtml.en">Older/Historic Releases</a></h3>
 
 

Modified: websites/opus-codec.org/downloads/older.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/older.shtml.en	2013-11-26 06:01:32 UTC (rev 19023)
+++ websites/opus-codec.org/downloads/older.shtml.en	2013-11-26 06:54:49 UTC (rev 19024)
@@ -3,6 +3,114 @@
 
 <h1>Older/Historic Releases</h1>
 
+<h4 id='one.1-beta'>libopus 1.1-beta</h4>
+<p>
+This is a beta release for the upcoming 1.1 version. The improvements are listed in 
+<a href="http://people.xiph.org/~xiphmont/demo/opus/demo3.shtml">Monty's Opus 1.1-beta demo.</a>
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1-beta.tar.gz">opus-1.1-beta.tar.gz</a></li>
+</ul>
+
+<h4 id='one.1-alpha'>libopus 1.1-alpha</h4>
+<p>
+This is an alpha release for the upcoming 1.1 version. Compared to 1.0.2,
+it includes quality improvements, optimizations, bug fixes, as well as an
+experimental speech/music detector for mode decisions. All the fixes and
+improvements from 1.0.2 are also in this release. Quality improvements
+include unconstrained VBR, a bitrate boost for tonal frames, and improvements
+to tf estimation, transient detection and dynamic allocation.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.1-alpha.tar.gz">opus-1.1-alpha.tar.gz</a></li>
+</ul>
+
+<h4 id='ot-0.1.6'>opus-tools 0.1.6</h4>
+<p>
+This release includes many build fixes, especially for Windows,
+as well as some minor correctness improvements.
+The opusenc --uncoupled switch is no longer advertised
+because this debugging option was being mistaken for a quality
+enhancement.
+</p>
+<p>
+An experiemental <tt>opusrtp</tt> tool is new in this release.
+It is not installed by default because it's of limited usefulness,
+mostly for debugging other RTP implementations. It can send an Opus
+file over RTP or record a packet stream to an Opus file, on POSIX
+systems.
+</p>
+
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-tools-0.1.6.tar.gz">opus-tools-0.1.6.tar.gz</a></li>
+</ul>
+
+<h4 id='of-0.2'>opusfile 0.2</h4>
+<p>
+The opusfile library provides seeking, decode, and playback of Opus
+streams in the Ogg container (.opus files) including over http on
+posix systems.
+</p>
+<p>
+This release accepts valid ssl certificates, and improves some
+build and packaging issues.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opusfile-0.2.tar.gz">opusfile-0.2.tar.gz</a></li>
+</ul>
+
+<h4 id='ot-0.1.5'>opus-tools 0.1.5</h4>
+<p>
+This release removes the confusing and ineffective '--speech' and
+'--music' options to opusenc, and improves build system support.
+</p>
+
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-tools-0.1.5.tar.gz">opus-tools-0.1.5.tar.gz</a></li>
+</ul>
+
+<h4 id='ot-0.1'>opusfile 0.1</h4>
+<p>
+This release provides a high-level decoding and seeking API for .opus files.
+</p>
+
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opusfile-0.1.tar.gz">opusfile-0.1.tar.gz</a></li>
+</ul>
+
+<h4 id='one.0.2'>libopus 1.0.2</h4>
+<p>
+Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious
+Opus packet causing an integer wrap-around in the padding code. Considering
+that the packet would have to be at least 16 MB in size and that no
+out-of-bounds write is possible, the severity is very low. Other changes include fixes
+and improvements to the PLC and hybrid mode quality improvements. As usual, this 
+release is fully compliant with the Opus specification.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz">opus-1.0.2.tar.gz</a></li>
+</ul>
+
+
+<h4 id='one.0.1'>libopus 1.0.1</h4>
+<p>
+This release includes minor updates (mostly related to the the build system) that
+did not make it to the final RFC. It is fully compliant with the Opus specification.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz">opus-1.0.1.tar.gz</a></li>
+</ul>
+
+
+<h4 id='one.0.0'>libopus 1.0.0</h4>
+<p>
+This release is identical to the final Opus reference implementation included in RFC6716.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.0.tar.gz">opus-1.0.0.tar.gz</a></li>
+</ul>
+
+
 <h4 id="one.0.1">libopus 1.0.1-RC3</h4>
 <p>
 This is a third release candidate for the upcoming 1.0.1 release.

Modified: websites/opus-codec.org/index.shtml.en
===================================================================
--- websites/opus-codec.org/index.shtml.en	2013-11-26 06:01:32 UTC (rev 19023)
+++ websites/opus-codec.org/index.shtml.en	2013-11-26 06:54:49 UTC (rev 19024)
@@ -43,6 +43,19 @@
 <ul class="descriptivelist">
 
    <li>
+      <h3>Versions 1.1-rc released</h3>
+      <p class="submitdate">11 July, 2013</p>
+      <div class="description">
+         <p>We're getting closer to the final 1.1 with this new release that further 
+         improves surround encoding quality. 
+         It also includes better tuning of surround and stereo for lower
+         bitrates. The complexity has been reduced on all CPUs, but especially ARM,
+         which now has Neon assembly for the encoder. At last, there are a few bugfixes.
+         The code is available from the <a href="downloads/">downloads page</a>.</p>
+      </div>
+   </li>
+
+   <li>
       <h3>Versions 1.1-beta and 1.0.3 released</h3>
       <p class="submitdate">11 July, 2013</p>
       <div class="description">
@@ -94,60 +107,9 @@
       </div>
    </li>
 
-   <li>
-      <h3>Third Release Candidate for Opus 1.0.1</h3>
-      <p class="submitdate">4 September, 2012</p>
-      <div class="description">
-         <p>This third release candidate for 1.0.1 has documenation and
-         minor portability fixes as part of the final polish before
-         release.
-         Source code is available from the <a href="downloads/">downloads page</a>.</p>
-      </div>
-   </li>
-
-
-   <li>
-      <h3>Second Release Candidate for Opus 1.0.1</h3>
-      <p class="submitdate">15 August, 2012</p>
-      <div class="description">
-         <p>This second release candidate for 1.0.1 includes documentation fixes and a Windows build system.
-          Source code is available from the <a href="downloads/older.shtml">archived downloads page</a>.</p>
-      </div>
-   </li>
-
-   <li>
-      <h3>Release Candidates for Opus 1.0.0 and 1.0.1</h3>
-      <p class="submitdate">8 August, 2012</p>
-      <div class="description">
-         <p>Release candidates for the upcoming 1.0.0 and 1.0.1 releases are now available. Expect the final 1.0.0 release in the next few weeks along with the final Opus RFC. Version 1.0.1 will be released at the same time and includes minor fixes that did not make it to the RFC. Source code is available from the <a href="http://downloads.xiph.org/releases/opus/">downloads page</a>.</p>
-      </div>
-   </li>
-
-   <li>
-      <h3>WebRTC Adopts Opus as MTI Codec</h3>
-      <p class="submitdate">27 July, 2012</p>
-      <div class="description">
-         <p>Participants to the IETF rtcweb working group have accepted (through typical IETF strong consensus) a <a href="http://www.ietf.org/proceedings/84/slides/slides-84-rtcweb-6.pdf">proposal</a> to select both Opus and G.711 as mandatory-to-implement (MTI) audio codecs. This means that all browsers that implement that standard will have to ship Opus support.</p>
-      </div>
-   </li>
-
-   <li>
-      <h3>Opus Ships in Firefox 15 (beta)</h3>
-      <p class="submitdate">19 July, 2012</p>
-      <div class="description">
-         <p>The latest Firefox beta <a href="https://hacks.mozilla.org/2012/07/firefox-beta-15-supports-the-new-opus-audio-format/">now ships with support for Opus</a>.</p>
-      </div>
-   </li>
-
-   <li>
-      <h3>Opus Approved by the IETF</h3>
-      <p class="submitdate">2 July, 2012</p>
-      <div class="description">
-         <p>The IETF has just <a href="http://www.ietf.org/mail-archive/web/codec/current/msg02880.html">approved</a> Opus for publication as an RFC. This should happen in the next few weeks, along with release 1.0.</p>
-      </div>
-   </li>
 </ul>
 
+<h2 id="news"><a href="older_news.shtml.en">Older News</a></h2>
 
 
 <!--#include virtual="/ssi/footer.include" -->

Added: websites/opus-codec.org/older_news.shtml.en
===================================================================
--- websites/opus-codec.org/older_news.shtml.en	                        (rev 0)
+++ websites/opus-codec.org/older_news.shtml.en	2013-11-26 06:54:49 UTC (rev 19024)
@@ -0,0 +1,64 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--#include virtual="/ssi/contentheader.include" -->
+
+<h1>Older News</h1>
+
+<ul class="descriptivelist">
+
+   <li>
+      <h3>Third Release Candidate for Opus 1.0.1</h3>
+      <p class="submitdate">4 September, 2012</p>
+      <div class="description">
+         <p>This third release candidate for 1.0.1 has documenation and
+         minor portability fixes as part of the final polish before
+         release.
+         Source code is available from the <a href="downloads/">downloads page</a>.</p>
+      </div>
+   </li>
+
+
+   <li>
+      <h3>Second Release Candidate for Opus 1.0.1</h3>
+      <p class="submitdate">15 August, 2012</p>
+      <div class="description">
+         <p>This second release candidate for 1.0.1 includes documentation fixes and a Windows build system.
+          Source code is available from the <a href="downloads/older.shtml">archived downloads page</a>.</p>
+      </div>
+   </li>
+
+   <li>
+      <h3>Release Candidates for Opus 1.0.0 and 1.0.1</h3>
+      <p class="submitdate">8 August, 2012</p>
+      <div class="description">
+         <p>Release candidates for the upcoming 1.0.0 and 1.0.1 releases are now available. Expect the final 1.0.0 release in the next few weeks along with the final Opus RFC. Version 1.0.1 will be released at the same time and includes minor fixes that did not make it to the RFC. Source code is available from the <a href="http://downloads.xiph.org/releases/opus/">downloads page</a>.</p>
+      </div>
+   </li>
+
+   <li>
+      <h3>WebRTC Adopts Opus as MTI Codec</h3>
+      <p class="submitdate">27 July, 2012</p>
+      <div class="description">
+         <p>Participants to the IETF rtcweb working group have accepted (through typical IETF strong consensus) a <a href="http://www.ietf.org/proceedings/84/slides/slides-84-rtcweb-6.pdf">proposal</a> to select both Opus and G.711 as mandatory-to-implement (MTI) audio codecs. This means that all browsers that implement that standard will have to ship Opus support.</p>
+      </div>
+   </li>
+
+   <li>
+      <h3>Opus Ships in Firefox 15 (beta)</h3>
+      <p class="submitdate">19 July, 2012</p>
+      <div class="description">
+         <p>The latest Firefox beta <a href="https://hacks.mozilla.org/2012/07/firefox-beta-15-supports-the-new-opus-audio-format/">now ships with support for Opus</a>.</p>
+      </div>
+   </li>
+
+   <li>
+      <h3>Opus Approved by the IETF</h3>
+      <p class="submitdate">2 July, 2012</p>
+      <div class="description">
+         <p>The IETF has just <a href="http://www.ietf.org/mail-archive/web/codec/current/msg02880.html">approved</a> Opus for publication as an RFC. This should happen in the next few weeks, along with release 1.0.</p>
+      </div>
+   </li>
+</ul>
+
+
+
+<!--#include virtual="/ssi/footer.include" -->



More information about the commits mailing list