shithub: sox

RSS feed

fdfceb50 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/21 20:53
Clean up some warnings

474a9674 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/20 21:34
Fix use of UNUSED in example1.c

c62be7fd – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/20 21:02
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

ac259297 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/20 19:53
Cosmetic/consistency fixes for sox.h

8b00c21f – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/20 14:47
final git commit email test.

96c0585c – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/20 14:42
another whitespace change to test commit email

cd95b596 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/20 14:08
whitespace change to test email hook.

46f7237a – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 22:31
Fix warning regarding prototype of lsx_getopt

2d5b2941 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 22:31
Fix warning for strict aliasing of magic

b5d46fd0 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 22:30
Fix warning for unused tagtype function

abdbc766 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 22:30
Fix warning for unused id3tagmap

0ef04719 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 22:28
Add changelog for sox_globals.use_threads

125c8815 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 21:21
Fix compile warning in trim.c when ulong != size_t

0f8e566c – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 21:09
MSys make can't handle multiple inference rules on one line

32fe572b – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 20:57
sox should not depend on libsox configuration

c153c657 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 19:53
Fix broken lt_dlsetsearchpath

dcd4fe8e – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 19:48
In sox_format_supports_encoding, allow path to be null if filetype is set.

923f690a – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/03/19 19:32
Add a bunch of comments to sox.h. No functional changes.

ac589cfe – Pascal Giard <evilynux@gmail.com> authored on 2011/03/04 06:27
Small fix to sox description.

e688d755 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/03 15:02
Revert "Convert filelength to off_t instead of size_t"

8dc39989 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/03 14:29
Convert filelength to off_t instead of size_t

b2986b68 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/02 13:51
Convert .cvsignore to .gitignore

b0546451 – Chris Bagwell <cbagwell@users.sourceforge.net> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/03/02 13:44
Update version # in git for next release.

b906c98c – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/03/02 11:21
Mention specifically that floating points are supported in WAV.

f204a4dc – Pascal Giard <evilynux@gmail.com> authored on 2011/03/02 06:22
Sync with latest Debian package.

a87a798f – Chris Bagwell <cbagwell@users.sourceforge.net> authored on 2011/02/28 16:04
add note about tempo man page update.

b535f8dd – Chris Bagwell <cbagwell@users.sourceforge.net> authored on 2011/02/27 12:48
Updates to release script made during 14.3.2 release.

7507a001 – cbagwell <cbagwell> authored on 2011/02/27 12:16
README.osx wasn't easily readable in Finder. Revert back to

dd776a38 – cbagwell <cbagwell> authored on 2011/02/27 11:41
Updates for 14.3.2 release.

097eee4a – cbagwell <cbagwell> authored on 2011/02/23 23:31
do pointer math on char * instead of float * to fix mem

70291cec – cbagwell <cbagwell> authored on 2011/02/23 22:53
Fix warning message while recording.

c4e5ba5b – cbagwell <cbagwell> authored on 2011/02/23 22:22
Document the multiple combine method in man and usage output.

8aafb703 – cbagwell <cbagwell> authored on 2011/02/23 21:54
Update example3 so that it can play mono files on OSX with coreaudio.

5b834068 – cbagwell <cbagwell> authored on 2011/02/23 21:03
Free pthread items and remove callbacks. Allows back-to-back

b90cd902 – cbagwell <cbagwell> authored on 2011/02/22 23:27
Move device start until after locking mutex so less chance of playing

2c1b8ba2 – cbagwell <cbagwell> authored on 2011/02/22 22:17
Miscalculated consumed samples when short buffer was provided.

2bc58856 – cbagwell <cbagwell> authored on 2011/02/21 23:26
Another attempt and fixing coreaudio segfaults. Simplify by

b7dbdc17 – cbagwell <cbagwell> authored on 2011/02/20 13:41
changelog/news cleanups.

f13f3f83 – cbagwell <cbagwell> authored on 2011/02/20 13:33
meant to leave build enabled by default.

3b26f5a8 – cbagwell <cbagwell> authored on 2011/02/20 13:16
Add release script to automate as much as possible.

