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
path: root/TODO
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-20 17:36:55 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-20 17:36:55 +0300
commitbc5da03475529316db1ab5b611944071a0aacd2d (patch)
treedabc950169b2393c6dfd5635a9b1640405f2e9b3 /TODO
parentc73c66de5cd4eb79fe8f50f3cb09edf7f072af81 (diff)
Fixed an overflow in dead code.
git-svn-id: http://svn.xiph.org/trunk/speex@14200 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index fd72327..523573d 100644
--- a/TODO
+++ b/TODO
@@ -2,14 +2,13 @@ For 1.2beta3:
Control delay in new AEC API.
Implement speex_header_free()
better error reporting
-get rid of floats in initialisation (make the lag window a const array)
-split encoder and decoder?
improve float<->int conversion
NaN checks?
Eventually:
Fix last frame of speexenc
+split encoder and decoder?
Merge TriMedia stuff
packet dump
Do VAD properly