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
2017-11-03Check for _WIN32 instead of WIN32 in preprocessor checksMartin Storsjo
2017-11-03Add a (void) parameter list to a function declarationMartin Storsjo
2014-10-07remove trailing whitespaceTristan Matthews
2014-05-17Don't rely on HAVE_STDINT_H et al. being definedRon
2013-12-07Prefer the stdint types if availableRon
2013-12-07Tidy the speex/*.h includes some moreRon
2009-12-22Split libspeex and libspeexdspslicer
2009-07-08Better Doxygen comments on latencyAlexander Chemeris
2008-11-09Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correctErik de Castro Lopo
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-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-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-19some multi-channel conversion (lots more to do)Jean-Marc Valin
2008-04-11SPEEX_PREPROCESS_SET_AGC_LEVEL is now back to its original semantic as thisSpeex-1.2beta3.2jm
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
2007-11-26Resampler: patch by Sebastian Droge that implements speex_resampler_get_input...jm
2007-11-25added speex_header_free() for poor Windows lusers with weird libc behaviourjm
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-18OS X correction from libogg; removed some needless white spaceivo
2007-11-16jitter buffer: comments on new algojm
2007-11-16Minor Windows fix by Alexander Chemerisjm
2007-11-15jitter buffer: Minor API changing. Also doing rounding directly in the delayjm
2007-11-15jitter buffer: Changed the API -- again. Also, some rounding and bug-fixing.jm
2007-11-15jitter buffer: Some tuning to new algo (not enabled yet)jm
2007-11-14fixed-point: Patch by Thom Johansen to convert stereo decoding to fixed-point,jm
2007-11-04jitter buffer: Cleaned up the remaining of the Speex-specific buffer and fixedjm
2007-11-02jitter buffer: First attempt at using the application's bufer status andjm
2007-10-31jitter_buffer: added jitter_buffer_get_another()jm
2007-10-31jitter buffer now uses JitterBufferPacket internally. Also added a user_datajm
2007-10-31jitter buffer: implemented delay steps, tick() no longer required, addedjm
2007-10-30SPEEX_PREPROCESS_GET_AGC_LOUDNESS patch by Mihai Baleajm
2007-10-21Re-arranged the wideband mode so that programs using narrowband only andjm
2007-10-21fixed makefiles (damn kdevelop)jm
2007-10-21Almost done with the ring buffer implementation (but still untested, so assumedjm
2007-10-09Minor documentation fixes from Alexander Chemerisjm
2007-05-27Fixed a bunch of typos (thanks to Alexander Chemeris).speex-1.2beta2jm
2007-05-17Implemented SPEEX_GET_ACTIVITYjm
2007-05-04added speex_bits_set_bit_buffer (still untested)jm
2007-04-01Making sure there's no exported symbol with a speex_ prefix when compilingjm
2007-04-01Adding error codes.jm