[xiph-commits] r7473 - in websites-plone/www: CSS Images/logos/xiph
atamido at motherfish-iii.xiph.org
atamido
Thu Aug 5 19:10:19 PDT 2004
SSI projects/audio/speex projects/audio/speex/CSS
projects/audio/speex/download projects/audio/speex/news
Message-ID: <E1BsuBX-0001so-Qh at motherfish-III>
Author: atamido
Date: Thu Aug 5 19:10:19 2004
New Revision: 7473
Added:
websites-plone/www/CSS/screen-content.css
websites-plone/www/Images/logos/xiph/xiph.png
Modified:
websites-plone/www/CSS/screen.css
websites-plone/www/SSI/rightside.inc
websites-plone/www/projects/audio/speex/CSS/screen.css
websites-plone/www/projects/audio/speex/download/index.shtml
websites-plone/www/projects/audio/speex/index.shtml
websites-plone/www/projects/audio/speex/news/index.shtml
Log:
More generalizing of the content specific settings.
Added: websites-plone/www/CSS/screen-content.css
===================================================================
--- websites-plone/www/CSS/screen-content.css 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/CSS/screen-content.css 2004-08-03 23:51:37 UTC (rev 7473)
@@ -0,0 +1,84 @@
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Trebuchet MS", sans-serif;
+ margin-top: .1em;
+}
+
+h1, h2, h3 {
+ font-weight: bold;
+}
+
+h1 { font-size: 2.0em; text-align: center; }
+h2 { font-size: 1.6em; }
+h3 { font-size: 1.4em; }
+h4 { font-size: 1.2em; }
+
+li.newsitem {
+ font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
+}
+
+li.newsitem h3 {
+ font-weight: bold;
+ margin-bottom: .1em;
+ margin: 0; padding: 0;
+}
+
+.itemdate {
+ text-align: left;
+ font-size: smaller;
+ border-bottom: 1px solid;
+}
+
+li.newsitem {
+ list-style: none;
+ background: #ded;
+ margin: .5em 0 .5em 0;
+ padding: 0 1em 1em 1em;
+ border: 2px dotted black;
+ -moz-border-radius: 10px;
+}
+
+.newsitem .newscontent {
+ border-top: 1px dotted #000;
+}
+
+/* takes care of the first, third, fifth, and seventh postings */
+#headlines .newsitem,
+#headlines .newsitem+.newsitem+.newsitem,
+#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem,
+#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem {
+ margin: -.9em 2em 0 1em;
+ background: #efe;
+}
+
+/* ditto for second, fourth, and sixth */
+#headlines .newsitem+.newsitem,
+#headlines .newsitem+.newsitem+.newsitem+.newsitem,
+#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem {
+ margin: -.9em 1em 0 2em;
+ background: #eff;
+}
+
+
+a:link { color: #00f; }
+a:visited { color: #00b; }
+a:hover { color: #c00; }
+
+
+p {
+ text-align: justify;
+ text-indent: 1.5em;
+}
+
+p.note {
+ margin: 0 12.5%;
+ padding: 1em;
+ background: #eee;
+}
+
+code, kbd, pre {
+ font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
+}
+
+img {
+ border: none;
+}
\ No newline at end of file
Property changes on: websites-plone/www/CSS/screen-content.css
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: websites-plone/www/CSS/screen.css
===================================================================
--- websites-plone/www/CSS/screen.css 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/CSS/screen.css 2004-08-03 23:51:37 UTC (rev 7473)
@@ -1,5 +1,6 @@
@import url(/CSS/screen-all.css);
@import url(/CSS/screen-navbars.css);
+ at import url(/CSS/screen-content.css);
html, body {
margin: 0;
Added: websites-plone/www/Images/logos/xiph/xiph.png
===================================================================
(Binary files differ)
Property changes on: websites-plone/www/Images/logos/xiph/xiph.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: websites-plone/www/SSI/rightside.inc
===================================================================
--- websites-plone/www/SSI/rightside.inc 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/SSI/rightside.inc 2004-08-03 23:51:37 UTC (rev 7473)
@@ -1,5 +1,5 @@
<div id='rightside'>
-<div id='label'>Xiph.org</div>
+<div id='label'><img src='/Images/logos/xiph/xiph.png' alt='Xiph.org'/></div>
<div id='content'>
\ No newline at end of file
Modified: websites-plone/www/projects/audio/speex/CSS/screen.css
===================================================================
--- websites-plone/www/projects/audio/speex/CSS/screen.css 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/projects/audio/speex/CSS/screen.css 2004-08-03 23:51:37 UTC (rev 7473)
@@ -16,8 +16,6 @@
border-top: solid #99d25d;
}
-
-
div#navbar1 a#speex:hover {
background: no-repeat url(/Images/logos/speex/35x20.png) top left #99d25d;
}
@@ -32,34 +30,6 @@
}
-/* Styles for the news page */
-
-.newsentry {
- background: rgb(226, 248, 162); /* "pale banana" */
- width: 100%;
- border: thin solid black;
- margin-bottom: 1em;
- border-collapse: collapse;
-}
-
-.newsentry thead {
- background: #99d25d;
- border: 0;
- border-bottom: thin solid gray;
- font-size: larger;
-}
-
-.newsentry th {
- border: 0;
- text-align: right;
- padding: .25em .25em 0;
-}
-
-.newsentry th:first-child {
- text-align: left;
-}
-
-
/* Styles from the original stylesheet. */
#h {
@@ -68,14 +38,6 @@
text-align: center;
}
-#skiplinks {
- display: none;
-}
-
-#ahem {
- display: none;
-}
-
img.separator {
text-align: center;
}
@@ -84,10 +46,6 @@
margin: .5em;
}
-img {
- border: none;
-}
-
p {
text-align: justify;
text-indent: 2em;
@@ -122,47 +80,6 @@
border: 2px dotted #000;
}
-/* takes care of the first, third, fifth, and seventh postings */
-
-div#headlines .newsitem,
-div#headlines .newsitem+.newsitem+.newsitem,
-div#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem,
-div#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem {
- margin: -.9em 2em 0 1em;
- background: #efe;
-}
-
-/* ditto for second, fourth, and sixth */
-div#headlines .newsitem+.newsitem,
-div#headlines .newsitem+.newsitem+.newsitem+.newsitem,
-div#headlines .newsitem+.newsitem+.newsitem+.newsitem+.newsitem+.newsitem {
- margin: -.9em 1em 0 2em;
- background: #eff;
-}
-
-.hlheader {
- font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
-}
-.hlheader .title {
- font-weight: bold;
- margin-bottom: .1em;
-}
-
-.hlheader .meta {
- text-align: left;
- font-size: smaller;
-}
-
-.newsitem .hlcontent {
- border-top: 1px solid #000;
- padding-bottom: .125em; /* Konq needs a bit more space...*/
-}
-
-.readmorenews {
- margin-top: .1em;
- text-align: center;
-}
-
/* end index.html */
/* download.html */
dl.releases dt {
@@ -179,75 +96,10 @@
/* news.html */
-.newsitem {
- border: 1px solid #000;
- margin: 1em 11em 1em 2em;
- padding: .1em .25em;
- background-color: #efe;
-}
-.newsheader {
- font-weight: bold;
- font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
-}
-.newsheader .title {
-
-}
-.newsheader .meta {
- font-size: smaller;
-}
-
-.newsitem .newscontent {
- border-top: 1px dotted #000;
-
-}
-
-/* end news.html */
-
-
-
-h1, h2, h3, h4, h5, h6 {
- font-family: "Trebuchet MS", sans-serif;
- margin-top: .1em;
-}
-
-h1, h2, h3 {
- font-weight: bold;
-}
-
-h1 { font-size: 2.0em; text-align: center; }
-h2 { font-size: 1.6em; }
-h3 { font-size: 1.4em; }
-h4 { font-size: 1.2em; }
-h1.firstLine {
- margin-bottom: 0;
- padding-bottom: 0;
-}
-h1.secondLine {
- font-size: 1.6em;
- font-style: italic;
- margin-top: 0;
- padding-top: 0;
-}
-
-p {
- text-align: justify;
- text-indent: 1.5em;
-}
-
-p.note {
- margin: 0 12.5%;
- padding: 1em;
- background: #eee;
-}
-
-a:link { color: #00f; }
-a:visited { color: #00b; }
-a:hover { color: #c00; }
-
img.separator { text-align: center; }
img.corruptaudio {
float: left;
@@ -255,91 +107,11 @@
}
-code, kbd, pre {
- font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
-}
-#nav {
- margin-right: 1em;
- float: right;
- clear: both;
- border: 1px solid black;
- border-top: none;
- border-collapse: collapse;
- background: #bde;
- width: 13em;
-}
-#nav ul {
- list-style: none;
- margin: 0;
- padding-left: 0;
-}
-
-#nav li {
- border-top: 1px solid black;
- margin: 0;
- padding: 0;
-}
-#nav a {
- font-weight: bold;
- text-decoration: none;
- display: block;
- padding: .3em 1em;
-}
-
-#nav a:hover {
- background: #8ac;
-}
-
.superImportant {
background: #faa;
color: black;
padding: .5em 2em;
border: 2px dashed black;
}
-
-#headlines {
- margin: 1em 0 .5em;
- padding: 0;
-}
-
-#headlines li,
-div.newsitem {
- list-style: none;
- background: #ded;
- margin: .5em 0 3em;
- padding: 0 .5em;
- border: 2px dotted black;
-}
-
-#headlines .title,
-div.hlheader {
- border-bottom: 1px solid black;
- padding-left: .5em;
-}
-#headlines h3 {
- margin: 0; padding: 0;
-}
-
-#headlines li,
-#headlines li+li+li,
-#headlines li+li+li+li+li,
-#headlines li+li+li+li+li+li+li {
- margin: -.9em 2em 0 1em;
- background: #ded;
-}
-
-#headlines li+li,
-#headlines li+li+li+li,
-#headlines li+li+li+li+li+li {
- margin: -.9em 1em 0 2em;
- background: #dee;
-}
-html #headlines li ul li {
- margin: 0 !important;
- background: transparent !important;
- border: 0 !important;
- list-style: disc !important;
-}
-
Modified: websites-plone/www/projects/audio/speex/download/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/download/index.shtml 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/projects/audio/speex/download/index.shtml 2004-08-03 23:51:37 UTC (rev 7473)
@@ -6,6 +6,8 @@
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->
<h1>Downloads</h1>
+
+<div class='contentitem' id='description'>
<p>
Note that packaging information for Debian can be found on the
<a href="packages.html">packages page</a>. If you?re interested in
@@ -16,43 +18,68 @@
<a href="http://rarewares.hydrogenaudio.org/others.html">Windows utilities</a>
such as SpeexDrop.
</p>
+</div>
-<h2>Current Stable Release</h2>
-<h3 id='one.0.4'>1.0.4</h3>
-<p>
-This bugfix release fixes a multithreading bug and corrects an underflow problem that could slow decoding dramatically on x86 processors.
-</p>
+<div class='contentitem' id='downloads'>
+<ul id='newsitems'>
+ <li class='newsitem'>
+ <h3>Current Stable Release</h3>
+ <h4>1.0.4</h4>
+ <div class='itemdate'></div>
+ <div class='itemcontent'>
+ <p>
+ This bugfix release fixes a multithreading bug and corrects an underflow problem that could slow decoding dramatically on x86 processors.
-<ul>
-<li><a href="download/speex-1.0.4.tar.gz">Source Code</a></li>
-<li><a href="download/speex-1.0.4-1.i386.rpm">i386 RPM</a></li>
-<li><a href="download/speex-devel-1.0.4-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="download/speex-1.0.4-1.src.rpm">Source RPM</a></li>
-<li><a href="download/speex_win32_1.0.4_setup.exe">Windows binaries</a></li>
-</ul>
+ <ul>
+ <li><a href="download/speex-1.0.4.tar.gz">Source Code</a></li>
+ <li><a href="download/speex-1.0.4-1.i386.rpm">i386 RPM</a></li>
+ <li><a href="download/speex-devel-1.0.4-1.i386.rpm">i386 Development RPM</a></li>
+ <li><a href="download/speex-1.0.4-1.src.rpm">Source RPM</a></li>
+ <li><a href="download/speex_win32_1.0.4_setup.exe">Windows binaries</a></li>
+ </ul>
+ </p>
+ </div>
+ </li>
+ <li class='newsitem'>
+ <h3>Current <strong style='font-style: italic;'>Unstable</strong> Release</h3>
+ <h4>1.1.6</h4>
+ <div class='itemdate'></div>
+ <div class='itemcontent'>
+ <p>
+ There are seven changes in this release.
+ <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>
-<h2>Current <strong style='font-style: italic;'>Unstable</strong> Release</h2>
-<h3 id='one.1.5'>1.1.5</h3>
-<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>
+ <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>
-<ul>
-<li><a href="download/speex-1.1.5.tar.gz">Source Code</a></li>
-<li><a href="download/speex-1.1.5-1.i386.rpm">i386 RPM</a></li>
-<li><a href="download/speex-devel-1.1.5-1.i386.rpm">i386 Development RPM</a></li>
-<li><a href="download/speex-1.1.5-1.src.rpm">Source RPM</a></li>
+ <ul>
+ <li><a href="download/speex-1.1.6.tar.gz">Source Code</a></li>
+ <li><a href="download/speex-1.1.6-1.i386.rpm">i386 RPM</a></li>
+ <li><a href="download/speex-devel-1.1.6-1.i386.rpm">i386 Development RPM</a></li>
+ <li><a href="download/speex-1.1.6-1.src.rpm">Source RPM</a></li>
+ <li><a href="download/speex_win32_1.1.6_setup.exe">Windows binaries</a></li>
+ </ul>
+ </p>
+ </div>
+ </li>
+ <li class='newsitem'>
+ <h3>DirectShow Filters</h3>
+ <div class='itemdate'></div>
+ <div class='itemcontent'>
+ <p>
+ If you just want to listen to Speex files in Windows Media Player, get
+ <a href='http://www.illiminable.com/ogg/'>illiminable's DirectShow Filters</a> for Speex.
+ </p>
+ </div>
+ </li>
</ul>
-<h2>DirectShow Filters</h2>
-<p>
-If you just want to listen to Speex files in Windows Media Player, get
-<a href='http://www.illiminable.com/ogg/'>illiminable's DirectShow Filters</a> for Speex.
-</p>
-
-
<p>Looking for something even older? Check our <a href='olddownload.html'>older downloads</a> page.</p>
Modified: websites-plone/www/projects/audio/speex/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/index.shtml 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/projects/audio/speex/index.shtml 2004-08-03 23:51:37 UTC (rev 7473)
@@ -1,12 +1,14 @@
?<!--#include virtual="/SSI/topofhead.inc"-->
<title>Xiph.org: Speex</title>
<!--#include virtual="/projects/audio/speex/SSI/inhead.inc"-->
-<style type="text/css" media="screen">li#home { background: no-repeat url(/Images/logos/speex/20x35.png) left #88c24d; }</style>
+<style type="text/css" media="screen">li#home { background: #88c24d; }</style>
<!--#include virtual="/SSI/topofbody.inc"-->
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->
<h1 class="firstLine">Speex</h1>
<h1 class="secondLine">a free codec for free speech</h1>
+
+<div class='contentitem' id='overview'>
<h2>Overview</h2>
<p>
Speex is an <a href="fsos.html">Open Source/Free Software</a>
@@ -22,6 +24,9 @@
<a href="http://www.xiph.org/licenses/bsd/speex/">Xiph.org variant of the
BSD license</a>.
</p>
+</div>
+
+<div class='contentitem' id='technology'>
<h2>The Technology</h2>
<p>
Speex is based on <abbr title="Code-Excited Linear Prediction">CELP</abbr>
@@ -45,6 +50,9 @@
<abbr title="variable bitrate (operation)">VBR</abbr> mode; see our
<a href="comparison.html">comparison page</a> for more.
</p>
+</div>
+
+<div class='contentitem' id='involved'>
<h2>Getting Involved</h2>
<p>
One of the simplest things you can do to get involved in Speex is by
@@ -67,25 +75,34 @@
<a href='http://xiph.org/ogg/vorbis/donate.html'>send us money</a>
so we can keep working on Speex.
</p>
+</div>
+
+
+<div class='contentitem' id='headlines'>
<h2>Headlines</h2>
-<ul id='headlines' class='news short'>
-<!--
- <li>
- <div class='title'>
- <h3></h3>
- <div></div>
- </div>
- <div class='content'>
- </div>
+<ul id='newsitems'>
+ <li class='newsitem'>
+ <h3>Speex 1.1.6 Released</h3>
+ <div class='itemdate'>July 28, 2004</div>
+ <div class='itemcontent'>
+ <p>There are seven changes in this release.
+ <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>
+ </p>
+ </div>
</li>
--->
- <li>
- <div class='title'>
- <h3>Speex 1.0.4 Released</h3>
- <div>July 21, 2004</div>
- </div>
- <div class='content'>
+ <li class='newsitem'>
+ <h3>Speex 1.0.4 Released</h3>
+ <div class='itemdate'>July 21, 2004</div>
+ <div class='itemcontent'>
<p>
There are three changes in this release.
<ul>
@@ -93,59 +110,35 @@
<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>
- <br>
</p>
- </div>
+ </div>
</li>
- <li>
- <div class='title'>
- <h3>Speex 1.1.5 Released</h3>
- <div>April 21, 2004</div>
- </div>
- <div class='content'>
+ <li class='newsitem'>
+ <h3>Speex 1.1.5 Released</h3>
+ <div class='itemdate'>April 21, 2004</div>
+ <div class='itemcontent'>
<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>
+ </div>
</li>
- <li>
- <div class='title'>
- <h3>Speex 1.1.4 Released</h3>
- <div>January 20, 2004</div>
- </div>
- <div class='content'>
+ <li class='newsitem'>
+ <h3>Speex 1.1.4 Released</h3>
+ <div class='itemdate'>January 20, 2004</div>
+ <div class='itemcontent'>
<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>
+ </div>
</li>
- <li>
- <div class='title'>
- <h3>Speex 1.1.3 Released</h3>
- <div>December 2, 2003</div>
- </div>
- <div class='content'>
-<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>
- <div class='title'>
- <h3>Speex 1.0.3 Released</h3>
- <div>November 19, 2003</div>
- </div>
- <div class='content'>
-<p>
-In this bugfix release: a fix for a multithreading bug and a correction for an underflow problem that could slow decoding dramatically on x86 processors.
-</p>
- </div>
- </li>
</ul>
<p class='readMoreNews'><a href='news.html'>Read more news?</a></p>
+</div>
<!--#include virtual="/SSI/bottomofbody.inc"-->
Modified: websites-plone/www/projects/audio/speex/news/index.shtml
===================================================================
--- websites-plone/www/projects/audio/speex/news/index.shtml 2004-08-03 21:44:22 UTC (rev 7472)
+++ websites-plone/www/projects/audio/speex/news/index.shtml 2004-08-03 23:51:37 UTC (rev 7473)
@@ -6,20 +6,80 @@
<!--#include virtual="/projects/audio/speex/SSI/leftside.inc"-->
<!--#include virtual="/SSI/rightside.inc"-->
+<h1>News</h1>
+<!--
- <h1>News</h1>
- <!--
- <div class='newsitem'>
- <div class='hlheader'>
- <div class='title'></div>
- <div class='meta'></div>
- </div>
- <div class='content'>
- </div>
- </div>
+ <li class='newsitem'>
+ <h3></h3>
+ <div class='itemdate'></div>
+ <div class='itemcontent'>
+ <p>
+ </p>
+ </div>
+ </li>
+
-->
+
+<ul id='newsitems'>
+ <li class='newsitem'>
+ <h3>Speex 1.1.6 Released</h3>
+ <div class='itemdate'>July 28, 2004</div>
+ <div class='itemcontent'>
+ <p>There are seven changes in this release.
+ <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>
+ </p>
+ </div>
+ </li>
+ <li class='newsitem'>
+ <h3>Speex 1.0.4 Released</h3>
+ <div class='itemdate'>July 21, 2004</div>
+ <div class='itemcontent'>
+ <p>
+ There are three changes in this release.
+ <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>
+ </p>
+ </div>
+ </li>
+ <li class='newsitem'>
+ <h3>Speex 1.1.5 Released</h3>
+ <div class='itemdate'>April 21, 2004</div>
+ <div class='itemcontent'>
+ <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 class='newsitem'>
+ <h3>Speex 1.1.4 Released</h3>
+ <div class='itemdate'>January 20, 2004</div>
+ <div class='itemcontent'>
+ <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>
+</ul>
+
+
<div class='newsitem'>
<div class='hlheader'>
<div class='title'>Speex 1.0.4 Released</div>
More information about the commits
mailing list