[xiph-commits] r9228 - websites/speex.org

atamido at motherfish-iii.xiph.org atamido at motherfish-iii.xiph.org
Sat May 7 11:06:58 PDT 2005


Author: atamido
Date: 2005-05-07 11:06:57 -0700 (Sat, 07 May 2005)
New Revision: 9228

Modified:
   websites/speex.org/download.html
   websites/speex.org/index.html
   websites/speex.org/news.html
Log:
Added the 1.1.8 release.

Modified: websites/speex.org/download.html
===================================================================
--- websites/speex.org/download.html	2005-05-07 17:35:59 UTC (rev 9227)
+++ websites/speex.org/download.html	2005-05-07 18:06:57 UTC (rev 9228)
@@ -33,18 +33,16 @@
 <li><a href="download/speex_win32_1.0.4_setup.exe">Windows binaries (1.0.4)</a></li>
 </ul>
 <h2>Current <strong style='font-style: italic;'>Unstable</strong> Release</h2>
-<h3 id='one.1.7'>1.1.7</h3>
-			<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. </p>
+<h3 id='one.1.8'>1.1.8</h3>
+			<p>Lots of changes in this release.  Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), size of integer types now detected automatically, and a new SPEEX_PLC_TUNING option.</p>
 
 <span>Downloads:</span>
 
 <ul>
-<li><a href="download/speex-1.1.7.tar.gz">Source Code</a></li>
-<li><a href="download/speex-1.1.7-1.i386.rpm">i386 RPM</a></li>
-<li><a href="download/speex-devel-1.1.7-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="download/speex-1.1.7-1.src.rpm">Source RPM</a></li>
+<li><a href="download/speex-1.1.8.tar.gz">Source Code</a></li>
+<li><a href="download/speex-1.1.8-1.i386.rpm">i386 RPM</a></li>
+<li><a href="download/speex-devel-1.1.8-1.i386.rpm">i386 Development RPM</a></li>
+<li><a href="download/speex-1.1.8-1.src.rpm">Source RPM</a></li>
 <li><a href="download/speex_win32_1.1.6_setup.exe">Windows binaries (from 1.1.6 source)</a></li>
 </ul>
 

Modified: websites/speex.org/index.html
===================================================================
--- websites/speex.org/index.html	2005-05-07 17:35:59 UTC (rev 9227)
+++ websites/speex.org/index.html	2005-05-07 18:06:57 UTC (rev 9228)
@@ -90,10 +90,20 @@
 
 	<li>
 		<div class='title'>
-			<h3>Speex 1.0.5</h3>
+			<h3>Speex 1.1.8 Released</h3>
 			<div>May 7, 2005</div>
 		</div>
 		<div class='content'>
+			<p>Lots of changes in this release.  Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), size of integer types now detected automatically, and a new SPEEX_PLC_TUNING option.</p>
+		</div>
+	</li>
+
+	<li>
+		<div class='title'>
+			<h3>Speex 1.0.5 Released</h3>
+			<div>May 7, 2005</div>
+		</div>
+		<div class='content'>
 			<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>
@@ -165,19 +175,6 @@
 			</p>
 		</div>
 	</li>
-	<li>
-		<div class='title'>
-			<h3>Speex 1.1.5 Released</h3>
-			<div>April 21, 2004</div>
-		</div>
-		<div class='content'>
-			<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>
 </ul>
 <p class='readMoreNews'><a href='news.html'>Read more news…</a></p>
 <!--#include virtual="/SSI/bottomofbody.inc"-->

Modified: websites/speex.org/news.html
===================================================================
--- websites/speex.org/news.html	2005-05-07 17:35:59 UTC (rev 9227)
+++ websites/speex.org/news.html	2005-05-07 18:06:57 UTC (rev 9228)
@@ -22,6 +22,16 @@
 
 	<div class='newsitem'>
 		<div class='hlheader'>
+			<div class='title'>Speex 1.1.8 Released</div>
+			<div class='meta'>May 7, 2005</div>
+		</div>
+		<div class='content'>
+			<p>Lots of changes in this release.  Initial TI C5x port, some fixed-point improvements and fixes, better temporary memory allocation (smaller), size of integer types now detected automatically, and a new SPEEX_PLC_TUNING option.</p>
+		</div>
+	</div>
+
+	<div class='newsitem'>
+		<div class='hlheader'>
 			<div class='title'>Speex 1.0.5 Released</div>
 			<div class='meta'>March 2, 2005</div>
 		</div>



More information about the commits mailing list