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-05-30Made multi-channel AEC API compatible with the previous one.stereoJean-Marc Valin
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-19minor manual changesjm
2008-05-18Figure for component integrationjm
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-11Update Xcode build files.arek
2008-05-07Patch by Thorvald Natvig to speed up the resampler and add an SSE implementationjm
2008-04-26Patch by Thorvald Natvig to detect when SSE can be safely used with the selectedjm
2008-04-25Patch by Thorvald Natvig: uses gcc visibility options to only export thejm
2008-04-25Fixed a speexdec regression causing all files to be decoded by as stereo (oops!)jm
2008-04-17CRLF for Visual Studio files (part of #647)sping
2008-04-15Fix speex(enc|dec) vs2k5 projects libogg locationsping
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-24Patch by Ron to only add -lm when linking staticjm
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-15Correct fix from r14511. Jm advises Speex packets can be <5 bytes.gmaxwell
2008-02-14Fix for fuzz testing found bug: Handle zero byte packets from libogg correctly.gmaxwell
2008-02-14fixed another bug found by gmaxwell's fuzzing (and fixed the previous fix)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-03update autogen.sh based on autogen.sh from theora to work with automake-1.10j
2008-02-02Fix for 1<<shift on TI C5x for shift>15 (thanks to Jim Crichton)jm
2008-02-02Fixing some typos in the manual (thanks to Peter Grayson for the patch)jm
2008-01-26TODO updatejm
2008-01-26Fixed PSHR32() on TI C5x (and other 16-bit chips)jm
2008-01-13OS2 support for stdin/stdout support in speexenc/speexdec (by Franz Bekan)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-12-08Renamed ti/user_misc.h -> ti/os_support_custom.h (from Jim Crichton)jm