Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Speex.kdevelop14
-rw-r--r--TODO15
-rw-r--r--configure.ac4
-rw-r--r--libspeex/misc.h4
4 files changed, 20 insertions, 17 deletions
diff --git a/Speex.kdevelop b/Speex.kdevelop
index 46524c4..1f12bdd 100644
--- a/Speex.kdevelop
+++ b/Speex.kdevelop
@@ -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>
diff --git a/TODO b/TODO
index 924258a..029cee1 100644
--- a/TODO
+++ b/TODO
@@ -8,15 +8,18 @@ For 1.2beta2:
*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
diff --git a/configure.ac b/configure.ac
index 114eef0..29ac549 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ SPEEX_MINOR_VERSION=1
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
diff --git a/libspeex/misc.h b/libspeex/misc.h
index c6ea9e7..86287ad 100644
--- a/libspeex/misc.h
+++ b/libspeex/misc.h
@@ -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 */