042b6a03 – cbagwell <cbagwell> authored on 2011/02/19 21:03
Update with new items since 14.32-RC1.

e38ffc2c – cbagwell <cbagwell> authored on 2011/02/19 20:43
Support an absolute end position for trim effect instead of only

083d40f1 – cbagwell <cbagwell> authored on 2011/02/19 20:00
Update copyright dates and doc dates

19631f40 – cbagwell <cbagwell> authored on 2011/02/19 16:36
Add support for specifying non-default audio device on coreaudio.

0aff9d90 – cbagwell <cbagwell> authored on 2011/02/19 15:22
Look for more than 1 buffer and warn user. Attempt to fix

5bff6d2f – cbagwell <cbagwell> authored on 2011/02/19 14:42
Small performance improvement for absolute paths that aren't found.

1573e88a – cbagwell <cbagwell> authored on 2011/02/19 12:57
Installation doc improvements.

bbdb7f0e – cbagwell <cbagwell> authored on 2011/02/19 12:49
Instruction improvements.

88a3e69b – cbagwell <cbagwell> authored on 2011/02/19 12:41
Update cygwin build descriptions to include static libid3tag and

3036a8f1 – cbagwell <cbagwell> authored on 2011/02/19 12:37
Update references to external libraries used. Update build descriptions

7a12d05b – cbagwell <cbagwell> authored on 2011/02/19 11:50
Ship ladspa.h header so ladspa effect can be enabled always.

15125e1d – cbagwell <cbagwell> authored on 2011/02/19 11:42
Add support for lt_dlsetsearchpath() to win32 library

5ab3ca52 – cbagwell <cbagwell> authored on 2011/02/18 22:15
Since using groff anyways, switch to groff distributed script to

d370253a – robs <robs> authored on 2011/02/18 09:16
Fix incorrect MP3 file length determination with VBR & .5s initial silence.

14da3acd – robs <robs> authored on 2011/02/18 09:11
read a bit more audio (650ms) before concluding CBR

533fb355 – cbagwell <cbagwell> authored on 2011/02/17 22:29
Updates to osxbuild to force 10.5 compatibility.

707b3693 – idigdoug <idigdoug> authored on 2011/02/17 02:23
Updating msvc9 and msvc10 builds to work with newer versions of format

c922d5b0 – idigdoug <idigdoug> authored on 2011/02/17 01:34
Include SndFile/inttypes.h in distribution so that the msvc10 build succeeds.

8568f0f0 – cbagwell <cbagwell> authored on 2011/02/16 19:28
libpng15 seems to require application to include zlib.h. Do

592ed220 – cbagwell <cbagwell> authored on 2011/02/16 19:19
Look png.h in libpng to help OpenBSD packaging.

80f14e7c – evilynux <evilynux> authored on 2011/02/16 11:23
Close LADSPA bug entry in Debian changelog.

c5f3b604 – cbagwell <cbagwell> authored on 2011/02/15 23:12
Handle Logic Pro WAV files that correctly word align its chunks.

64d81b4c – cbagwell <cbagwell> authored on 2011/02/15 22:54
update changelog for zero length chunk.

e300f6a8 – cbagwell <cbagwell> authored on 2011/02/15 22:50
Do not treat zero length chunks as fatal errors. Continue to

ed128fe7 – cbagwell <cbagwell> authored on 2011/02/15 21:18
fix segfault with some ladspa plugins.

733efdea – cbagwell <cbagwell> authored on 2011/02/15 09:25
fix html install.

a7b7403d – cbagwell <cbagwell> authored on 2011/02/14 23:40
Store images in a subdir which then lets re-enable install logic.

90cb3fb6 – cbagwell <cbagwell> authored on 2011/02/14 22:45
convert to groff for HTML generation since we are using for PDF.

645535dc – cbagwell <cbagwell> authored on 2011/02/14 13:54
make amr-* and sndfile honor --with-dyn-default.

b2e83b7c – cbagwell <cbagwell> authored on 2011/02/13 23:50
Since win32 binary is from MSYS, give MSYS instructions for

