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.
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.
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.
splice: set output length to unknown, not 0
Fix reading 64-bit float WAVs
Improve warning message wording in WAV handler
Merge branch 'dot' into master
Clarify speed effect documentation
Update Debian version numbers to 14.4.2
Backported Debian changes from post-14.4.1 branch
Extend time specification syntax
Unify documentation for time specifications
spectrogram: allow sample counts for -d and -S
Improve lsx_parsesamples syntax checking
delay: allow mixing time and sample-count args
spectrogram: fix memory leak
Seal a memory leak in do-nothing effects
Documentation spelling alignment: centre -> center
Allow sending spectrograms to stdout
spectrogram: fix default length regression
Read Ogg Vorbis files with any number of channels
Clarify misleading error message
Check if pulseaudio is actually available
1) Restore multi-threaded FFT performance lost in 14.3.1.
fix passing of floating point args to lsx_fail
commit file accidentally missed out of previous commit
Downsampling speed-ups; comparative execution time examples:
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
flac: fix invalid memory access w/ optimize_trim
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"