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
2019-06-19math_approx: use unsigned int for LCG pseudorandom generatorTristan 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-11-18New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every singlejm
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
2007-11-10removed bufSize from the sb mode definitionjm
2007-11-10Removed the custom (non-standard) 4.8 kbps mode because it has been brokenjm
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-10-04typo in comment -- thanks Alexander Chemerisjm
2007-03-17pseudo-stack is now shared between the narrowband and wideband layers.jm
2007-03-04Hide internal _ctl() requests from the public header file.jm
2006-12-16more wideband fixed-point work (folding_gain is now in fixed-point).jm
2006-08-03fixed random numbers (were reset on each subframe) in noise codebook unquant.jm
2006-07-29copyright details, more info about the mdf learning ratejm
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-05-07Removed the whole LPC enhancement -- wasn't really worth the trouble.jm
2006-04-08weighted signal now in 16-bit precision, saving 500 bytes in the encoder statejm
2005-10-10lpc floor converted to fixed-pointjm
2005-05-02Added some control on the aggressiveness of the pitch predictor in the form ofjm
2005-04-22Fixed-point improvements (moved some stuff to 16-bit arithmetic)jm
2005-03-01Reduced unnecessary buffers (reduced memory usage)jm
2005-02-04Removed redundent filtering calls, added complexity 0 (even more shortcuts)jm
2004-07-15added const in front of vbr_*_thresh tablesconrad
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2004-07-08Rest of the modes.c splitjm
2004-04-21speex_encode/speex_decode are back to using floats, new speex_encode_intjm
2003-12-23fixed-point: converted comb_gainjm
2003-12-23fixed-point: some perceptual enhancement coef converted.jm
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-10-09fixed-point: LSPs are now stored quantizedjm
2003-10-08fixed-point: converted all signals to spx_sig_tjm
2003-10-08fixed-point: removed pre-emphasis, more cleanupjm
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-10mostly wideband tuning...jm
2003-01-06Think I made the stack operations more portable in case sizeof(int) !=jm
2002-11-30Ultra-wideband VBR seems to work. Also, fixed a bug for wideband VBR.jm
2002-11-28Many improvements (hopefully) to packet loss concealing, part of it from ajm
2002-11-11Misc stuff for beta 3jm
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-09-12Doxygen...jmvalin
2002-09-12More Doxygen docjmvalin
2002-09-12Comments for Doxygenjmvalin
2002-08-23API change: a couple fields were removed from SpeexMode because theyjmvalin