fix typos in new msvc10 support needed by "make dist".
Fix -w option on stats.
update version number in prep of new release.
Update configure to make use of new no-lame-header needed.
Add inttypes header required for building sndfile.
Update instructions for building SoX using VC2010.
Add support for 24 and 32-bit samples to waveaudio driver.
MP3 - allow compiling with dynamically-loaded lame even if lame.h not present.
ffmpeg: avoid leaking buffers. Add extra 16 bytes to end of buffer in case of over-read.
Merged modifications from Debian's 14.3.1-2; see debian/changelog.
Mention recent fix.
Fix crash on some platforms; update use of ffmpeg APIs; add .m4b to handled extensions.
Fix issues when building msvc9 or msvc10 projects from distro due to missing
Fix broken msvc10 autoconf file.
Add support for building SoX via Microsoft Visual Studio 2010 (msvc10).
Fixe to allow mp3 seeking to location zero. patch from
Ignore generate makefiles.
Add CXXFLAGS for libsndfile on OSX.
Updates to osxbuild script to work with 10.6's gcc default compiler
reverting pthread commit. It was already handled elsewhere.
Add comment about libid3tag not wanting to compile as shared using
Change 24-bit WAV files to use standard channel mappings instead
Fix bug were FACT chunk was not accounted for in RIFF length
Fix bug updating WavPack header when closing and a memory leak
add seek support which must read samples but can skip unneeded
Add support for 32-bit samples to OSS handler.
Enable waveaudio in cmake compiles
F.R. [3051700] raw spectrogram
AMR file duration
Distribute msvc9 project files.
Fix segfaults when recording on OS X.
Allow compiling MP3 support without libmad. Don't distribute
Uploaded 14.3.1 to Debian, synch'd Debian packaging files.
Create a windows installer when nsiswrapper is installed.
Update changelog with release date.
Let the flac output format specify its own bit-depth instead of assuming 16 bits (avoid incorrectly dithering). Fix handling of "%n" format when width not specified.
Mark speexdsp effect as experimental.
Fix incorrect direct use of FFT cache (used without lock and without previously
Update documentation for MSVC solution. Add experimental speexdsp effect to MSVC build.
Add SpeexDSP effect to sox for easy-to-use automatic gain control and noise reduction filter.
Add coefficients for shibata noise shaping for additional sample rates.
sndio changelog entry
Prefer OpenBSD's sndio over older sunau drivers.
Enable txt target on MSYS by replacing col program with sed script.
Allow script to work under real MSYS setup and not just Fedora mingw.
Don't make first call to AC_CHECK_HEADERS conditional.
Fix warning in win32-glob when compiled with GCC.
Fix some warnings in win32-ltdl.c when compiled under GCC.
Use internal win3 ltdl on mingw since its there.
Define _countof for platforms where not already defined (i.e. MinGW).
Don't use signal.h's kill() name to work around cygwin compiler bugs.
Enable glob support on mingw build.
64-bit file support in MinGW builds for windows.
Add win32 AMR notes. Add support for cygwin version of AMR DLL's.
remote -static and use gcc. Add cygwin32 to ZIP filename.
cygwin 1.7's gcc-4 doesn't support -static option currently.
add note on how to get flac working on os x.
Minor doc updates.
Move all AM_CONDITIONAL()'s to before call to AC_CONFIG_FILES().
Fix MinGW warning for unused parameter.
Fix warnings in MinGW build.
Fix warnings from MS Visual Studio build.
Apply changes suggested in tracker patch 2909975 to fix effect flags for fade, remix, silence, and speed effects.
Allow the waveaudio device to support "8-bit" playback. Mainly so you can hear what the result will sound like if you were to encode to an 8-bit format.
Use conio.h for interactive console with MinGW. Adds HAVE_CONIO_H config setting, enabled by default for MSVC and MinGW.
Enable cygwin TEMP work around on mingw as well.
Revert use of fseeko64 on mingw for now since its buggy.
Fix disabling amr support.
Clean up some warnings.
Use off64_t when using fseeko64.
- Removed .so files that are now included in "libsox.so".
Update configure to not require amr package to be installed if
Make AMR formats be able to dlopen either 3GPP or OpenCore shared library.
Detect fseeko replacement on mingw.
When mingw supports openmp, need to distribute some extra libraries.
Split source files into separate folders to make them easier to find. Change SoX project settings so that it reports OMP support if present during the build process.
Add missing flags to usage string.
The MSVC build of LibSndFile isn't officially supported or tested, so I'm a bit
Add -lpthreads to -lgomp on platforms known to need it.
Strip binary before packaging.
Update "tempo" effect documentation. Also fix some punctuation inconsistencies in other parts of the man page.
Add missing --enable-dl-amrnb option.
Update with latest instructions for cygwin and mingw+fedora build.
Look for libpng12 as backup to libpng since some people may not package
automate building mingw version of sox under unix with cross compiler.
Force gcc-4 again.
Removing unused optional-fmts.in file.
Support file extensions to allow testing mingw cross compiles+wine.
Remove redundant typedef from msvc9 soxconfig.h file.
Fix wavpack support for MSVC9 project.
Update documentation regarding VC9 build.
Get rid of all references to amr1.h and amr2.h this time.
Remove now unneeded headers from distribution.
Add info about the msvc9 build project.
MSVC9 build solution for SoX and supplemental libraries. Requires the sources for the supplemental libraries to be extracted next to the SoX sources.
Add optional support for glob and ltdl on MS Windows via minimal substitute libraries.
Output better diagnostic messages when searching for shared libraries. Define aliases for Posix function names so they can be recognized by VC without warning. Allow use of 64-bit file lengths with the MSVC CRT.
Skip compiling ffmpeg.c if !HAVE_FFMPEG. Skip compiling wavpack.c if !HAVE_WAVPACK_H && !HAVE_WAVPACK. If HAVE_WAVPACK_H is set, look for <wavpack.h> (source location), otherwise look for <wavpack/wavpack.h> (installed location). Does not affect existing code, but allows MSVC compiles to more easily build against the wavpack source distribution.
No longer needed after recent changes to AMR plugin.
Fix disabling of sndfile support introduced with dlopen support.