shithub: sox

RSS feed

a29c8a5f – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 04:38
Use lsx_padbytes() instead of writing 0 directly

27ea352a – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 04:26
trim: don't issue unnecessary warning

7d708764 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 03:31
Don't drop samples at effects chain transitions

a823e498 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/23 03:01
Fix optimize_trim() in multiple effects chain mode

4610e337 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/22 17:32
sox-14.4.0rc2

a2656d44 – Paul Kelly <paul@stjohnspoint.co.uk> authored and Chris Bagwell <chris@cnpbagwell.com> committed on 2012/01/09 08:49
Add support for MP2 encoding using Twolame UPDATED

b6e5c588 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/22 16:39
minor script fixes.

7bfa3a90 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/22 16:38
Update NEWS file for 14.4.0.

5e2dc5b9 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/22 16:40
Merge branch 'master' of ssh://sox.git.sourceforge.net/gitroot/sox/sox

e103e2d6 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/22 20:10
Use UNUSED attribute instead of a void cast

490903f1 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/22 16:02
Add missing license for extended percision float

13428380 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 14:28
Delete old release info from NEWS file

3f52aa4e – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 14:28
Update library version #s used for mingw build

1831a426 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 14:11
update library version #'s used with osx build

e3aebd35 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 14:11
Fix configure status msg when dlopen'ing lame

f04d6f6a – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 13:04
Improvements to release.sh script.

dd9ce81f – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 13:03
Set version # for 14.4.0rc1.

afeab8ca – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/21 13:02
Remove monkey.au from EXTRA_DIST

17513b0c – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/21 06:10
trim: fix default behaviour

ed218d25 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/20 20:49
Remove crop effect

aa3dc68a – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/20 20:34
Rewritten trim effect

cbbb79d8 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/18 19:58
Improve bend/pitch/speed/tempo documentation

4a70ceff – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/18 19:50
Add missing SOX_EFF_RATE flag for the pitch effect

95bf3e94 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/18 19:45
Calculate input length for multiple files

1b53d0c7 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/18 19:34
Distinguish between unknown and zero length

9e4e9ca1 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/16 07:50
Let user run as play.exe/rec.exe on windows.

6676de05 – Chris Bagwell <chris@cnpbagwell.com> authored on 2012/01/16 07:48
configure fix for libFLAC linking on mingw.

bf1bd21a – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 19:43
Fix prototype warnings on 64-bit architectures

c4bc48da – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 17:40
Use PRIuPTR for effects chain debugging output

db457091 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 17:38
contrast: process channels separately

2b0c994d – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 17:31
fade/gain/remix: drain only complete wide samples

f43e5e35 – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 16:15
Fail if an MCHAN effect is splitting wide samples

1b48206e – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/13 17:05
Feed only complete wide samples to MCHAN effects

836eb61b – Ulrich Klauer <ulrich@chirlu.de> authored on 2012/01/12 14:36
Optional target level argument to --norm

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