shithub: sox

RSS feed

6257b1b8 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/11 17:01
Allow an empty effects chain with --effects-file

bbee99ba – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/11 15:36
Allow lines of arbitrary length in effects file

ffac1116 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/11 13:50
Dynamically allocate user_effargs argv array

338273ab – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/11 12:46
Allow the last of multiple effects chains to be empty

ca3b22d4 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/09 20:21
Factor out deleting an effects chain into a separate function

9761510c – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/08 19:19
Get rid of init_eff_chains()

ed4bb590 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/08 19:06
Use lsx_fail instead of a plain printf

24d4bb8b – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/08 19:03
Free duplicated strings

bcf6b58e – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/08 17:55
Use lsx_strdup() instead of strdup()

ebf04abd – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/05 12:00
Derive "channels" effect handler from "remix" handler

72756a9d – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/04 15:21
Deprecate using "swap" with parameters

b368a3e6 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/04 14:55
Make oops an alias of remix

70663ccd – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/04 14:34
Deprecate the mixer effect

df740100 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/06 19:39
Update changelog

60ba6bbb – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/06 19:03
remix: stricter syntax checking

5d6ea3f5 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/06 18:39
alsa: support SND_PCM_FORMAT_S24_3LE format

ffe6801b – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/06 18:06
alsa: make select_format() extensible

3ee08beb – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/05 13:44
alsa: determine signal precision

8368c6f2 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/09/30 23:54
Use full output bit-depth when dithering

1475a721 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/02 15:55
Describe some SOX_EFF_* flags more precisely

4efd7465 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 18:54
Let some effects calculate expected output length

bc8d4ef6 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/02 15:08
Improve default output length calculation for effects

e667358c – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 14:10
Add audio length to effects chain debugging output

069f1c52 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/02 14:27
Fix pointer type mismatches due to 64-bit cleanup

1bd16615 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/02 03:44
vol/dcshift effects: use 64-bit limiting/clipping counters

8571a527 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/02 03:41
More PRIuPTR/PRIu64 cases

f596a1a4 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 18:58
Count samples with 64 bits in more places

9279a48c – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 18:59
pad effect: fix a syntax checking corner case

9efe110d – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 19:00
Use lsx_strdup to copy strings

7ca19868 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 20:49
repeat effect: pass through audio on first pass

0547ae09 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/01 20:33
repeat effect: document behaviour if no argument is given

e801680e – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/31 16:11
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

1a257fd0 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/30 15:31
speed effect: add missing SOX_EFF_MODIFY flag

d8cfe12c – Rob Sykes <robs@users.sourceforge.net> authored on 2011/12/29 09:48
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples

c087ed91 – Rob Sykes <robs@users.sourceforge.net> authored on 2011/12/29 09:42
fix bug when fading out immediately after fading in could fail due to rounding to integer numbers of samples

41bb7cc1 – Rob Sykes <robs@users.sourceforge.net> authored on 2011/12/29 06:16
sinc filter: clarify usage in light of recent sox-users discussion; add soft-break for better rendering in 80 columns

5e07844a – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/28 11:34
Eliminate Doxygen warnings due to static assertions

8617bb82 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/12/27 17:32
Remove support for mp3lame < 3.98.

36a83aed – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/12/27 16:38
Remove support for libFLAC < 1.1.3.

dbe296fd – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 17:48
Update changelog

338b0831 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 17:42
Extend upsample documentation

1a1ec5d9 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 17:21
Increase resolution for gnuplot plots of biquad filters

717f94fb – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 17:08
Extend "--plot=data" mode

9ec39dd0 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 16:23
Set SOX_EFF_PREC for remix and channels effects

9814ae85 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/27 16:17
Warn when trying to dither to 1 bit

d9f80212 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/12/27 09:54
Update cmake to require libsndfile-1.0.12 or newer.

a1b0c9fb – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/12/27 09:42
Make libsndfile-1.0.12 the minimum supported.

4d1745ba – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/12/27 09:16
Remove DOS style \r from end-of-line on README.osx

9b8b4594 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/26 19:04
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

49be0637 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/26 19:02
Add Doxygen (JavaDoc-like) comments to sox.h.

383e0124 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 13:51
Improve syntax checking for some effects

55a37fc7 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 10:39
fir: improve file parsing

19a10cb2 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 09:17
fir effect: support for --plot

9e049637 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 07:35
Let hilbert use a Blackman window for even less ripple

