Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
firfit: add support for --plot global option; detect error condition: knot freqs not increasing
Use EXEEXT even for symlink files.
Use sox_i.h for ltdl.h inclusion.
Updated check for MINGW compile
Don't use symbol names read/write.
Fixed spelling errors found by Debian's lintian tool.
use full resolution that sample_t provides
C++ not used, so don't fail if not available
C++ not used, so don't fail if not available
deemph now additionally works at 48k
check that writable devices can actually be openned for writing, before selecting as the default device. Tested so far with pulseaudio fall-back to alsa; more testing required
rate speed-ups: down-sample by 3/4, down-sample by > 4
Improve (de)interleave performance
Report again whether OpenMP is configured in
Use newer LT_INIT instead of AC_PROG_LIBTOOL
Add OpenMP linker workaround for older libtools
Unify OpenMP and non-OpenMP code in effects.c
Provide a fallback for UINT64_MAX
Undo "Fix VS2008 build issues"
WaveAudio - remove unnecessary members from priv_t
Minor tweaks to Windows WaveAudio device
All audio devices use "default" as the default device name.
sunaudio.c - don't use private fd member of sox_format_t
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Remove use of private fp from oss format handler
dither: remove -t/-r options and scale parameter
dither: separate -a code from main logic
dither: use 64-bit numbers to count samples
dft_filter: use 64-bit numbers to count samples
Fix mp3.c compiler warnings
Mark unused parameters as such
Clean up additional uses of format_t.fp
Fix mp3 format's direct use of format_t.fp
Fix direct use of format->fp in 8svx, flac, sndfile, vorbis
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
remove code for compatibility with old versions of sox; default to 1dB of head-room
Sync'd to latest Debian upload.
Oops, arch goes AFTER version.
See debian/changelog for all significant changes.
Avoid unnecessary (de)interleaving
Add parallel development version to changelog
fixes to bit-rot support files and cmake build files
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
fix pipe file-type detection regression
Update version number in cmake soxconfig.h
update test following demise of monkey.au a while ago
fix floating point precisions to take account of sign bit
fix up after git mv failed to delete
fix up tests in light of removal of deprecated options
Sync'd with latest upload to Debian.
More detailed effects chain debugging output
Use size_t to count effects, flows, chains, files
Reorder effect and effects chain structure members
Remove deprecated encoding options
List deprecated features in 14.4.1 changelog
speed-ups for particular rational factors
minor refactoring to facilitate debug
get ready for post-14.4.0 development.
Revert "Apple CoreAudio - use virtual formats (works on more hardware)"
sox_format_quit() should reset format counts
Apple CoreAudio - use virtual formats (works on more hardware)
OpenBSD compile fix for sunaudio
caf fix for new libsndfile 1.0.12 minimum
Do not compile unsupported speexdsp effect
add release note about pushing tags
Add missing coreaudio changes
fix for coreaudio hangs on close
Mention updating man pages dates in release script
Circular buffer for coreaudio.c
Fix build error due to mismatched signatures.
Fix up CoreAudio detection for OSX with CMake build.
sox_flow_effects: only allocate buffers if needed
add back -no-undefined for mingw/cygwin
add missing release # from announce URL's
Extend sox_effect_t documentation
silence: fix issues related to number of channels
Change sndio format to match current SoX API
trim: reword warnings again
fix compiler warnings about unused id3tag stubs
trim: only warn about positions beyond end of file
CMakeLists: put eff/fmt sources on separate lines
Fix a few integer-width warnings/bugs