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
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
2017-08-08Resample.c: drop unused variableAvindra Goolcharan
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-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-05-05preprocess: prevent rare overflow on overlap-addTristan Matthews
2015-04-01remove trailing whitespaceTristan Matthews
2014-12-07ensure resample_neon.h is distributedTristan Matthews
2014-10-12configure: add --disable-examples optionTristan Matthews
2014-08-10os_support: fix misleading commentsTristan Matthews
2014-08-10os_support: fix commentTristan Matthews
2014-08-07resample: recover from integer overflow in update_filter()Karl Tomlinson
2014-08-07resample: recover from larger memory allocation failuresKarl Tomlinson
2014-08-07resample: use a single common block to allocate sinc_tableKarl Tomlinson
2014-08-07testresample: fix underlinking of libmTristan Matthews
2014-07-24resample: make some tables constantDiego Elio Pettenò
2014-07-03resample: use common statement to calculate st->mem required size per channelKarl Tomlinson
2014-07-03resample: unify remaining allocations of st->mem in update_filter()Karl Tomlinson
2014-07-03resample: use spx_uint32_t for index and lengthKarl Tomlinson
2014-07-03resample: unify alloc/realloc paths in update_filter()Karl Tomlinson
2014-07-02build testresampleTristan Matthews
2014-07-02resample: Add NEON optimized inner_product_single for floating pointJyri Sarha
2014-07-02resample: Add NEON optimized inner_product_single for fixed pointJyri Sarha
2014-07-02resample: Calculate full sinc table (e.g. no sinc interpolation)Jyri Sarha
2014-07-02Make M_PI the same as what math.h defines it asRon
2014-06-25resample: complete speex_resampler_reset_memKarl Tomlinson
2014-06-25resample: kill some warnings when using sseKarl Tomlinson
2014-06-25resample: rename sinc to sinct to fix warningsKarl Tomlinson
2014-04-22scal: remove dead codeTristan Matthews
2014-04-22jitter: remove unused variableTristan Matthews
2014-04-16Fix file permission of libspeexdsp/scal.cPeter Meerwald
2014-04-16Resampler buffer_size is always 160, drop FIXED_POINT #ifdefPeter Meerwald
2014-02-01Remove dependency on speexRafaël Carré