c4cd4eac – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 06:11
Minor typographical changes

4f3090aa – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 05:56
Remove deprecated PLAY_RATE_ARG environment variable

d74ab75d – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 05:14
Remove deprecated -b and -i options to the norm effect

72ef98e8 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 04:51
Remove deprecated "filter" effect

1361d1fc – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 04:25
Remove deprecated pan effect

7a039bd7 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 03:57
Remove deprecated "key" effect (alias of pitch)

a68ea702 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 03:36
Remove deprecated rate aliases (resample, polyphase, rabbit)

f5af200c – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/26 03:14
Prepare removal of deprecated features

b89950db – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/25 02:16
Add new effects to CMakeLists.txt

4ec68fac – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/25 02:04
New downsample effect

47a25242 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/23 18:45
Warn (instead of failing) when non-analysis effects follow dither

1c64d8c6 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/09/24 18:34
dither effect: allow overriding the target precision

b0a4cc8d – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/22 18:56
Fix GCC 4.6 warnings.

879b0c24 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/22 18:54
Use (standardized) PRIuPTR instead of FMT_size_t.

d0647a4f – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/22 17:46
Fix GCC 4.6 warnings/errors

88a3f5e8 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/22 17:42
Get rid of unnecessary *.filters files in MSVC10 folder.

fda1cbe2 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/22 17:34
Minor cleanup of msvc10 projects.

0d83b778 – Doug Cook <idigdoug@users.sourceforge.net> authored on 2011/12/19 08:56
Add hilbert.c and upsample.c to MSVC projects.

a89de0a6 – Pascal Giard <evilynux@gmail.com> authored on 2011/12/10 19:37
Added the armhf arch can also build alsa.

a9ff0679 – Pascal Giard <evilynux@gmail.com> authored on 2011/12/10 19:06
Clarified that the opencore-amr implementation can also be used.

a411456c – Pascal Giard <evilynux@gmail.com> authored on 2011/12/10 19:03
Clarified that the opencore-amr implementation can also be used.

a74c6364 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/09 20:04
Don't include math.h in hilbert.c

263a35a6 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/12/05 04:48
New hilbert effect

9f2bf1b9 – Reuben Thomas <rrt@sc3d.org> authored on 2011/12/02 13:06
sox.1: Don’t use deprecated sample size flags in example code.

ee63cc75 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/11/22 09:56
Update .dat format description

6526c600 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/11/08 21:12
Read more of the file for automatic format detection

a44503f4 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/11 20:40
Fix two more memory leaks

ca3acec8 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/11 20:29
fir effect: don't crash when no coefficients are given

e24ea5f2 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/11 19:53
Fix "may be undefined" compiler warnings

caab3554 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/11 01:38
WAV format: pad to an even number of data bytes

ddb3f05a – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/10 23:48
delay effect: more syntax checking

5469291f – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/10 23:20
delay effect: Allow a delay to be more than the input length

4cc26362 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/10 17:05
Fix several memory leaks

8ffd05c7 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/09 20:33
Update change log with compand/mcompand fixes

98e7e8e5 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/09 19:54
Prevent memory corruption in mcompand effect

d96b541d – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/09 19:46
Fix crash in compand effect

2d3823c2 – Ulrich Klauer <ulrich@chirlu.de> authored on 2011/10/05 22:21
Add support for floating point encodings in AIFF-C files

6698585c – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/10/04 05:56
Use "rb" with popen() on windows.

2a13b33f – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/09/29 17:06
Fix OSX coreaudio device name searches. Would stop looking

1967dddb – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/09/29 17:02
fix uint64 prototype issues

74baf8c9 – Chris Bagwell <chris@cnpbagwell.com> authored on 2011/09/28 16:51
Update changelog.

a994f4f5 – Ulrich Klauer <ulrich@chirlu.de> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/09/26 11:49
Reuse --interactive option for interactive mode

339d38d1 – Ulrich Klauer <ulrich@chirlu.de> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/09/26 12:12
Make interactive skipping more robust

28303e73 – Ulrich Klauer <ulrich@chirlu.de> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/09/27 08:28
Fix newfile/restart in connection with merging, mixing

792d710e – Ulrich Klauer <ulrich@chirlu.de> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/09/23 12:39
Allow unlimited number of user effects for SoX

e9a66b7c – Ulrich Klauer <ulrich@chirlu.de> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2011/03/07 20:45
Allow unlimited number of effects for libsox

Next