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.
Since win32 binary is from MSYS, give MSYS instructions for
Improved ffmpeg m4 check.
Look for avcodec_decode_audio3; we now require libavcodec >= 0.6.
Fix small warning.
Bumped version build-dep on avcodec to 0.6.0 as avcodec_decode_audio3 does not exist in 0.5.x.
Clarify biquad numerator and denominator in manpage as per user request.
resetting version # to CVS.
minor updates
add default MSYS filenames for libraries.
Note that recording just now works.
Further fixes to osx core audio driver
osx cleanups.
Update AMR information to be opencore centric.
update with 14.3.2 news.
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.