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
Fix WIN32 temp files and arg[0] handling
List version number locations in release script
Increase cmake package version
Only activate multiple output mode with "newfile"
Move changelog entry to a different category
Use lsx_padbytes() instead of writing 0 directly
trim: don't issue unnecessary warning
Don't drop samples at effects chain transitions
Fix optimize_trim() in multiple effects chain mode
Add support for MP2 encoding using Twolame UPDATED
Update NEWS file for 14.4.0.
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Use UNUSED attribute instead of a void cast
Add missing license for extended percision float
Delete old release info from NEWS file
Update library version #s used for mingw build
update library version #'s used with osx build
Fix configure status msg when dlopen'ing lame
Improvements to release.sh script.
Set version # for 14.4.0rc1.
Remove monkey.au from EXTRA_DIST
trim: fix default behaviour
Improve bend/pitch/speed/tempo documentation
Add missing SOX_EFF_RATE flag for the pitch effect
Calculate input length for multiple files
Distinguish between unknown and zero length
Let user run as play.exe/rec.exe on windows.
configure fix for libFLAC linking on mingw.
Fix prototype warnings on 64-bit architectures
Use PRIuPTR for effects chain debugging output
contrast: process channels separately
fade/gain/remix: drain only complete wide samples
Fail if an MCHAN effect is splitting wide samples
Feed only complete wide samples to MCHAN effects
Optional target level argument to --norm
Allow an empty effects chain with --effects-file
Allow lines of arbitrary length in effects file
Dynamically allocate user_effargs argv array
Allow the last of multiple effects chains to be empty
Factor out deleting an effects chain into a separate function
Get rid of init_eff_chains()
Use lsx_fail instead of a plain printf
Use lsx_strdup() instead of strdup()
Derive "channels" effect handler from "remix" handler
Deprecate using "swap" with parameters
Make oops an alias of remix
Deprecate the mixer effect
remix: stricter syntax checking
alsa: support SND_PCM_FORMAT_S24_3LE format