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
2022-06-11configure: bump to 1.2.1Speex-1.2.1Tristan Matthews
2022-04-13cvs: drop cvsignore filesTristan Matthews
2019-06-19math_approx: use unsigned int for LCG pseudorandom generatorTristan Matthews
2019-06-18fixed: make left shift macros use unsigned to avoid undefined behaviourTristan Matthews
2017-11-03Check for _WIN32 instead of WIN32 in preprocessor checksMartin Storsjo
2016-12-08configure: bump to 1.2.0Speex-1.2.0Tristan Matthews
2015-07-22Fix compiler warnings from -WallErik de Castro Lopo
2015-04-01remove trailing whitespaceTristan Matthews
2014-12-06configure: bump to 1.2rc2Speex-1.2rc2Tristan Matthews
2014-12-05speex_header: silence printf warningTristan Matthews
2014-10-07configure: add --disable-binaries optionTristan Matthews
2014-08-10os_support: fix misleading commentsTristan Matthews
2014-02-08arm: Remove a superfluous 's' suffix from the cmp instructionMartin Storsjo
2013-12-07Don't overlink with libmRon
2013-12-07Make autotools a bit less whiny on modern systemsRon
2013-12-07Make the hardcoded SPEEX_VERSION match configure.acRon
2013-12-07Tidy the speex/*.h includes some moreRon
2013-12-06Check the size of the header packet before we look inside itRon
2010-01-07Remove a few dsp-only filesThorvald Natvig
2009-12-23Remove a lot of leftover speexdsp referencesslicer
2009-12-22Split libspeex and libspeexdspslicer
2009-07-08Support for Intel IPP FFTJeff Wallace
2009-06-27Removing h1_mem from the encoder state since it wasn't used at all.John Ridges
2009-06-18Fixes a regression in the fixed-point code and adds saturation for fixed-point.Stephane Lesage
2009-06-04make sure new bfin.h is included in distMike Frysinger
2009-05-16Blackfin: cleanup astat/cc/hardware loop asm clobbersMike Frysinger
2009-04-15Resurected the --enable-vorbis-psy option by linking with libspeexdsp for theJean-Marc Valin
2009-04-15More VBR tuningJean-Marc Valin
2009-04-08Fixed a "conditional jump depends on uninitialised value in speex_decode_int()Jean-Marc Valin
2009-04-03VBR tuning (along with open-loop gamma2 tweak)Jean-Marc Valin
2009-04-03Tuning the enhancer and gamm1Jean-Marc Valin
2009-02-10Const correctness patchAlfred E. Heggestad
2009-01-30Cosmetic fixesAlfred E. Heggestad
2008-12-01At least VS2005 (what I'm using) won't compile resample_sse.h withJohn Ridges
2008-11-09Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correctErik de Castro Lopo
2008-10-03Fix for VS files to include multi-channel changes. Also patches scal.c forAlexander Chemeris
2008-09-06The LPC analysis window and lag window are now in Q15.Jean-Marc Valin
2008-09-06Merged lsp_interpolate() with lsp_enforce_margin()Jean-Marc Valin
2008-09-06removed some if()s from an ltp inner loopJean-Marc Valin
2008-09-06Simplifying the "middle case" in _spx_lpc().Jean-Marc Valin
2008-09-06Got rid of real_exc and ringing by using exc temporarily. This saved 160 bytes.Jean-Marc Valin
2008-09-06Minor simplifications to lsp_to_lpc()Jean-Marc Valin
2008-08-13Added an option to implement iir_mem16() and fir_mem16() in terms ofJean-Marc Valin
2008-08-11Making it more explicit that the nb filter size is constantJean-Marc Valin
2008-08-11Most of the narrowband array sizes are now compile-time constantsJean-Marc Valin
2008-08-08A forgotten include guard and a fix for disabling widebandJean-Marc Valin
2008-08-07minor code simplifications to nb encoderJean-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-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin