fix lsx_filelength() prototype mismatach.
Fix for max size text chunks in aiff files.
Add missing comma in man page
add Dolph window for spectrogram effect
Fix signalinfo handling in example3.c
configure.ac: Simplify version comparisons
Link Windows build to wsock32.dll again
Don't export (most) internal libsox symbols
Only use -Wno-long-long on GCC
Add documentation for Opus support
Add read-only Opus support using libopusfile.
Remove remaining references to FFmpeg
Remove deprecated mixer effect
Simplify configuration checks for math functions
Call AC_CONFIG_MACRO_DIR unconditionally
Enable writing WAV files with 64-bit floats
Use binary mode when writing spectrogram to stdout
Document limited Replay Gain tag support
Add binaries with .exe extension to .gitignore
Fixed typo: Sytem -> System
configure.ac: replace obsolete AC_HELP_STRING
mcompand: fix bad clipping due to overflow of band summing.
Complete renaming of debian/sox.dirs.in
No need to substitute anything in sox.dirs.
tempo: calculate output length
Document soxi -p in man page
Remove deprecated ffmpeg format handler
Add pipe rewinding for IRIX
Merge branch 'dot' into master
Draft NEWS for 14.4.1 release
Apply new timespec syntax to documentation example
pad: use lsx_parseposition
splice: use lsx_parseposition
bend: use lsx_parseposition
Replace removed options in stat output
Fix (m)compand modifying their arguments
rc3 right before final release
Fix length calculation for "repeat -"
Some cleanup of example scripts
Don't use removed options in examples
Use binary mode for pipes on all Windows compilers
improved pink noise freq. response
More Debian packaging changes, these are more interesting, some highlights:
Oops, that last bit was not needed.
Oops, that last bit was not needed.
More Debian packaging changes, these are more interesting, some highlights:
ffmpeg is gone from the Debian packages.
Fixed tarball name to match version from configure.ac.
Sync' with latest Debian uploads plus few updates toward the next upload.
Sync' with latest Debian uploads plus few updates toward the next upload.
"make distclean" should not get rid of the files distributed in the tarball; text files are deleted with the maintainer-clean target.
"make distclean" should not get rid of the files distributed in the tarball; text files are deleted with the maintainer-clean target.
Update documentation dates
Merge branch 'dot' into master
repeat: support infinite repetition
Don't use symbol names read/write.
Updated check for MINGW compile
Updating osxbuild to work with OS X 10.7+/XCode 4.x.
Check for sys/stat.h when building with cmake
rate: don't hang if more than 2^31 output samples
tempo: use 64-bit numbers to count samples
dft_filter: use 64-bit numbers to count samples
configure.ac: use AC_CONFIG_HEADERS
Fix truncation due to integer division
fix truncation due to integer division (found by Michael Niedermayer)
soxi: new option (-p) to display sample precision
Merge branch 'ladspa-multiport'
ladspa: Update documentation
ladspa: support M:N channel mapping in plugins
ladspa: support multi-channel plugins and chains
ladspa: call cleanup function if given
ladspa: free memory allocated for control ports
ladspa: call cleanup function if given
ladspa: free memory allocated for control ports
flac: dynamically (re)size encoder buffer
Fix compile error in oss.c
Deprecate ffmpeg format handler
Increase maximum width for spectrograms
Fix bug in lsx_parsesamples
speed up small-factor downsampling; e.g. ~15% improvement for 48k->44100
[3592482] Fix hang with rate effect & signal-length more than 2^31 samples.