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
path: root/src
AgeCommit message (Expand)Author
2015-09-05update NEWS, versionsHEAD0.1.2masterRob 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-24initialise allocated memoryRob Sykes
2015-08-20document spec. defaultsRob 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-19slight quality improvement (reduced artefact level) for variable-rateRob Sykes
2015-08-19variable-rate no longer considered 'experimental'Rob 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-04refactor: move vr-coefs to an include file (since they can be generated)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-03update versions, NEWS0.1.1Rob Sykes
2013-03-02tidy commentsRob Sykes
2013-02-28quash gcc warning: always_inline function might not be inlinableRob Sykes
2013-02-28Add API version check macrosRob Sykes
2013-02-28Slight reworking of API params for phase-response and pass-/stop-band specRob Sykes
2013-02-27allow anti_aliasing_pc to be > 100Rob Sykes
2013-02-27fix resampling not working in most cases for anti_aliasing_pc != 100Rob Sykes
2013-02-27changes that will be needed for libsoxRob Sykes
2013-02-27fix unresolved when building with avfftRob Sykes
2013-02-27no need to use aligned malloc here (though this file is currently unused)Rob Sykes
2013-02-17clarify commentRob Sykes
2013-02-09check for NULL error pointer (for k3b)Rob Sykes
2013-02-07Use gcc -fvisibility=hidden to fix debian build on archs. armhf, powerpc.Rob Sykes
2013-01-18fix incorrect src_error report on 64-bit archRob Sykes
2013-01-17.pc files: remove cruft (Benjamin Drung); remove soxr-lsr requirement on soxr...Rob Sykes
2013-01-12var-rate seems here to stayRob Sykes
2013-01-08bump copyright dateRob Sykes
2013-01-05fix install paths (for debian); don't include lsr-tests in source package (si...Rob Sykes
2013-01-05fix linker warnings with MSVC /GL; fix openmp loop variable type for MSVC; fi...Rob Sykes
2013-01-05fix a warning and fix a possible crash on 64-bit archRob Sykes
2013-01-05fix difference in dithering with/without FPU saturation; fix use of inline as...Rob Sykes
2012-12-24rename API quality parameter 'bits' to 'precision'Rob Sykes
2012-12-19fix paths in pkg-config files; thanks to Mohammad AlsalehRob Sykes
2012-12-11robustness against double flush (merged from libsox)Rob Sykes
2012-12-11need to define UNUSED for non-gcc debug buildRob Sykes
2012-12-03Initial commitRob Sykes