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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-01remove trailing whitespaceTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2007-07-29Patch by Alexander Chemeris removing useless codejm
2007-07-29Patch by Alexander Chemeris to make testenc* open with rb and wbjm
2007-07-29Patch by Alexander Chemeris to make testenc* use speex_lib_get_modejm
2006-08-30more replacements of int with spx_int32_tjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-05-04Gapless works again (I think). Bit of cleaning up as well.jm
2006-02-21adjust group delayjm
2006-02-09fixed lots of warning/errors on retarded (non-C99) compilersjm
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2004-04-21speex_encode/speex_decode are back to using floats, new speex_encode_intjm
2003-11-29debug code for fixed-point operators. Already fixed an overflow in lsp codejm
2003-11-29separated fixed-point operators in: generic, ARM, debugjm
2003-11-14fixed-point: before I screw everything up...jm
2003-11-13fixed-point: converting wideband excitation gain to int (halfway done)jm
2003-10-08fixed-point: converted user-visible functions to use "short" signals,jm
2003-10-08fixed-point: LPC/LSP cleanupjm
2002-10-27Made the code valid for a C++ compiler (void* stuff), plus some cleanupjm
2002-10-27The temp stack is now void* instead of float*jm
2002-08-23API change: a couple fields were removed from SpeexMode because theyjmvalin
2002-08-22Implemented packet loss interpolation for wideband... not optimal yet...jmvalin
2002-08-16Improved spectral folding wideband modejmvalin
2002-08-14...jmvalin
2002-08-02Bug fixes, many leaks/errors fixed thanks to valgrind. Some filterjmvalin
2002-08-01Replaced the post-filter by a simple pitch comb filter plus an LPCjmvalin
2002-07-16cleanupjmvalin
2002-07-11Completed VBR for 0.5.0 releasejmvalin
2002-07-11More VBR work.jmvalin
2002-06-25First step to variable bit-rate (VBR): it is now possible to change thejmvalin
2002-06-07Getting ready for 0.2.0jmvalin
2002-06-07High-band (for wideband) is now a shape-sign codebook, reducing searchjmvalin
2002-06-06New post-filter A(z/g1)/A(z/g2)jmvalin
2002-06-03Added SPEEX_GET_FRAME_SIZE to speex_*_ctl callsjmvalin
2002-06-03Added speex_ctl call to set codec parameters (e.g. enable/disablejmvalin
2002-05-20Every symbol in <speex.h> now has a speex_ prefix.jmvalin
2002-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-14...jmvalin
2002-05-14Big changes in both narrowband and wideband. Retrained LSP codebook,jmvalin
2002-05-03Now, all the includes we need to use Speex are speex.h and speex_bits.hjmvalin
2002-05-03speex.[ch] renamed to nb_celp.[ch] for consistencyjmvalin
2002-05-03implemented high-band spectral folding at the decoderjmvalin
2002-05-03Unification of narrowband and wideband modes to simplify the APIjmvalin
2002-04-03Adding sub-band CELP (SB-CELP) -like encoding. Still incomplete.jmvalin
2002-03-26Fixed pre-emphasis/de-emphasis in the decoder for widebandjmvalin
2002-03-25Wideband encoding seems to workjmvalin
2002-03-25Multi-pulse quantization (not complete yet)jmvalin
2002-03-16Adjustable LPC analysis (lag windowing, noise floor), changed widebandjmvalin