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
2013-12-07Tidy the speex/*.h includes some moreRon
2008-08-13Added an option to implement iir_mem16() and fir_mem16() in terms ofJean-Marc Valin
2008-08-08A forgotten include guard and a fix for disabling widebandJean-Marc Valin
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-06-10Better control of the pitch gain to prevent potential instabilities fromjm
2006-05-20excitation and target are now 16-bit (were 32) in the encoderjm
2006-05-16decoder excitation now in 16-bit precision (was 32), which saves quite a bitjm
2006-04-08weighted signal now in 16-bit precision, saving 500 bytes in the encoder statejm
2006-03-18new experimental comb filter codejm
2005-08-31Improved Doxygen commentsjm
2005-05-02Added some control on the aggressiveness of the pitch predictor in the form ofjm
2005-04-22More work on fixed-point operatorsjm
2005-04-22Fixed-point improvements (moved some stuff to 16-bit arithmetic)jm
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2003-12-05Added const's all over the placejm
2003-11-29fixed-point: pitch gain stuffjm
2003-11-28fixed-point: some work on pitch gain, fixed a packet-loss bugjm
2003-11-25fixed-point: done quantizing open-loop pitchjm
2003-10-08fixed-point: converted all signals to spx_sig_tjm
2003-10-08first step in fixed-point port, converted the LPC filtersjm
2003-05-14Merged an experimental (and non-standard) 4.8 kbps mode. Note that thisjm
2003-01-28Gain codebook also converted to signed char.jm
2003-01-23Fixed a bunch of typos pointed to by: larry@doolittle.boa.orgjm
2003-01-06Think I made the stack operations more portable in case sizeof(int) !=jm
2002-11-28Many improvements (hopefully) to packet loss concealing, part of it from ajm
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-11Changed license to BSDjm
2002-08-15Cleaned up vocoder mode...jmvalin
2002-07-29added encoder complexity optionjmvalin
2002-07-06Cleanupjmvalin
2002-07-02Cleaned up unused stuff and licensed all codebooks under the BSD licensejmvalin
2002-06-11Added low bit-rate (8 kbps) narrowband mode. It is still sub-optimal butjmvalin
2002-06-08Implemented an n-best open-loop pitch search to speed up the closed-loopjmvalin
2002-05-29Added a post-filter for narrowband (and thus 0-4 kHz in wideband)jmvalin
2002-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-03bits.h was renamed to speex_bits to prevent name clashesjmvalin
2002-04-29Decoder back in sync with the encoderjmvalin
2002-04-24Made the initial pitch search open-loop. Removed some modulo and devidejmvalin
2002-04-23Many, many updates. Better split-VQ search, better handling of pitch forjmvalin
2002-03-15More wideband stuff...jmvalin
2002-03-14Think the modularity stuff is mostly done...jmvalin
2002-03-14Cleaning up the code and making it easier to switch algorithms...jmvalin
2002-03-13Decoding of pitch (still untested)jmvalin
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-03-01Pitch prediction stuff...jmvalin
2002-02-27Added 3-tap pitch predictor by analysis by synthesisjmvalin