summaryrefslogtreecommitdiff
path: root/libs/zita-resampler
AgeCommit message (Collapse)Author
2020-03-26NO-OP fix typo in comment and header guardRobin Gareus
2020-01-22Do not install static libsRobin Gareus
There is no need to deploy .a with ardour installations.
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-11Always use internal, modified, zita-resamplerRobin Gareus
zita-resampler was modified from the original: * a dedicated mono variable-resampler version was added * full-cycle no-resampling was optimized into a delayline
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ↵John Emmas
extended to the other libs) Stage 1 of 3 (more to follow)
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
(Mixbus itself will probably need extra changes)
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be ↵John Emmas
using different versions of the SESSION_FILE format
2017-11-06Optimize zresampler for no re-sampling case.Robin Gareus
2017-10-30Always optimize zita-resampler, nothing to debug hereRobin Gareus
2017-10-30Add MSVC support for building the 'zita-resampler' library (which is now ↵John Emmas
needed by libardour)
2017-10-29Add a dedicated mono variable resampler versionRobin Gareus
2017-10-29Revert "relax zita-resampler's relative ratio"Robin Gareus
This reverts commit d1b5a9ed3deb3045971bd16f6613ef328e49b7e8.
2017-10-28relax zita-resampler's relative ratioRobin Gareus
2017-09-19Fixed typoR. Mattes
2017-09-16Add libzita-resampler as libRobin Gareus
This simplifies x-compiling and x-platform builds as well allows to statically link, if needed.