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
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.jm
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
2007-12-03oops, forgot to add the new Makefile to configure.acjm
2007-12-03Rest of the update to the windows project filesjm
2007-12-03Updated the Windows project filesjm
2007-11-30Added a missing filt to VS2008 project filejm
2007-11-29jitter buffer: wrong use of memcpy changed to memmovejm
2007-11-29oops, forgot to add those filesjm
2007-11-28VS2008 project files by Aaron Rosenbergjm
2007-11-28Doc update (jitter buffer and other random stuff)jm
2007-11-28PUSHS no longer used (removed)jm
2007-11-26manual: jitter buffer updatejm
2007-11-26Resampler: patch by Sebastian Droge that implements speex_resampler_get_input...jm
2007-11-26TODO for 1.2jm
2007-11-25resampler: fixed a couple segfaults when passing NULL as the inputjm
2007-11-25Documentation on DISABLE_VBR and DISABLE_FLOAT_APIjm
2007-11-25added speex_header_free() for poor Windows lusers with weird libc behaviourjm
2007-11-25jitter buffer: screwed up last change. length field also needs to be copied injm
2007-11-25jitter buffer: check for buffer overflow only when zero-copy is offjm
2007-11-24Removed redundant inclusion in arch.hjm
2007-11-23resampler: passing NULL as input should help drain the resampler.jm
2007-11-23Removed some warningsjm
2007-11-23Patch by Thom Johansen: define and use SPEEX_MEMSET, SPEEX_MEMMOVE andjm
2007-11-22jitter buffer will by default auto-adjust the delay.jm
2007-11-22start_offset argument no longer required (original behaviour) and minorjm
2007-11-22removing useless stuffjm
2007-11-21jitter buffer: put back the argument to the init function. Also, fixed anjm
2007-11-20Fixed an overflow in dead code.jm
2007-11-19Reverted API change on the AGC because it would bite too manyjm
2007-11-19fixed-point: Got rid of the three last float bits in thejm
2007-11-18OS X correction from libogg; removed some needless white spaceivo
2007-11-18--disable-float-api and --disable-vbrjm