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
alsa: make select_format() extensible
alsa: determine signal precision
Use full output bit-depth when dithering
Describe some SOX_EFF_* flags more precisely
Let some effects calculate expected output length
Improve default output length calculation for effects
Add audio length to effects chain debugging output
Fix pointer type mismatches due to 64-bit cleanup
vol/dcshift effects: use 64-bit limiting/clipping counters
Count samples with 64 bits in more places
pad effect: fix a syntax checking corner case
Use lsx_strdup to copy strings
repeat effect: pass through audio on first pass
repeat effect: document behaviour if no argument is given
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
speed effect: add missing SOX_EFF_MODIFY flag
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples
sinc filter: clarify usage in light of recent sox-users discussion; add soft-break for better rendering in 80 columns
Eliminate Doxygen warnings due to static assertions
Remove support for mp3lame < 3.98.
Remove support for libFLAC < 1.1.3.
Extend upsample documentation
Increase resolution for gnuplot plots of biquad filters
Set SOX_EFF_PREC for remix and channels effects
Warn when trying to dither to 1 bit
Update cmake to require libsndfile-1.0.12 or newer.
Make libsndfile-1.0.12 the minimum supported.
Remove DOS style \r from end-of-line on README.osx
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Add Doxygen (JavaDoc-like) comments to sox.h.
Improve syntax checking for some effects
fir effect: support for --plot
Let hilbert use a Blackman window for even less ripple
Minor typographical changes
Remove deprecated PLAY_RATE_ARG environment variable