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
AgeCommit message (Expand)Author
2015-04-01remove trailing whitespaceTristan Matthews
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2007-11-14fixed-point: Patch by Thom Johansen to convert stereo decoding to fixed-point,jm
2007-11-08Moved the remaining of misc.h into arch.hjm
2005-07-05Oops, fixed sse for vq.cjm
2005-06-05Packet loss concealment converted to fixed-point. Added hooks for blackfinjm
2005-05-28Cleaned up arch-dependent optimizationsjm
2005-04-22More work on fixed-point operatorsjm
2005-03-03Now possible to put temporary arrays directly on the (real) stackjm
2005-02-09misc optimizationsjm
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-04-03Changed some constants to single-precisionjm
2004-01-19VQ search has been SSE-ized. Not really clean yet, though.jm
2003-12-05Added const's all over the placejm
2003-11-12fixed-point: excitation gain completely converted to fixed-pointjm
2003-11-12fixed-point: converting excitation gain quantization (halfway done)jm
2003-11-11fixed-point: Defined fused multiply-add operators and some ARM assembly tojm
2003-11-02fixed-point: cleanupjm
2003-10-08fixed-point: most of the innovation search convertedjm
2003-10-08fixed-point: some work on innovation quantizationjm
2003-10-08fixed-point: converted all signals to spx_sig_tjm
2002-12-15Patch by Bernard Blackham <b-speex@blackham.com.au> that speeds up thejm
2002-10-23Re-wrote the signed search to be like the unsigned one (should make themjm
2002-10-11Changed license to BSDjm
2002-08-02Bug fixes, many leaks/errors fixed thanks to valgrind. Some filterjmvalin
2002-07-30Fixed post-filter producing NaN's, started writing some SSE codejmvalin
2002-07-20Added an n-best VQ search function in order to simplify the codejmvalin
2002-07-05code cleanupjmvalin
2002-03-14More cleanup in codebook search...jmvalin