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

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05update NEWS, versionsHEAD0.1.2masterRob Sykes
2015-09-05rework test scriptsRob Sykes
2015-08-29allow SOXR_NO_DITHER to be exercisedRob Sykes
2015-08-29reformat commentRob Sykes
2015-08-27fix crash when using soxr_process after calling soxr_clearRob Sykes
2015-08-27Revert "fix crash when using soxr_process after calling soxr_clear"Rob Sykes
2015-08-26white-spaceRob Sykes
2015-08-26better graph z-rangesRob Sykes
2015-08-26fix non-detection of fftw3Rob Sykes
2015-08-24initialise allocated memoryRob Sykes
2015-08-21update NEWS for recent changesRob Sykes
2015-08-21quash more cmake policy warningsRob Sykes
2015-08-21fix compiler warningRob Sykes
2015-08-20improve test-scriptsRob Sykes
2015-08-20document spec. defaultsRob Sykes
2015-08-20add test for previous 2 fixesRob Sykes
2015-08-20fix crash when using soxr_process after calling soxr_clearRob Sykes
2015-08-20fix soxr_delay returning a negative number after end-of-input has been indicatedRob Sykes
2015-08-19quash cmake warning re CMP0022Rob Sykes
2015-08-19test script updatesRob Sykes
2015-08-19slight quality improvement (reduced artefact level) for variable-rateRob Sykes
2015-08-19variable-rate no longer considered 'experimental'Rob Sykes
2015-08-19build-portability improvementsRob Sykes
2015-08-18fix conversion between differing I/O types, but with no rate-changeRob Sykes
2015-08-18improve documentation of the two 'advanced-use' functionsRob Sykes
2015-06-13fix warningsRob Sykes
2013-10-04require override to make dist when tree not git cleanRob Sykes
2013-10-04refactor: move vr-coefs to an include file (since they can be generated)Rob Sykes
2013-05-28Be more POSIX compliant w.r.t. errno; fixes erroneousl reporting of errors on...Rob Sykes
2013-04-09correct defines for interpolation order selectionRob Sykes
2013-04-07fix ineffectual SOXR_MINIMUM_PHASE and SOXR_INTERMEDIATE_PHASE in soxr_qualit...Rob Sykes
2013-03-24Link examples with -lm, as some examples use functions like sin()Martin Pitt
2013-03-03update versions, NEWS0.1.1Rob Sykes
2013-03-02show library version used in installation checkRob Sykes
2013-03-02update NEWSRob Sykes
2013-03-02tidy commentsRob Sykes
2013-03-02better URLRob Sykes
2013-03-01clarifyRob Sykes
2013-03-01use parallelism for dist. buildRob Sykes
2013-03-01uniquify file names to allow parallelismRob Sykes
2013-03-01add LIB_SUFFIX (used by some distros)Rob Sykes
2013-02-28quash gcc warning: always_inline function might not be inlinableRob Sykes
2013-02-28Add API version check macrosRob Sykes
2013-02-28update NEWSRob Sykes
2013-02-28Add options to be able to exercise more quality optionsRob Sykes
2013-02-28Slight reworking of API params for phase-response and pass-/stop-band specRob Sykes
2013-02-27add example of mingw buildRob Sykes
2013-02-27add comment re expected clippingRob Sykes
2013-02-27allow this test to be run from either 'tests' or 'examples' directoriesRob Sykes
2013-02-27allow anti_aliasing_pc to be > 100Rob Sykes