[xiph-commits] r12959 - in trunk/speex: . libspeex

jm at svn.xiph.org jm at svn.xiph.org
Thu May 17 08:10:10 PDT 2007


Author: jm
Date: 2007-05-17 08:10:10 -0700 (Thu, 17 May 2007)
New Revision: 12959

Modified:
   trunk/speex/Speex.kdevelop
   trunk/speex/TODO
   trunk/speex/configure.ac
   trunk/speex/libspeex/misc.h
Log:
misc updates to prepare for 1.2beta2


Modified: trunk/speex/Speex.kdevelop
===================================================================
--- trunk/speex/Speex.kdevelop	2007-05-17 15:06:46 UTC (rev 12958)
+++ trunk/speex/Speex.kdevelop	2007-05-17 15:10:10 UTC (rev 12959)
@@ -9,10 +9,10 @@
     <ignoreparts/>
     <projectdirectory>.</projectdirectory>
     <absoluteprojectpath>false</absoluteprojectpath>
-    <description></description>
+    <description/>
     <secondaryLanguages/>
     <versioncontrol>kdevsubversion</versioncontrol>
-    <defaultencoding></defaultencoding>
+    <defaultencoding/>
     <projectname>Speex</projectname>
   </general>
   <kdevautoproject>
@@ -68,10 +68,10 @@
     <general>
       <dbgshell>libtool</dbgshell>
       <programargs/>
-      <gdbpath></gdbpath>
-      <configGdbScript></configGdbScript>
-      <runShellScript></runShellScript>
-      <runGdbScript></runGdbScript>
+      <gdbpath/>
+      <configGdbScript/>
+      <runShellScript/>
+      <runGdbScript/>
       <breakonloadinglibs>true</breakonloadinglibs>
       <separatetty>false</separatetty>
       <floatingtoolbar>false</floatingtoolbar>
@@ -129,7 +129,7 @@
       <designerpluginpaths/>
     </qt>
     <creategettersetter>
-      <prefixGet></prefixGet>
+      <prefixGet/>
       <prefixSet>set</prefixSet>
       <prefixVariable>m_,_</prefixVariable>
       <parameterName>theValue</parameterName>

Modified: trunk/speex/TODO
===================================================================
--- trunk/speex/TODO	2007-05-17 15:06:46 UTC (rev 12958)
+++ trunk/speex/TODO	2007-05-17 15:10:10 UTC (rev 12959)
@@ -8,16 +8,19 @@
 *remove wideband pseudo-stack
 *pitch prediction saturation to prevent NaN-based DoS attacks.
 *Fix jitter buffer
+*Use lower sinc oversampling when down-sampling
+*Fix register issue on Blackfin
+*Complete resampler API (error codes)
+*le_short problems
+*Fix resampler corner case
+*Make it possible to decode a "raw" packet with SpeexBits
+*speex_decoder_ctl() call to detect silence
 
-speex_decoder_ctl() call to detect silence
-Complete resampler API (error codes)
-Fix resampler corner case
-Use lower sinc oversampling when down-sampling
-**Fix register issue on Blackfin
 Merge TriMedia stuff
-Make it possible to decode a "raw" packet with SpeexBits
 Control delay in new AEC API.
+Big endian issues on MacOS
 
+
 Later:
 Do VAD properly
 Warning/error handling

Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac	2007-05-17 15:06:46 UTC (rev 12958)
+++ trunk/speex/configure.ac	2007-05-17 15:10:10 UTC (rev 12959)
@@ -9,8 +9,8 @@
 SPEEX_MICRO_VERSION=14
 SPEEX_EXTRA_VERSION=-svn
 #SPEEX_VERSION=
-SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
-#SPEEX_VERSION="1.2beta1"
+#SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
+SPEEX_VERSION="1.2beta2"
 
 SPEEX_LT_CURRENT=5
 SPEEX_LT_REVISION=0

Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h	2007-05-17 15:06:46 UTC (rev 12958)
+++ trunk/speex/libspeex/misc.h	2007-05-17 15:10:10 UTC (rev 12959)
@@ -38,9 +38,9 @@
 #ifndef SPEEX_VERSION
 #define SPEEX_MAJOR_VERSION 1         /**< Major Speex version. */
 #define SPEEX_MINOR_VERSION 1         /**< Minor Speex version. */
-#define SPEEX_MICRO_VERSION 13        /**< Micro Speex version. */
+#define SPEEX_MICRO_VERSION 14        /**< Micro Speex version. */
 #define SPEEX_EXTRA_VERSION ""        /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2beta1"  /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2beta2"  /**< Speex version string. */
 #endif
 
 /* A couple test to catch stupid option combinations */



More information about the commits mailing list