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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Fri Oct 26 17:19:56 PDT 2012


Author: tterribe
Date: 2012-10-26 17:19:55 -0700 (Fri, 26 Oct 2012)
New Revision: 18676

Modified:
   websites/opus-codec.org/development/index.shtml.en
   websites/opus-codec.org/downloads/index.shtml.en
Log:
Add opusfile to the downloads page.

Also clean up the text on the development page slightly.


Modified: websites/opus-codec.org/development/index.shtml.en
===================================================================
--- websites/opus-codec.org/development/index.shtml.en	2012-10-26 18:03:26 UTC (rev 18675)
+++ websites/opus-codec.org/development/index.shtml.en	2012-10-27 00:19:55 UTC (rev 18676)
@@ -60,8 +60,8 @@
 <p>Manpages: <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusenc.html">opusenc</a>, <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusdec.html">opusdec</a>, <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusinfo.html">opusinfo</a></p>
 
 <h2>Opusfile</h2>
-<p>Libopusfile provides a high-level API for decoding and seeking within .opus files similar to what
-vorbisfile provides for vorbis.
+<p>Opusfile provides a high-level API for decoding and seeking within .opus files similar to what
+libvorbisfile provides for Vorbis.
 
 <blockquote><span style="white-space: pre;font-family: monospace;">$ git clone <a href="http://git.xiph.org/?p=opusfile.git">git://git.xiph.org/opusfile.git</a></span></blockquote>
 

Modified: websites/opus-codec.org/downloads/index.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/index.shtml.en	2012-10-26 18:03:26 UTC (rev 18675)
+++ websites/opus-codec.org/downloads/index.shtml.en	2012-10-27 00:19:55 UTC (rev 18676)
@@ -21,6 +21,7 @@
     <th style="text-align:left;">Download&nbsp;link</th>
     <th style="text-align:right;">Size</th>
 </tr>
+
 <tr class="vbottoml">
     <td rowspan=3 class="vbottom">opus-tools</td>
     <td rowspan=2>0.1.5</td>
@@ -39,6 +40,22 @@
      <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusinfo.html">inspect</a>, and
      <a href="https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusdec.html">decode</a> <b>.</b>opus files.</td>
 </tr>
+
+<tr class="vbottoml">
+    <td rowspan=2 class="vbottom">opusfile</td>
+    <td rowspan=1>0.1</td>
+    <td>Windows</td>
+    <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opusfile-0.1-win32.zip">opusfile-0.1-win32.zip</a></td>
+    <td style="text-align:right;">1049KiB</td>
+</tr>
+<tr class="vbottom">
+    <td colspan=4 style="padding-left:1em;text-align:justify;">Opusfile
+     provides application developers with a high-level API for decoding and
+     seeking in <b>.</b>opus files.
+    DLLs for the required libraries, libogg 1.3.0 and libopus 1.0.1, are also
+     included.</td>
+</tr>
+
 </tbody>
 </table>
 </div>
@@ -66,7 +83,7 @@
 </ul>
 
 
-<h3>Latest <strong style='font-style: italic;'>development</strong> release</h3>
+<h3>Latest <strong style='font-style: italic;'>development</strong> releases</h3>
 
 <h4 id='ot-0.1.5'>opus-tools 0.1.5</h4>
 <p>
@@ -78,7 +95,16 @@
 <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>
 
 



More information about the commits mailing list