Modify sndfile-resample to restart conversion if clipping has occurred.
Pull in benchmark program from --benchmark branch.
Minor cleanup of FAQ.
Update FAQ with Q/A on lossi-ness of resampling process.
Make sinc/zoh/linear_process functions static and remove from common.h.
Change tagging method from explicit to tagline for some files.
Update ChangeLog.
Fix formatting.
Improve callback_test to find input/output length mismatches.
Bump version to 0.1.1pre2.
Update ChangeLog.
Fix problem with src_callback_read() where unused frames were not saved between successive calls.
Bump configure version to 0.1.1pre1.
In configure.ac use AC_HELP_STRING in AC_ARG_ENABLE statements.
Open output file in WRITE mode instead of RDWR.
Improve version reporting.
Report libsamplerate version number and remove unused debug.
Add Ryan Smith testimonial.
Add win32 specific stuff to .arch-inventory.
Final Win32 fixes before 0.1.0 release.
Win32 fixes and updates to Win32/config.h and Win32/sndfile.h.
Improve warning message if mmreg.h not found under MinGW.
Add $(EXEEXT) to test programs for use under MinGW.
Minor documentation updates.
Mods to configure.ac to make it work with mingw32msvc.
Update AC_C_CLIP_MODE.
Remove kiss fft and add --disable-fftw ./configure option.
Prepare for ussing KISS FFT.
Actually use FFTW3 instead of FFTW2.
Update copyright dates on all files. Add kiss_fft files.
Documentation fixups.
Win32 fixes, improve samplerate.pc.in.
Fix Win32/config.h and fix spelling in ChangeLog.
Add sse-optimise.txt containing configure stuff for SSE/3DNOW.
Pull updates across from CVS.
Move from FFTW2 to FFTW3 for test programs.
Changed allowed SRC ratio range to [1/256, 256].
Fixups before 0.1.0 release.
Remove retoolize script.
Rename reconf to reconfigure.mk.