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
2009-04-03Tuning the enhancer and gamm1Jean-Marc Valin
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2008-08-05Narrowband state now contained in a single blockJean-Marc Valin
2008-04-25Patch by Thorvald Natvig: uses gcc visibility options to only export thejm
2008-02-13Trying to fix _spx_mips when using fixed-point debug. Still some morejm
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
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-21Re-arranged the wideband mode so that programs using narrowband only andjm
2007-04-11Coverity found that minor bug (crash on invalid programmer input).jm
2006-12-16more wideband fixed-point work (folding_gain is now in fixed-point).jm
2006-12-01Brought EPIC_48K pitch table up-to-date.jm
2006-12-01reviving the old EPIC_48K mode.jm
2006-08-12make comb filter a bit more aggressive...jm
2006-07-29copyright details, more info about the mdf learning ratejm
2006-05-16removed a bunch of overflow cases, most of which were in widebandjm
2006-05-07Removed the whole LPC enhancement -- wasn't really worth the trouble.jm
2006-04-25some tuning, replaced conditional constants with QCONST16.jm
2005-10-10lpc floor converted to fixed-pointjm
2005-10-05cleaning up noise floor for fixed-point (not complete yet)jm
2005-03-30fixed-point cleanup, removed some warningsjm
2005-03-15Merged a modified version of Jamey Hicks' C55 patch, fixed ajm
2005-03-01Reduced unnecessary buffers (reduced memory usage)jm
2004-08-11remove spurious #if 0 around speex_lib_get_mode() definition.conrad
2004-08-10added speex_get_mode() functionconrad
2004-08-10add explicit consts in front of speex_mode_list[] declarationsconrad
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-07-09Symbian support by Conrad Parkerjm
2004-07-09moved the mode list back to modes.cjm
2004-07-08Split modes.c in two. Now modes.c only contains the mode struct definitionsjm
2004-06-06Recommit changes lost in server migration.giles
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-10-08fixed-point: converted user-visible functions to use "short" signals,jm
2003-10-08fixed-point: removed pre-emphasis, more cleanupjm
2003-10-08fixed-point: more LPC/LSP cleanupjm
2003-10-08fixed-point: lpc stuffjm
2003-06-03oops. Fixed a bug in frame size mode queryjm
2003-05-21minor compilation fixesjm
2003-05-14Merged an experimental (and non-standard) 4.8 kbps mode. Note that thisjm
2003-03-03some tuningjm
2003-01-28Gain codebook also converted to signed char.jm
2003-01-27Transformed all excitation codebooks into sighed short arrays, reducingjm
2003-01-15oops... I broke the 6 kbps mode. it's fixed now.jm
2003-01-15adjusted VBR for the new 4 kbps mode (still early stage)jm
2003-01-15Added a new 3.95 kbps modejm
2003-01-10mostly wideband tuning...jm