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
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-11-08Moved the remaining of misc.h into arch.hjm
2006-08-03fixed random numbers (were reset on each subframe) in noise codebook unquant.jm
2006-05-20excitation and target are now 16-bit (were 32) in the encoderjm
2005-08-31Improved Doxygen commentsjm
2005-04-22Fixed-point improvements (moved some stuff to 16-bit arithmetic)jm
2005-02-04Removed redundent filtering calls, added complexity 0 (even more shortcuts)jm
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2003-12-05Added const's all over the placejm
2003-10-08fixed-point: converted all signals to spx_sig_tjm
2003-10-08first step in fixed-point port, converted the LPC filtersjm
2003-01-27Transformed all excitation codebooks into sighed short arrays, reducingjm
2003-01-06Think I made the stack operations more portable in case sizeof(int) !=jm
2002-10-27The temp stack is now void* instead of float*jm
2002-10-23Compute impulse response of "perceptual synthesis filter" globally andjm
2002-10-23Merged split_cb_search_nogain and split_cb_search_shape_sign so there'sjm
2002-10-11Changed license to BSDjm
2002-08-15Cleaned up vocoder mode...jmvalin
2002-07-29added encoder complexity optionjmvalin
2002-07-20Implemented new "global" search for the whole sub-frame, slight improvementjmvalin
2002-07-05code cleanupjmvalin
2002-06-07High-band (for wideband) is now a shape-sign codebook, reducing searchjmvalin
2002-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-14Big changes in both narrowband and wideband. Retrained LSP codebook,jmvalin
2002-05-07Finished cleaning up the sub-band modejmvalin
2002-05-03bits.h was renamed to speex_bits to prevent name clashesjmvalin
2002-04-29Decoder back in sync with the encoderjmvalin
2002-04-23Many, many updates. Better split-VQ search, better handling of pitch forjmvalin
2002-04-14Got rid of a couple mallocs...jmvalin
2002-04-08Re-wrote the gain quantization for split-VQ excitation. Added more bitsjmvalin
2002-03-20Added joint optimization of excitation gainsjmvalin
2002-03-14Think the modularity stuff is mostly done...jmvalin
2002-03-14More cleanup in codebook search...jmvalin
2002-03-13More decoder stuffjmvalin
2002-03-13Code cleanup, removed warningsjmvalin
2002-03-11The encoder (testenc) now produces a bitstreamjmvalin
2002-03-08The code is getting horribly messy, but there's too much stuff that needsjmvalin
2002-02-26Think I figuring out the filter stuffjmvalin
2002-02-20Excitation codebook stuff, but it doesn't work;-(jmvalin