Correct documentation for splice effect
Replace "CVS" with "git" in readmes
make pusleaudio driver highest priority audio driver
fix effect pipeline and file length propogation
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Sync'd with latest upload to Debian.
Added support for libav >= 0.7.0.
the splice effect is easily misunderstood; hopefully, this diagram will help alleviate this
Stop using some deprecated symbol names.
Fix lock-up when a special-file option is given with another option in
fix nonsense values for peak and trough RMS with very short files
rm obsolete file (we still have, and refer to, the wav version)
tempo does not involve a rate change
we've not had a voc file for long while
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
allow inspection of bitrate of VBR frames for debug
Delete obsolete ax_create_stdint_h.m4
Fix getopt to not use global state
continuing move from off_t to uint64_t
Fix use of UNUSED in example1.c
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox
Cosmetic/consistency fixes for sox.h
final git commit email test.
another whitespace change to test commit email
whitespace change to test email hook.
Fix warning regarding prototype of lsx_getopt
Fix warning for strict aliasing of magic
Fix warning for unused tagtype function
Fix warning for unused id3tagmap
Add changelog for sox_globals.use_threads
Fix compile warning in trim.c when ulong != size_t
MSys make can't handle multiple inference rules on one line
sox should not depend on libsox configuration
In sox_format_supports_encoding, allow path to be null if filetype is set.
Add a bunch of comments to sox.h. No functional changes.
Small fix to sox description.
Revert "Convert filelength to off_t instead of size_t"
Convert filelength to off_t instead of size_t
Convert .cvsignore to .gitignore
Update version # in git for next release.
Mention specifically that floating points are supported in WAV.
Sync with latest Debian package.
add note about tempo man page update.
Updates to release script made during 14.3.2 release.
README.osx wasn't easily readable in Finder. Revert back to
Updates for 14.3.2 release.
do pointer math on char * instead of float * to fix mem
Fix warning message while recording.
Document the multiple combine method in man and usage output.
Update example3 so that it can play mono files on OSX with coreaudio.
Free pthread items and remove callbacks. Allows back-to-back
Move device start until after locking mutex so less chance of playing
Miscalculated consumed samples when short buffer was provided.
Another attempt and fixing coreaudio segfaults. Simplify by
changelog/news cleanups.
meant to leave build enabled by default.
Add release script to automate as much as possible.
Update with new items since 14.32-RC1.
Support an absolute end position for trim effect instead of only
Update copyright dates and doc dates
Add support for specifying non-default audio device on coreaudio.
Look for more than 1 buffer and warn user. Attempt to fix
Small performance improvement for absolute paths that aren't found.
Installation doc improvements.
Instruction improvements.
Update cygwin build descriptions to include static libid3tag and
Update references to external libraries used. Update build descriptions
Ship ladspa.h header so ladspa effect can be enabled always.
Add support for lt_dlsetsearchpath() to win32 library
Since using groff anyways, switch to groff distributed script to
Fix incorrect MP3 file length determination with VBR & .5s initial silence.
read a bit more audio (650ms) before concluding CBR
Updates to osxbuild to force 10.5 compatibility.
Updating msvc9 and msvc10 builds to work with newer versions of format
Include SndFile/inttypes.h in distribution so that the msvc10 build succeeds.
libpng15 seems to require application to include zlib.h. Do
Look png.h in libpng to help OpenBSD packaging.
Close LADSPA bug entry in Debian changelog.
Handle Logic Pro WAV files that correctly word align its chunks.
update changelog for zero length chunk.
Do not treat zero length chunks as fatal errors. Continue to
fix segfault with some ladspa plugins.
fix html install.
Store images in a subdir which then lets re-enable install logic.
convert to groff for HTML generation since we are using for PDF.
make amr-* and sndfile honor --with-dyn-default.