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
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-03-01Bit-stream definition in the manual with simplified source codeAlfred E. Heggestad
2009-02-10Const correctness patchAlfred E. Heggestad
2009-01-30Cosmetic fixesAlfred E. Heggestad
2008-12-11Updated draftJean-Marc Valin
2008-12-11patch: speex doc typosAlfred E. Heggestad
2008-12-01At least VS2005 (what I'm using) won't compile resample_sse.h withJohn Ridges
2008-12-01Documenting the pitch decodingJean-Marc Valin
2008-11-09Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correctErik de Castro Lopo
2008-11-09Documenting the decoderJean-Marc Valin
2008-10-03Fix for VS files to include multi-channel changes. Also patches scal.c forAlexander Chemeris
2008-09-16oops, setting the max packet length correctly in speex_jitter_get()Jean-Marc Valin
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
2008-07-23properly implemented SPEEX_PREPROCESS_GET_ECHO_STATEJean-Marc Valin
2008-07-20Fixed a memory leak in the echo canceller (forgot to free() some pointers)Jean-Marc Valin
2008-06-28Forgot the C++ export "C". Thanks to Joshua Gargus for reportingJean-Marc Valin
2008-06-05DecorrState -> SpeexDecorrStateJean-Marc Valin
2008-06-04Integrating the decorrelation API with the echo canceller (speex_echo.h)Jean-Marc Valin
2008-06-04cleaned up SCAL memory allocationJean-Marc Valin
2008-06-04Multi-channel SCALJean-Marc Valin
2008-06-04cleaning up the SCAL codeJean-Marc Valin
2008-06-04Shaped Comb-ALlpass filter for decorrelating channels prior to echo cancellationJean-Marc Valin
2008-06-04Less aggressive noise adaptationJean-Marc Valin
2008-06-03Jitter buffer updateJean-Marc Valin
2008-06-02Merge branch 'stereo'Jean-Marc Valin
2008-05-30Made multi-channel AEC API compatible with the previous one.Jean-Marc Valin
2008-05-29Thorvald Natvig's --with-fft= patchJean-Marc Valin
2008-05-28Patch by Thorvald Natvig to add Intel MKL support for the FFTjm
2008-05-27Fix to FFTW3 patch by Thorvald Natvigjm
2008-05-27Patch by Thorvald Natvig to add FFTW3 supportjm
2008-05-22Add slightly better descriptions for speex{enc,dec}.1jm
2008-05-22Adding "listing" tags in manualjm
2008-05-19Manual fixes as suggested by Ronjm