shithub: sox

RSS feed

bc3e181d – cbagwell <cbagwell> authored on 2002/03/24 20:31
Fixing integer overflow bugs in resample and compand effects.

f2292afa – cbagwell <cbagwell> authored on 2002/03/24 20:21
Adding gsm lib install rule. Fix closing of files. Fix mp3

8d9152cd – jching <jching> authored on 2002/03/22 03:48
Improve checking of unsupported encodings and sizes.

ee2f3a11 – cbagwell <cbagwell> authored on 2002/03/18 22:26
Adding mp3 file

fa2c658b – cbagwell <cbagwell> authored on 2002/03/06 16:50
Adding MP3 support.

cddf607d – cbagwell <cbagwell> authored on 2001/12/17 11:20
Updating config.sub.

dfe486f3 – cbagwell <cbagwell> authored on 2001/12/16 17:47
Inversed alaw/ulaw support. Doc updates. Removed pick and split.

c38987e8 – cbagwell <cbagwell> authored on 2001/12/12 23:38
Added raw inverse-bit u-law and A-law support. Updated *.txt files.

588d6473 – cbagwell <cbagwell> authored on 2001/12/11 17:29
Updates to docs. Improvements to VOC routines.

0c5ec6b8 – cbagwell <cbagwell> authored on 2001/12/09 20:49
Removing redundent header checks

d504c153 – cbagwell <cbagwell> authored on 2001/12/09 15:47
Adding todo

4f7a0717 – cbagwell <cbagwell> authored on 2001/12/09 15:29
More compile updates.

26bbcf69 – cbagwell <cbagwell> authored on 2001/12/08 15:17
Changing macro that generates ststdint.h to latest version: gstdint.h

6bae11eb – cbagwell <cbagwell> authored on 2001/12/03 22:37
Correctly store RMS value.

62d0c55d – cbagwell <cbagwell> authored on 2001/12/03 22:32
ststdint.h updates

3218e40d – cbagwell <cbagwell> authored on 2001/12/03 22:28
ststdint.h updates

b07dcf3d – cbagwell <cbagwell> authored on 2001/12/03 11:11
Updating aclocal with macro headers. Fix to compile_check_sizeof().

aa1567af – cbagwell <cbagwell> authored on 2001/11/30 21:38
Adding fix for compiling with cygwin.

27e4b819 – cbagwell <cbagwell> authored on 2001/11/30 21:19
Adding in new config template

4e927e21 – cbagwell <cbagwell> authored on 2001/11/30 21:17
Adding in more portable way of detecting int sizes. Also moved to stconfig.h

81f65dc9 – cbagwell <cbagwell> authored on 2001/11/30 21:10
Bug in EOF handling

e8c78385 – cbagwell <cbagwell> authored on 2001/11/30 14:19
Adding AC_NEED_STDINT_H MACRO

f2d58454 – cbagwell <cbagwell> authored on 2001/11/28 22:52
fixed confusion when input files were to short (currupt files).

49c707cb – cbagwell <cbagwell> authored on 2001/11/28 22:38
Fix to get compiling under mingw again.

94d88fc3 – cbagwell <cbagwell> authored on 2001/11/28 21:24
Added ST_BUFSIZ. Bugfix trim more. Add install-lib for gsm. Rename nul.

10bfbe26 – cbagwell <cbagwell> authored on 2001/11/23 18:48
Removing invalid "ulong"'s. Flush out extra data before updating header in WVE files.

42cf3554 – cbagwell <cbagwell> authored on 2001/11/23 18:22
Adding 2-bit G723 codec.

13b765c1 – cbagwell <cbagwell> authored on 2001/11/22 22:42
Change LONG/ULONG to st_sample_t/st_size_t

1176b451 – cbagwell <cbagwell> authored on 2001/11/22 00:27
Updated raw effect to write in a generic fashion like it was reading.

3022c503 – cbagwell <cbagwell> authored on 2001/11/21 10:36
Adding errno.h to alsa driver.

f483e1a8 – cbagwell <cbagwell> authored on 2001/11/20 19:10
Reverting back to Sun's ulaw/alaw routines. Fixed Makefile bugs

5775a10f – cbagwell <cbagwell> authored on 2001/11/14 22:33
Updates to configure script to allow more customize install prefixes.

030d310a – cbagwell <cbagwell> authored on 2001/11/14 11:57
Added new GSM files

c14d8f1b – cbagwell <cbagwell> authored on 2001/11/13 22:44
Bugfixes to internal GSM support.

e7c07cb4 – cbagwell <cbagwell> authored on 2001/11/13 22:31
Initial attempt at adding GSM internal to libst.

a8024fd6 – cbagwell <cbagwell> authored on 2001/11/10 12:01
Changed silence to use RMS values to smooth out noise.

12b9daba – cbagwell <cbagwell> authored on 2001/11/06 16:54
Fixing u_int32_t typo and backing out use of vsnprintf since not

aebade97 – cbagwell <cbagwell> authored on 2001/11/05 22:54
Adding some checks for int*_t typedefs.

3965e4ac – cbagwell <cbagwell> authored on 2001/11/05 12:20
Backing out one change to get compiling on Linux.

2930fcf4 – cbagwell <cbagwell> authored on 2001/11/05 12:16
Changes to get compiling on Solaris

834fda64 – cbagwell <cbagwell> authored on 2001/11/04 18:49
Continued improvements to silence effect. Change floats to a type of encoding

89f56e2c – cbagwell <cbagwell> authored on 2001/10/31 09:12
Adding st_i.h... More 64-bit changes

b7c61db0 – cbagwell <cbagwell> authored on 2001/10/30 20:36
Moving to better 64-bit support.

34d83c1c – cbagwell <cbagwell> authored on 2001/10/25 14:08
Fixed size and encoding problem when writing hdrs of 16-bit stereo files

b91c9d5d – cbagwell <cbagwell> authored on 2001/10/04 21:33
Making adpcm and ima not define LONG and ULONG. Was breaking on alphas

ef1bdbce – cbagwell <cbagwell> authored on 2001/10/02 21:38
Fixed bug were private data wasn't 8-byte aligned but some platforms

c728e263 – cbagwell <cbagwell> authored on 2001/09/30 18:28
Fixed trim bug were it was off by one. Fixed parsing of fade option.

3e72daf9 – cbagwell <cbagwell> authored on 2001/09/29 14:07
Trim effect wasn't accounting for channels. Added errno.h when needed.