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
2008-07-23properly implemented SPEEX_PREPROCESS_GET_ECHO_STATESpeex-1.2rc1Jean-Marc Valin
2008-07-20Fixed a memory leak in the echo canceller (forgot to free() some pointers)Jean-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.stereoJean-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-19Merge branch 'master' into stereoJean-Marc Valin
2008-05-19More changes merged from single channel case, renamed back to speex_*Jean-Marc Valin
2008-05-19Big update in the multi-channel AEC to bring it up-to-date with the singleJean-Marc Valin
2008-05-19Fixed weight update and notch filter memory. Now works for multiple mics (mul...val058
2008-05-192-input doesn't crash anymore (1st chan is good, 2nd needs fixing)val058
2008-05-19most of conversion done (but MC untested so far)val058
2008-05-19seems to at least be working for single channelval058
2008-05-19MC work -- continuedval058
2008-05-19more MC workval058
2008-05-19some multi-channel conversion (lots more to do)Jean-Marc Valin
2008-05-15oops, forgot to remove the muting in the previous commit.jm
2008-05-15better saturation handling in the echo canceller (prevent overflows andjm
2008-05-07Patch by Thorvald Natvig to speed up the resampler and add an SSE implementationjm
2008-04-25Patch by Thorvald Natvig: uses gcc visibility options to only export thejm
2008-04-11SPEEX_PREPROCESS_SET_AGC_LEVEL is now back to its original semantic as thisSpeex-1.2beta3.2jm
2008-04-11Patch by kfish that checks for headers with invalid mode numbers. Technically,jm
2008-04-11Thorvald Natvig contributed a fix the the jitter buffer resync and a testcasejm
2008-03-20Thorvald Natvig: The attached patch fixes an inconsistancy in my earlier patch.Speex-1.2beta3.1jm
2008-02-23Thorvald Natvig: Cleanup patch removing unused nb_loudness_adapt field.jm
2008-02-14Fix for nb-channel bug found by gmaxwell's fuzzing.jm
2008-02-14Thorvald Natvig: Fix for the fixed-point scaling of impulse response queryjm
2008-02-13Preventing overflow of the arrival timings even in high jitter.jm
2008-02-13 Thorvald Natvig: Patch to query the impulse response from the AECjm
2008-02-13Thorvald Natvig: Patch to query the current probability of speechjm
2008-02-13Thorvald Natvig: Patch to query noise and signal info from preprocessorjm
2008-02-13Thorvald Natvig: Patch to implement SPEEX_PREPROCESS_GET_AGC_GAINjm
2008-02-13Trying to fix _spx_mips when using fixed-point debug. Still some morejm
2008-02-05Patch by Mike Frysinger: fixing bfin assembly link errors due to redefinedjm
2008-02-02Fix for 1<<shift on TI C5x for shift>15 (thanks to Jim Crichton)jm
2008-01-26Fixed PSHR32() on TI C5x (and other 16-bit chips)jm
2007-12-20Fixed an off-by-one error in ARM assembly (thanks to Alexander Chemeris)jm
2007-12-08MinGW support by mikael Magnusson and last updates for 1.2beta3.Speex-1.2beta3jm
2007-12-08Patch by Jim Crichton updating TI DSP support for the library split.jm
2007-11-29jitter buffer: wrong use of memcpy changed to memmovejm