CMake: Allow tests and install to be enabled/disabled
Add Octave scripts to generate filter coefficients
add Watcom versions of lrint and lrintf asm inlines
Change docs for src_ratio
Check for and suppress int shortening warnings
fix macos compile errors - modernize audio api
travis: Build on xenial
tests/src-evaluate.c: Fix compiling warning
add missing src_get_channels export to windows def file
Fix typos for nullptr_test additions.
Allow data_out == NULL if output_frames == 0
common.h: Include <math.h>
Hard-require libsndfile/ALSA in Travis
Disable examples when alsa/libsndfile are not present
CMakeLists.txt: Drop sndfile-resample build target
Move `sndfile-resample` to sndfile-tools package
Typo fix in README.
Add CMake build system and setup CI on Travis and AppVeyor
Accept NULL data_in pointer when passing zero input frames
configure.ac: Fix SHARED_VERSION_INFO
configure.ac: Only accept fftw3 >= 3.0.0
BSD licensed now
src_clone: Test, documentation and export definitions
Add ability to clone a SRC_STATE* handle
Fix line endings on Windows specific files
Documentation: A couple more const correctness fixes
api_full.html: Update const correctness
Make build system completely non-recursive
Modernise more Autoconf code
Use AC_C_BIGENDIAN for detecting $HOST endianness
Modernise to Automake 1.14
Fix -Werror failures on GCC 7
Fix incomplete forward declaration of struct AUDIO_OUT
Add Travis config
Use $(...) instead of @...@ for precious variables
Install `sndfile-resample` only if libsndfile is enabled and found
Express correct dependencies for static libraries
Remove old cruft and modernise Autoconf
Produce bzip tarballs
Remove htmldocdir variable
Modernise Automake code to be more portable
Use parallel test harness
Do not add Makefile.am in M4/ dir
autogen.sh: Do not automatically launch ./configure
Suppress -Wimplicit-fallthrough warnings
Cleanup configure.ac using modern Autoconf idioms
Declare AUDIO_OUT once
Remove dead assignment
Fix win32 compilation
configure.ac: improve alsa handling
Add .gitattributes file to enforce correct line endings
configure.ac: Drop use of 'echo -e'
configure.ac: Fix SHARED_VERSION_INFO version
Relicense the project under the 2-clause BSD license
tests/snr_bw_test.c: Fix compiler warning with gcc 6.1
Use labs instead of abs
src/src_sinc.c: Update description string
tests/calc_snr.c: Fix indexing of FFTW output
src/src_sinc.c: Tweak the termination condition
Convert from Bzr to Git.
src/Version_script.in : Fix linking warnings when using ld.gold.
Add public function sf_get_channels(). Suggested by Max Flax.
src/src_sinc.c : Fix a read beyond end of coefficent array problem.
Make SRC_DATA const correct. Thanks to Nikos Chantziaras for the suggestion.
examples/sndfile-resample.c : Add a --no-normalize cmd line option.
tests/varispeed_test.c : Fix compile error.
src/src_*.c : Validate internally stashed src_ratio value.
Move function is_bad_src_ratio() to common.h.
Add SRC_ERR_BAD_INTERNAL_STATE error number and string.
doc/license.html : Specify GPLv2 or GPLv3.
tests/ : Use fftw_cleanup() to remove all memory leaks reported by valgrind.
src/src_sinc.c : Cleanup calculation of float_increment.
examples/audio_out.c : Minor tweaks to Windows and OSX code.
src/samplerate.c : Fix error message for error SRC_ERR_BAD_DATA_PTR.
examples/varispeed-play.c : Rewrite to use the callback version of the API.
src/samplerate.h : Removed unused typedef struct SRC_CB_DATA.
Fix warnings from the Goanna static analysis tool.
examples/audio_out.[ch] : On Linux used ALSA instead of OSS when available.
Detect and use ALSA for varispeed-play.
configure.ac : 0.1.9pre1.
configure.ac : Release 0.1.8.
Updates for 0.1.8 release.
Fix compiler warnings.
Improve installation of html docs.
configure.ac : Add symbol support for kfreebsd-*-gnu-*.
tests/util.c : Fix detection of CPU name on OSX.
tests/*.c : Update to use get_cpu_name().
tests/util.[ch] : Rename functio print_cpu_name() to get_cpu_name().
Update copyright dates.
src/*.[ch] : Fix typo in comments.
configure.ac : Fix SHARED_VERSION_INFO.
doc/download.html : Add a GPG signature.
configure.ac : Add AM_SILENT_RULES.
src/*_coeffs.h : Fix typo in comments.
src/float_cast.h : Add lrint/lrintf version for Win64. Thanks to Dmitry Baikov.
configure.ac : Version 0.1.8pre1.