2012-09-06  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/resample.c
    Fix valgrind warning.

    * Makefile.am tests/valgrind-test.sh
    Add a valgrind test for some of the executables.

2012-09-04  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * configure.ac
    Remove un-needed AC_LANG_SOURCE statement. Thanks to Robin Gareus.

2012-07-24  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/common.c
    Fix minor bug in sfx_mix_mono_read_double(). Patch from Martin Guy. Thanks.

2012-02-25  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * M4/extra_pkg.m4
    Update PKG_CHECK_MOD_VERSION macro to add an AC_TRY_LINK step. This fix
    allows the configure process to catch attempts to link incompatible
    libraries. For example, linking 32 bit version of eg libFLAC to a 64 bit
    version of sndfile-tools will now fail at the configure stage.

2011-01-14  Robin Gareus  <robin@gareus.org>

    * src/waveform.c
    added sndfile-waveform, a waveform image generator

2011-01-13  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/jackplay.c
    Improve reporting of loop count.

2011-01-12  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/*.[ch]
    Update copyright years.

    * src/jackplay.c
    Add ability to play a file in a loop.

    * man/sndfile-jackplay.1
    Update with new options.

2011-01-11  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * configure.ac
    Add AM_SILENT_RULES and other tweaks.

    * src/common.c
    Fix bug in sfx_mix_mono_read_double() where a bunch of crap got appended to
    the end of the mixed down file. Thanks to Tom Szilagyi for the bug report.
    Remove cruft.

2010-04-07  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/jackplay.c
    Use jack_client_open() instead of deprecated jack_client_new().

    * man/sndfile-spectrogram.1
    Fix two typos reported by Igor Murzov.

2010-02-22  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * configure.ac
    Detect presence of libsamplerate.

    * src/resample.c Makefile.am
    Add file originally from the libsamplerate source distribution and hook
    into build.

2009-12-21  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/*c
    Remove 'sndfile-' parts of file names.

    * src/jackplay.c
    Reorder JACK initialisation calls to remove click at start of playback.

2009-12-14  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * configure.ac
    Don't test for a fortran compiler.

    * man/sndfile-generate-chirp.1 man/sndfile-mix-to-mono.1
	    man/sndfile-spectrogram.1
    New man pages.

    * Makefile.am
    Hook new man pages into build.

    * NEWS doc/index.html
    Update for 1.03 release.

2009-12-07  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * M4/*.m4 configure.ac
    Rename custom M4 macros to MN_*.

    * man/sndfile-jackplay.1 Makefile.am
    Add man page for sndfile-jackplay.

    * doc/index.html
    Add sndfile-jackplay.

2009-12-04  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/sndfile-merge.c
    Remove this (moved to libsndfile source distribution).

    * src/sndfile-jackplay.c
    Add file originally from the libsndfile source distribution.

    * M4/extra_pkg.m4 configure.ac
    Add M4 macro for using in configure.ac to find the JACK library.

    * Makefile.am
    Fix build after previous changes.

2009-11-28  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/sndfile-spectrogram.c
    Improve the way the spectrogram is interpolated.

2009-11-26  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/sndfile-spectrogram.c
    Initialize colour to black so it writes black instead of random values from
    the stack.
    Add a --dyn-range=XXX command line option to set spectrogram dynamic range.
    Add --no-border command line option to disable rendering of border, scales,
    heat map and title.

    * src/sndfile-merge.c
    New program contributed by Jonatan Liljedahl that takes two mono files and
    merges them into a stereo file.

2009-03-02  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/window.c
    Add bounds check before array access.

2007-10-21  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>

    * src/sndfile-spectrogram.c
    Calculate longer FFTs and then interpolate to the image height.

    * src/kaiser_window_test.c
    Test a longer window length.

    * doc/*
    Add rudimentary documentation.

    * configure.ac src/common.c
    Detect presence of sf_get_info() and SFC_GET_CURRENT_SF_INFO.
