shithub: sox

RSS feed

ed8da1d5 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/22 18:32
more rate speed-ups

22af69d5 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/19 07:16
dither: remove -t/-r options and scale parameter

4a7da1a2 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/19 06:59
dither: separate -a code from main logic

b1720d24 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/18 23:44
dither: use 64-bit numbers to count samples

c276b0f7 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/18 23:25
dft_filter: use 64-bit numbers to count samples

e2abf792 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/18 21:43
Fix mp3.c compiler warnings

74574662 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/18 21:38
Mark unused parameters as such

d1a2f940 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/03/17 23:46
Clean up additional uses of format_t.fp

2c3c95d2 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/03/17 22:22
Fix mp3 format's direct use of format_t.fp

158fe58a – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/03/16 00:25
Fix direct use of format->fp in 8svx, flac, sndfile, vorbis

4f128442 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/13 09:39
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

ef75a218 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/13 09:39
remove code for compatibility with old versions of sox; default to 1dB of head-room

9cff6d94 – Pascal Giard <evilynux@gmail.com> authored on 2012/03/11 20:23
Sync'd to latest Debian upload.

3593188a – Pascal Giard <evilynux@gmail.com> authored on 2012/03/11 19:55
Bumping to libsox3.

1fb7b823 – Pascal Giard <evilynux@gmail.com> authored on 2012/03/11 19:54
Oops, arch goes AFTER version.

0ac837ac – Pascal Giard <evilynux@gmail.com> authored on 2012/03/11 19:38
See debian/changelog for all significant changes.

6d55af39 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/06 20:18
Avoid unnecessary (de)interleaving

07eaba52 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/09 18:29
Add parallel development version to changelog

7633af3c – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/09 03:16
fixes to bit-rot support files and cmake build files

619cfdbc – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/09 03:07
fix warnings

e7bcbc39 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/08 08:28
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

9ec8c462 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/08 08:26
fix pipe file-type detection regression

5afd608e – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/07 18:12
Update version number in cmake soxconfig.h

5d00114b – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/07 16:55
update test following demise of monkey.au a while ago

f064ffb0 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/07 16:21
fix floating point precisions to take account of sign bit

7b31db37 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/07 14:58
fix up after git mv failed to delete

d88f21ff – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/07 14:42
fix up tests in light of removal of deprecated options

73e35231 – Pascal Giard <evilynux@gmail.com> authored on 2012/03/06 19:15
Sync'd with latest upload to Debian.

5f9f1f1c – Pascal Giard <evilynux@gmail.com> authored on 2012/03/06 18:13
Fixed typo.

b4debb5c – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/27 11:44
More detailed effects chain debugging output

bb3de85b – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/29 20:43
Use size_t to count effects, flows, chains, files

2fcc4d9e – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/28 01:55
Reorder effect and effects chain structure members

af232e33 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/30 16:48
Increment library version

62eaa645 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 19:32
Simpler swap effect

f05b1a3f – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 19:38
Remove deprecated encoding options

284d1de1 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/03/06 20:25
List deprecated features in 14.4.1 changelog

eb205813 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/05 13:55
speed-ups for particular rational factors

bea27204 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/05 13:53
minor refactoring to facilitate debug

927fea90 – Rob Sykes <robs@users.sourceforge.net> authored on 2012/03/05 13:46
rm dead link

3dd65571 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/03/04 15:10
get ready for post-14.4.0 development.

6dff9411 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/03/04 11:57
sox-14.4.0

39ab8048 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/03/04 06:12
Revert "Apple CoreAudio - use virtual formats (works on more hardware)"

ef624ab5 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/03/04 06:06
sox_format_quit() should reset format counts

621b1586 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/02/28 20:41
Apple CoreAudio - use virtual formats (works on more hardware)

b6a9d52a – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/20 06:17
OpenBSD compile fix for sunaudio

cb5960d9 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/20 06:15
caf fix for new libsndfile 1.0.12 minimum

9af5583e – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/20 06:14
Do not compile unsupported speexdsp effect

481a0034 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/19 15:02
add release note about pushing tags

62779592 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/19 14:57
Add missing coreaudio changes

f53fd653 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/19 14:54
14.4.0rc3

7a2a9bc9 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/02/19 14:52
fix for coreaudio hangs on close

1954eee0 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/02/03 22:21
Mention updating man pages dates in release script

fb63a6fa – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/02/03 00:06
Circular buffer for coreaudio.c

fc168d5a – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/02/02 23:57
Fix build error due to mismatched signatures.

36926ce0 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2012/02/02 23:55
Fix up CoreAudio detection for OSX with CMake build.

fdd3ba29 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/28 03:58
sox_flow_effects: only allocate buffers if needed

f27797e7 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/29 16:03
add back -no-undefined for mingw/cygwin

8a9ef636 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/29 16:02
add missing release # from announce URL's