f8667d2d – evilynux <evilynux> authored on 2011/02/13 23:33
Improved ffmpeg m4 check.

2a87f8e5 – evilynux <evilynux> authored on 2011/02/13 23:03
Look for avcodec_decode_audio3; we now require libavcodec >= 0.6.

49079863 – evilynux <evilynux> authored on 2011/02/13 23:01
Fix small warning.

19f04176 – evilynux <evilynux> authored on 2011/02/13 22:37
Bumped version build-dep on avcodec to 0.6.0 as avcodec_decode_audio3 does not exist in 0.5.x.

d672d5ba – evilynux <evilynux> authored on 2011/02/13 22:33
Clarify biquad numerator and denominator in manpage as per user request.

da1e755a – cbagwell <cbagwell> authored on 2011/02/13 21:47
resetting version # to CVS.

fc2dde31 – cbagwell <cbagwell> authored on 2011/02/13 21:47
minor updates

4ba605c5 – cbagwell <cbagwell> authored on 2011/02/13 19:33
add default MSYS filenames for libraries.

a58e4aa7 – cbagwell <cbagwell> authored on 2011/02/13 13:52
Note that recording just now works.

37ee100e – cbagwell <cbagwell> authored on 2011/02/13 13:18
Further fixes to osx core audio driver

29b91fbc – cbagwell <cbagwell> authored on 2011/02/12 22:55
osx cleanups.

2e27f217 – cbagwell <cbagwell> authored on 2011/02/12 15:51
Update AMR information to be opencore centric.

8748bd3c – cbagwell <cbagwell> authored on 2011/02/12 15:28
update with 14.3.2 news.

3c9c4f2a – cbagwell <cbagwell> authored on 2011/02/12 14:20
fix typos in new msvc10 support needed by "make dist".

23d114c4 – cbagwell <cbagwell> authored on 2011/02/12 12:58
Fix -w option on stats.

d199d3c5 – cbagwell <cbagwell> authored on 2011/02/12 11:38
update version number in prep of new release.

20918fd5 – cbagwell <cbagwell> authored on 2011/02/12 11:24
Update configure to make use of new no-lame-header needed.

d6f8ca64 – idigdoug <idigdoug> authored on 2011/02/12 07:17
Add inttypes header required for building sndfile.

88c60251 – idigdoug <idigdoug> authored on 2011/02/12 07:14
Update instructions for building SoX using VC2010.

78e008ae – idigdoug <idigdoug> authored on 2011/02/12 03:59
Add support for 24 and 32-bit samples to waveaudio driver.

e8f0f3cb – idigdoug <idigdoug> authored on 2011/02/12 03:54
MP3 - allow compiling with dynamically-loaded lame even if lame.h not present.

974c94f4 – idigdoug <idigdoug> authored on 2011/02/12 02:57
ffmpeg: avoid leaking buffers. Add extra 16 bytes to end of buffer in case of over-read.

8b10857d – evilynux <evilynux> authored on 2011/02/11 23:24
Merged modifications from Debian's 14.3.1-2; see debian/changelog.

cdbeca9f – rrt <rrt> authored on 2011/02/11 14:26
Mention recent fix.

8d53f1fb – rrt <rrt> authored on 2011/02/11 14:20
Fix crash on some platforms; update use of ffmpeg APIs; add .m4b to handled extensions.

ea37d668 – idigdoug <idigdoug> authored on 2011/01/24 02:21
Fix issues when building msvc9 or msvc10 projects from distro due to missing

a9a57db8 – idigdoug <idigdoug> authored on 2011/01/24 02:06
Fix broken msvc10 autoconf file.

9102c9c8 – idigdoug <idigdoug> authored on 2011/01/24 01:52
Add support for building SoX via Microsoft Visual Studio 2010 (msvc10).

f41f8eda – cbagwell <cbagwell> authored on 2011/01/22 09:35
Fixe to allow mp3 seeking to location zero. patch from

5f47e1ec – cbagwell <cbagwell> authored on 2011/01/09 18:54
Ignore generate makefiles.

Next