[xiph-commits] r11743 - websites/speex.org/news
jm at svn.xiph.org
jm at svn.xiph.org
Sun Aug 6 16:25:07 PDT 2006
Author: jm
Date: 2006-08-06 16:25:04 -0700 (Sun, 06 Aug 2006)
New Revision: 11743
Removed:
websites/speex.org/news/index.shtml.fr
Log:
Removing french version for now (not translated yet anyway)
Deleted: websites/speex.org/news/index.shtml.fr
===================================================================
--- websites/speex.org/news/index.shtml.fr 2006-08-06 20:50:08 UTC (rev 11742)
+++ websites/speex.org/news/index.shtml.fr 2006-08-06 23:25:04 UTC (rev 11743)
@@ -1,174 +0,0 @@
-<!--#include virtual="/ssi/header.include" -->
-<!-- Enter custom page information and styles here -->
-
-<title>Speex: A free codec for free speech</title>
-<style type="text/css">
-<!--
-#news_ a {
- text-decoration: underline !important;
-}
--->
-</style>
-
-<!--#include virtual="/ssi/xiphbar.include" -->
-<!--#include virtual="/ssi/pagetop.include" -->
-<!-- All your page content goes here -->
-
-<h1>Speex News</h1>
-
-<!--
- <li>
- <h3></h3>
- <p class="submitdate"></p>
- <div class="description">
- <p></p>
- </div>
- </li>
--->
-
-<ul class="descriptivelist">
- <li>
- <h3>Speex 1.1.8 Released</h3>
- <p class="submitdate">May 7, 2005</p>
- <div class="description">
- <p>Lots of changes in this release. Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), and the size of integer types are now detected automatically.</p>
- <p>There is also a new SPEEX_PLC_TUNING option.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.0.5 Released</h3>
- <p class="submitdate">May 6, 2005</p>
- <div class="description">
- <p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
- </div>
- </li>
-
-
- <li>
- <h3>Speex 1.0.5 Released</h3>
- <p class="submitdate">March 2, 2005</p>
- <div class="description">
- <p>The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.7 Released</h3>
- <p class="submitdate">March 2, 2005</p>
- <div class="description">
- <p>
- The changes for this release are very broad and include generic optimizations in the encoder, ARM-specific optimizations (gcc inline assembly), optional shortcuts in the encoder sacrificing quality for speed,
- fixed-point improvements (perceptual enhancement converted), reduction in memory usage, the Symbian code now uses the same API, and several bug fixes. <br/> <br/>
- </p>
- </div>
- </li>
-
- <li>
- <h3>New Specialized libs Released</h3>
- <p class="submitdate">November 18, 2004</p>
- <div class="description">
- <ul>
- <li>libspeex_emce.lib is an x86 emulator build (with debug information)</li>
- <li>ibspeex_armce.lib is an ARMV4 release build</li>
- </ul>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.6 Released</h3>
- <p class="submitdate">July 28, 2004</p>
- <div class="description">
- <p>There are seven changes in this release.</p>
- <ul>
- <li>Improved jitter buffer (now actually works)</li>
- <li>Denoiser tuning</li>
- <li>Improved echo canceller (please send feedback)</li>
- <li>Support for Symbian OS</li>
- <li>Gapless playback for speexenc/speexdec</li>
- <li>Run-time identification of Speex version with a new speex_lib_ctl() call</li>
- <li>Moved the includes to /usr/include/speex/</li>
- </ul>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.0.4 Released</h3>
- <p class="submitdate">July 21, 2004</p>
- <div class="description">
- <p>There are three changes in this release.</p>
- <ul>
- <li>Headers are now in /usr/include/speex/ (but a copy is still in /usr/include for compat reasons).</li>
- <li>Pseudo-gapless playback (i.e. playback has the same number of samples)</li>
- <li>Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances.</li>
- </ul>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.5 Released</h3>
- <p class="submitdate">April 21, 2004</p>
- <div class="description">
- <p>
- The main change in this release is that the 1.1.5 <abbr title='application programming interface'>API</abbr> and
- <abbr title='application binary interface'>ABI</abbr> are now compatible with 1.0.<var>x</var>. The versions of the functions taking
- a <code>short*</code> now have an "_int" suffix, as in <code>speex_encode_int()</code>.
- </p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.4 Released</h3>
- <p class="submitdate">January 20, 2004</p>
- <div class="description">
- <p>Happy Belated New Year. This release has minor fixed-point improvements and a code cleanup. The SSE code has been converted from inline assembly to SSE intrinsics, so it should now work on win32. More functions have been written to use SSE.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.3 Released</h3>
- <p class="submitdate">December 2, 2003</p>
- <div class="description">
- <p>This unstable release brings more improvements to the fixed-point port. Many new functions have been converted and most modes now work in real-time. I encourage everyone to test this code by compiling with <kbd>--enable-fixed-point</kbd> and <kbd>--enable-fixed-point-debug</kbd> and report any error messages and send the (smallest possible) file which reproduces the problem.</p>
- </div>
-
- </li>
-
- <li>
- <h3>Speex 1.0.3 Released</h3>
- <p class="submitdate">November 19, 2003</p>
- <div class="description">
- <p>In this bugfix release: a fix for a multithreqading bug and a correction for an underflow problem that could slow decoding dramatically on x86 processors.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.2 Released</h3>
- <p class="submitdate">November 11, 2003</p>
- <div class="description">
- <p>This new unstable release improves on the fixed-point port started in <a href='olddownload.html#one.1.1'>1.1.1</a>. The port is not yet complete, but many modes are now usable in real-time on ARM processors. The fixed-point version is enabled with <kbd>--enable-fixed-point</kbd> and ARM-specific optimizations can be enabled with <kbd>--enable-arm-asm</kbd>.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.1.1 Released</h3>
- <p class="submitdate">November 1, 2003</p>
- <div class="description">
- <p>This release adds a partial fixed-point port which can be enabled using the <kbd>--enable-fixed-point</kbd> option at configure time. Not all floating-point operations have been converted yet, but all the code should work.</p>
- </div>
- </li>
-
- <li>
- <h3>Speex 1.0.2 Released</h3>
- <p class="submitdate">September 24, 2003</p>
- <div class="description">
- <p>Just a bugfix release. This update adds soundcard support for Solaris and the BSDs as well as minor bugfixes and a documentation update.</p>
- </div>
- </li>
-
-
-</ul>
-
-
-
-<!--#include virtual="/ssi/pagebottom.include" -->
\ No newline at end of file
More information about the commits
mailing list