[xiph-commits] r19051 - websites/opus-codec.org/downloads
giles at svn.xiph.org
giles at svn.xiph.org
Fri Jan 10 13:55:43 PST 2014
Author: giles
Date: 2014-01-10 13:55:43 -0800 (Fri, 10 Jan 2014)
New Revision: 19051
Modified:
websites/opus-codec.org/downloads/index.shtml.en
Log:
Link to opusfile-0.5 release and notes.
Modified: websites/opus-codec.org/downloads/index.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/index.shtml.en 2014-01-10 20:15:21 UTC (rev 19050)
+++ websites/opus-codec.org/downloads/index.shtml.en 2014-01-10 21:55:43 UTC (rev 19051)
@@ -50,21 +50,21 @@
<tr class="vbottoml">
<td rowspan=2 class="vbottom">opusfile</td>
- <td rowspan=2>0.4</td>
+ <td rowspan=2>0.5</td>
<td>Windows</td>
- <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opusfile-0.4-win32.zip">opusfile-0.4-win32.zip</a></td>
- <td style="text-align:right;">2.2MiB</td>
+ <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/win32/opusfile-0.5-win32.zip">opusfile-0.5-win32.zip</a></td>
+ <td style="text-align:right;">2.6MiB</td>
</tr>
<tr class="vbottoml">
<td>Source</td>
- <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.tar.gz">opusfile-0.4.tar.gz</a></td>
- <td style="text-align:right;">417KiB</td>
+ <td style="text-align:left;"><a href="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.5.tar.gz">opusfile-0.5.tar.gz</a></td>
+ <td style="text-align:right;">428KiB</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.1 and libopus 1.1 beta and
+ DLLs for the required libraries libogg 1.3.1, libopus 1.1 and
openssl, are also included in the binary package.</td>
</tr>
@@ -106,6 +106,35 @@
<h3>Latest <strong style='font-style: italic;'>development</strong> releases</h3>
+<h4 id='of-0.5'>opusfile 0.5</h4>
+<p>
+The opusfile library provides seeking, decode, and playback of Opus
+streams in the Ogg container (.opus files) including over http(s) on
+posix and windows systems.
+</p>
+
+<ul>
+<li>Source code:
+ <a href="http://downloads.xiph.org/releases/opus/opusfile-0.5.tar.gz">opusfile-0.5.tar.gz</a>
+ <a href="http://downloads.xiph.org/releases/opus/opusfile-0.5.zip">opusfile-0.5.zip</a>
+</li>
+</ul>
+
+<p>Changes since the v0.4 release:</p>
+<ul>
+<li>Report HTTP (ICY) headers to client</li>
+<li>New tag comparison and copy functions</li>
+<li>New application decoding callback API for advanced clients</li>
+<li>New dither disable function for advanced clients</li>
+<li>constify API</li>
+<li>Avoid clipping downmixing from a fixed-point decoder</li>
+<li>Better practices for dual stack IPv6</li>
+<li>Documentation improvements</li>
+<li>Fix a unicode bug on Windows</li>
+<li>Fix proxy user/password macros</li>
+<li>Fix HTTP pipelining support detection</li>
+</ul>
+
<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.
More information about the commits
mailing list