configure.ac : Remove --enable-debug (not used any longer).
Octave/Makefile : Use stuff from libmega-ocaml.
Octave/make_src_filter.ml : Tweaks.
Octave/make_src_filter.ml : Use command line parameters.
Delete file Octave/dsp.ml and use Dsp module in libmega-ocaml instead.
Tweaks to Ocaml version of make_src_filter.
Bump configure.ac version to 0.1.3pre6.
Use HAVE_SIGGALRM and add empty main function if it doesn't exist.
configure.ac : Use AC_CHECK_SIGNAL to check for SIGALRM.
acinclude.m4 : Add AC_CHECK_SIGNAL macro.
Merge from temp branch.
src/src_sinc.c : Adapt to change of coefficient storage.
src/*_coeffs.h : Change the way the coefficients are defined for improved safety.
make_src_filter.ml : Change format of output file.
make_src_filter.ml : Cleanup, add full header to output file.
make_src_filter.ml : More tweaks.
make_src_filter.ml : FIx scaling of filter, use C comments in generated file.
src_sinc.c : Make it safe for 64 bit increment_t.
make_src_filter.ml : Minor tweaks.
src_sinc.c : Make it safe for 64 bit increment_t.
make_src_filter.ml : Minor tweaks.
make_src_filter.ml : Looks like it works.
More progress on function measure_filter.
make_src_filter.ml : More progress.
dsp.ml : Comment out test code.
make_src_filter.ml : Progress.
fft.ml : Add fucntion fft_logmag.
Add file fft.ml and hook into build.
dsp.ml : Remove FFTW stuff because it ocaml-fftw is broken.
make_src_filter.ml : Start work on measure_filter function.
Add Makefile to Octave/ dir.
Octave/dsp.ml : Implement kaiser.
Octave/dsp.ml : Get factorial and besseli0 functions working.
Start re-write of filter gen code in Ocaml.
Add file Octave/make_src_filter.ml.
src/src_sinc.c : Rename INT_TO_FP -> int_to_fp.
src/src_linear.c : Remove tla arch-tag.
src/common.h : Optimize fmod_one.
src/*.c : Use fmod_one where appropriate.
src/common.h : Add static inline function fmod_one.
make_src_filter.m : Add fiddle to move first null just a little higher.
measure_filter.m : Double FFT length again.
src_sinc.c : Remove in-correct comments.
Move octave scripts to Octave dir.
src_sinc.c : Change macros into inline functions for better error checking.
tests/Makefile.am : Fix includes for varispeed_test target.
Test for functions alarm and signal and only compile test if both are available.
doc/index.html : Add link to Foobar 2000 plugin.
tests/snr_bw_test.c : Remove cruft.
configure.ac : Bump version to 0.1.3pre5.
Fix a bug where src_callback_read() would hand under varying src_ratio.
Add new test program callback_hang_test and hook into build.
configure.ac : Remove -pendantic from CFLAGS and add -std=gnu99.
samplerate.h : Remove SRC_FIR_IIR_POLY* enums.
samplerate.c : Refactor checking of supplied src ratio against min and max.
quality.html : Fixed typo.
api_callback.html : More tweaks.
Update docs to make handling of interleaved data more explicit.
Fix type in ChangeLog.
configure.ac : Add -Wpointer-arith to CFLAGS.
audio_out.c : Fix bug arising from last change.
audio_out.c : Be more explicit about setting the audio output format.
Fix MSVC compiler warnings.
fb2k.html : Update page.
Add file paypal.png.
Add files fb2k.html and foo_dsp_src9.png.
faq.html : Add transport delay question/answer.
Fix knock on effects of calc_snr.c fixes.
tests/calc_snr.c : Fix minor bug in analysis routines.
Remove remaining uses of floor() function in src_*.c.
Add functions src_int_to_float_array and src_float_to_int_array, add tests and document.
Merge tests/calc_snr.h into tests/util.h and remove old file.
Make varispeed_test work, hook into build.
varispeed_test.c : Progress made.
varispeed_test.c : Progress made.
util.[ch] : Add new function reverse_data.
Progress on varispeed_test.
Add new varispeed test (not working yet).
Fix copyright dates.
Add vari_process and const_process slots to the SRC_PRIVATE struct.
procedure.html : Add sugested word in subject line.
sndfile-resample.c : Exit if SRC ratio is 1.0.
timewarp-file.c : Improve usage message.
timewarp-file.c : Program now working.
timewarp-file.c : Minor updates.
Add new file examples/timewarp-file.c.
examples/Makefile.am : Minor cleanup.
ChangeLog : Update.
float_cast.h : Update to include Cygwin specific fixes.
api_callback.html : Complete documentation.
src-evaluate.c : Minor updates.
sndfile-resample.c : Mark default converter in usage message.
configure.ac : Bump pre-release version.
Fix a bug in ZOH and LINEAR converters found after new test was added.
termination_test.c : Add sanity test to check first output sample after reset.
license.html : Assert that dynamic linking implies a derivative work.
Add copyright notice to src_get_version() string.