[xiph-commits] r18498 - in websites/opus-codec.org: . news ssi

jm at svn.xiph.org jm at svn.xiph.org
Fri Aug 3 11:09:02 PDT 2012


Author: jm
Date: 2012-08-03 11:09:02 -0700 (Fri, 03 Aug 2012)
New Revision: 18498

Added:
   websites/opus-codec.org/news/
   websites/opus-codec.org/news/index.shtml.en
Modified:
   websites/opus-codec.org/ssi/contentheader.include
Log:
Adds news and FAQ


Added: websites/opus-codec.org/news/index.shtml.en
===================================================================
--- websites/opus-codec.org/news/index.shtml.en	                        (rev 0)
+++ websites/opus-codec.org/news/index.shtml.en	2012-08-03 18:09:02 UTC (rev 18498)
@@ -0,0 +1,32 @@
+<!--#include virtual="/ssi/header.include" -->
+<!--#include virtual="/ssi/contentheader.include" -->
+<title>Opus Codec: News</title>
+<h1>Opus News</h1>
+
+<ul class="descriptivelist">
+   <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" -->

Modified: websites/opus-codec.org/ssi/contentheader.include
===================================================================
--- websites/opus-codec.org/ssi/contentheader.include	2012-08-02 16:37:02 UTC (rev 18497)
+++ websites/opus-codec.org/ssi/contentheader.include	2012-08-03 18:09:02 UTC (rev 18498)
@@ -10,11 +10,13 @@
   <ul>
     <li id="home_"><a href="/">Home</a></li>
     <li id="downloads_"><a href="/downloads/">Downloads</a></li>
+    <li id="news_"><a href="/news/">News</a></li>
     <li id="documentation_"><a href="/docs/">Documentation</a></li>
     <li id="presentations_"><a href="/presentations/">Presentations</a></li>
     <li id="development_"><a href="/development/">Development</a></li>
     <li id="testvectors_"><a href="/docs/#testvectors">Test Vectors</a></li>
     <li id="comparison_"><a href="/comparison/">Comparison</a></li>
+    <li id="faq_"><a href="https://wiki.xiph.org/OpusFAQ">FAQ</a></li>
   </ul>
 
 </div>



More information about the commits mailing list