Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-27Fix memory leak in JitterBufferHEADmasterRobert Adam
2020-11-22Fix incorrect macro names in arch.hLRFLEW
2020-10-02fixed-point: introduce MULT16_32_32 to handle unexpected types in MULT16_32_Q15Karl Tomlinson
2020-10-02fixed-point resample: remove 1-bit shift right before interpolationKarl Tomlinson
2020-10-02fixed-point: don't truncate 32-bit arg to MULT16_32_Q15Karl Tomlinson
2020-10-02fixed-point: Remove unused MULT16_32_Q1[1-4] macros and inlinesKarl Tomlinson
2020-10-02CI: add basic gitlab-ciTristan Matthews
2019-04-26configure: bump to 1.2.0Tristan Matthews
2019-02-02Ignore the m4 folder created by autogen.shThomas Perl
2019-01-25Fix a stack smashing bugRoman Shterenzon
2018-09-15resample: fix UINT32_MAX fallbackTristan Matthews
2018-07-22resample: clean up, sync with opus-tools versionMark Harris
2018-07-18resample: port resample_neon.h to aarch64Frank Barchard
2018-02-27configure: Drop trailing spacesLuca Barbato
2018-02-27configure: Do not set arm CFLAGS if the target host is aarch64Luca Barbato
2018-01-22update source path in visual studio build.undali
2017-08-08Resample.c: drop unused variableAvindra Goolcharan
2017-01-22Create .travis.ymlStephen
2016-09-22codecs/speex: add checks in speex_resampler_init_frac/set_rate_frac.Dario Lombardo
2016-08-11arch: fix inconsistent types in WORD2INTTristan Matthews
2016-08-09mdf: drop duplicate definition of WORD2INTTristan Matthews
2016-08-02resample: fix broken linkTristan Matthews
2016-06-04resampler: speex_assert is not defined OUTSIDE_SPEEXTristan Matthews
2016-05-10resample: remove redundant initializationTristan Matthews
2016-05-10resampler: assert is sufficient for internal sanity checkTristan Matthews
2016-05-10Reduce likelihood of overflow and handle arithmetic overflow gracefully.Jean-Yves Avenard
2016-05-10Handle memory allocation failures during initializationJean-Yves Avenard
2016-04-29test: add test for dynamic sample rate changesWim Taymans
2016-03-06resample: avoid overflow in phase calculationWim Taymans
2016-03-06resample: Improve GCD calculationWim Taymans
2015-09-26Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ron
2015-07-05Don't rely on HAVE_STDINT_H et al. being definedTanu Kaskinen
2015-05-05preprocess: prevent rare overflow on overlap-addTristan Matthews
2015-04-01remove trailing whitespaceTristan Matthews
2014-12-15configure: bump to 1.2rc3Tristan Matthews
2014-12-07correct INSTALL fileTristan Matthews
2014-12-07ensure resample_neon.h is distributedTristan Matthews
2014-12-07remove codec-only references from TODOTristan Matthews
2014-12-07update README.win32 for speexdspTristan Matthews
2014-12-07remove codec-only info from README.TrimediaTristan Matthews
2014-12-07removed codec-only README.TI-DSPTristan Matthews
2014-12-07dropped codec-only README.symbianTristan Matthews
2014-12-07README: drop references to codecTristan Matthews
2014-12-07Updated README.blackfin for speexdspTristan Matthews
2014-12-07ensure speex_buffer.h is included in dist but not installedTristan Matthews
2014-12-07fix configure typoTristan Matthews
2014-12-06configure: bump to 1.2rc2Tristan Matthews
2014-10-12configure: add --disable-examples optionTristan Matthews
2014-09-26doc: remove codec-specific documentationTristan Matthews
2014-08-17speexdsp: fix SSE2 supportTristan Matthews