shithub: sox

RSS feed

7cdd8975 – cbagwell <cbagwell> authored on 2006/12/14 09:19
Make compile on non-gnu compilers. Remove unused REGPARM macro.

3c8b42f0 – rrt <rrt> authored on 2006/12/13 21:33
Remove now-unused functions.

83d6d0c7 – robs <robs> authored on 2006/12/13 17:41
New speed effect that delegates the work to resample or rabbit.

d9747629 – robs <robs> authored on 2006/12/13 17:38
24-bit support is now there or thereabouts.

f9991fe2 – rrt <rrt> authored on 2006/12/13 13:42
Fix a couple of typos.

703e07ed – rrt <rrt> authored on 2006/12/13 13:31
Make naming of struct more consistent.

8e500861 – rrt <rrt> authored on 2006/12/13 12:25
Simplify sample copyright notice.

5f0633cc – rrt <rrt> authored on 2006/12/13 12:01
Fix file suffix example: use "skel" not "wav" as suffix, and improve

8d7ab577 – rrt <rrt> authored on 2006/12/13 11:58
Improve the skeleton format and effect.

709570b2 – rrt <rrt> authored on 2006/12/13 11:06
Bring somewhat up-to-date. The danger of this file is that it's never

4aebc6b4 – rrt <rrt> authored on 2006/12/13 11:03
Fix comment typo.

54eb025a – rrt <rrt> authored on 2006/12/13 10:06
Actually check in xmalloc.h. Oops.

da361133 – rrt <rrt> authored on 2006/12/13 10:06
Actually check in xmalloc.c. Oops.

bf4f2ae8 – rrt <rrt> authored on 2006/12/13 09:58
Add x{m,c,re}alloc, and stop checking the return code of

7a41ebe9 – rrt <rrt> authored on 2006/12/13 09:51
Fix typos in last commit.

1ab655ae – rrt <rrt> authored on 2006/12/13 09:50
Simplify code.

45a11abf – rrt <rrt> authored on 2006/12/12 19:32
Remove some unnecessary casts, and fix a compiler warning.

2515cb2d – rrt <rrt> authored on 2006/12/12 16:32
Fix bug in strncasecmp: n must be post-decremented, not

b5c63de2 – rrt <rrt> authored on 2006/12/11 22:45
Remove LSF TODO, and make some cosmetic improvements.

627a9c0a – rrt <rrt> authored on 2006/12/11 22:32
Fix a FIXME.

3ff4284e – rrt <rrt> authored on 2006/12/11 22:26
Remove optimize_trim, which looks like rather too special a special case.

e305b8ce – rrt <rrt> authored on 2006/12/11 22:26
Fix typo

8f1b6a03 – rrt <rrt> authored on 2006/12/11 22:16
Remove an out-of-date FIXME.

e32b9fd8 – rrt <rrt> authored on 2006/12/11 22:14
Implement FIXME: make assertions about some parameters.

d9e0910f – rrt <rrt> authored on 2006/12/11 21:49
Various Sun Audio fixes.

4f205d61 – rrt <rrt> authored on 2006/12/11 21:22
Make name of symbol consistent with configure.ac.

c8c7586e – rrt <rrt> authored on 2006/12/11 20:51
Remove notes about removed Makefiles.

2ebdfd56 – rrt <rrt> authored on 2006/12/11 20:16
SUN_AUDIO fix.

b51d1af4 – rrt <rrt> authored on 2006/12/11 20:14
Define HAVE_SUN_AUDIO so we can build Sun audio. Oops.

d896176a – rrt <rrt> authored on 2006/12/11 20:11
Fix crash where 0 parameters became -1 input files.

eda40c9d – rrt <rrt> authored on 2006/12/11 20:11
Remove now irrelevant FIXME.

0eaac1d0 – rrt <rrt> authored on 2006/12/11 19:56
Put static globals in the private struct.

2f349ac8 – rrt <rrt> authored on 2006/12/11 19:56
Duh. Move macro definitions to header.

85481dcd – rrt <rrt> authored on 2006/12/11 19:56
Cosmetic fix.

9cbb7697 – rrt <rrt> authored on 2006/12/11 19:55
Fix a compiler warning.

eb02a41f – rrt <rrt> authored on 2006/12/11 19:26
Remove ft->swap and use ft->info.swap instead, as asked for in stio.c.

8bc85b09 – rrt <rrt> authored on 2006/12/11 19:20
Move some more generic functions into misc.c.

a8e09ce5 – rrt <rrt> authored on 2006/12/11 18:10
Move little-endian memory reading and writing functions into misc.c as

c5ba431f – rrt <rrt> authored on 2006/12/11 17:37
Remove redundant raw functions, but keep their names in case they

b96a305a – rrt <rrt> authored on 2006/12/11 17:14
Remove vestiges of buffering: there's no more file member in ft_t.

b427d364 – rrt <rrt> authored on 2006/12/11 16:48
Remove output buffering.

19144759 – rrt <rrt> authored on 2006/12/11 10:37
First cut at removing buffering. This update removes it on the read

8e67c9bc – rrt <rrt> authored on 2006/12/11 10:34
Fix typo in comment

8b51ae86 – rrt <rrt> authored on 2006/12/11 10:34
Update to match configure.ac

c5d54b36 – rrt <rrt> authored on 2006/12/11 09:47
Add debug build (yes, I needed it!) which turns off optimisation, and

4d743c4f – rrt <rrt> authored on 2006/12/10 19:34
Fix read and write return types: now st_size_t, like the size inputs.

ce1f8f35 – rrt <rrt> authored on 2006/12/10 18:26
Remove anti-clipping code; users should use the general system instead

9443f3a2 – robs <robs> authored on 2006/12/10 12:06
TODO updates

844206f2 – robs <robs> authored on 2006/12/10 05:44
Removed custom clip counter as it did no more than the builtin one.

64633571 – robs <robs> authored on 2006/12/10 04:27
TODO updates

04963b46 – robs <robs> authored on 2006/12/10 03:39
Fix vorbis for configuration script changes

760b5bd8 – robs <robs> authored on 2006/12/10 02:48
Fix synth size when followed by another effect.

8de54df0 – robs <robs> authored on 2006/12/09 17:45
New flanger & rationalise sine tables generation

880f4422 – cbagwell <cbagwell> authored on 2006/12/08 15:37
Get script running with real bourne shells

ce47bd65 – cbagwell <cbagwell> authored on 2006/12/08 15:32
Get rid of CONFIG_H check

fa532af5 – cbagwell <cbagwell> authored on 2006/12/08 14:40
Adding missing files.

57802d4f – rrt <rrt> authored on 2006/12/08 14:06
Put missing libm test back.

ccfa7d01 – rrt <rrt> authored on 2006/12/08 14:06
Fix 'const const' typo

b99314b3 – rrt <rrt> authored on 2006/12/08 07:00
Make OSS build again.

38d6c589 – rrt <rrt> authored on 2006/12/07 21:05
Fix ALSA detection.

8a0dd9d3 – rrt <rrt> authored on 2006/12/07 20:48
Fix up play, which was broken by the automake-isation.

fd033c91 – rrt <rrt> authored on 2006/12/07 20:47
Where we say "forcing to mono", actually DO force to mono!

22d25ac8 – rrt <rrt> authored on 2006/12/07 20:46
Make error message more precise.

713c4f2d – robs <robs> authored on 2006/12/07 03:08
Removed accidentally committed blank lines

73dae59c – robs <robs> authored on 2006/12/07 02:29
Fixed an alsa crash due to dodgy externs.

ab6d7c8c – rrt <rrt> authored on 2006/12/06 22:40
Remove more unused functions

4f2ba23c – rrt <rrt> authored on 2006/12/06 22:34
Remove unused long gsm_L_* arithmetic functions.

ce5ada58 – rrt <rrt> authored on 2006/12/06 22:26
Fix type of st_mp3write

2ece1583 – rrt <rrt> authored on 2006/12/06 22:15
Add .deps

6cac9c65 – rrt <rrt> authored on 2006/12/06 22:15
Remove floating point code from libgsm: even on platforms where

8460970e – rrt <rrt> authored on 2006/12/06 21:45
Install man pages.

109d7772 – rrt <rrt> authored on 2006/12/06 16:07
First cut at Large File Support. I've not made any checks for

ddfa996d – rrt <rrt> authored on 2006/12/06 15:58
Use proper version of AX_CREATE_STDINT_H from autoconf macros archive

0a78237d – rrt <rrt> authored on 2006/12/06 15:49
Cosmetic tidying of code I was reading through.

94bca881 – rrt <rrt> authored on 2006/12/06 15:48
Fix #ifdef...#endif mismatch

38e428b7 – rrt <rrt> authored on 2006/12/06 15:16
State that libst must be distributed under the GPL if optional GPLed

1593a449 – rrt <rrt> authored on 2006/12/06 15:15
Clarify, remove note about FFT.c which doesn't apply any more, and add

0cb1d63a – rrt <rrt> authored on 2006/12/06 15:13
Streamline configuration, putting config tests for each optional bit

9f09e671 – robs <robs> authored on 2006/12/06 15:12
Removed some ancient & incorrect code that was causing resample to fail.

18eb92b9 – rrt <rrt> authored on 2006/12/06 14:24
Remove $Header RCS tokens, they only introduce unnecessary changes

51d22893 – robs <robs> authored on 2006/12/06 14:04
Improved the accuracy of integer and floating point PCM conversions.

af7e8d1b – rrt <rrt> authored on 2006/12/06 13:08
Remove last bits of FAST code

177669ad – rrt <rrt> authored on 2006/12/06 13:06
automake libgsm, for cleaner and more reliable src/Makefile.am.

e56d8bb3 – rrt <rrt> authored on 2006/12/06 12:35
Remove #ifdef STUPID_COMPILER, we will rely on finding intelligent

80461ca1 – rrt <rrt> authored on 2006/12/06 12:31
Remove traces of unused compile-time flags.

b2df9275 – rrt <rrt> authored on 2006/12/06 12:29
Remove unused code. For now, leave in the integer code (indeed, it

2d1f388b – rrt <rrt> authored on 2006/12/06 12:24
Correct AC_FUNC_SEEKO use

f6e4e5d8 – rrt <rrt> authored on 2006/12/06 12:10
Simplify: always use prototypes, and don't #include <stdio.h>, because

119f9e12 – rrt <rrt> authored on 2006/12/06 12:09
Don't use FAST shortcut in libgsm.

37fcdf90 – rrt <rrt> authored on 2006/12/06 11:58
Autogenerated version.

89074413 – rrt <rrt> authored on 2006/12/06 11:50
Use automake. This arose out of trying to add LFS support: things

55c34056 – rrt <rrt> authored on 2006/12/06 11:20
Rename file to keep autotools happy

bcaddabf – rrt <rrt> authored on 2006/12/06 11:19
Rename file to keep GNU tools happy

c0b06564 – robs <robs> authored on 2006/12/03 06:26
24-bit support for aiff.

d25171d7 – robs <robs> authored on 2006/12/02 12:11
Added -8 as alias for -d

e16ebfa2 – robs <robs> authored on 2006/12/02 11:00
Added command line options for specifying the output file comment.

b423e6ad – robs <robs> authored on 2006/12/02 10:31
Added command line options for specifying the output file comment.

42bd9a0c – robs <robs> authored on 2006/12/02 06:53
Rationalise use of strcasecmp.

174c5443 – robs <robs> authored on 2006/12/02 06:52
Create st_encoding_t.

c1fd7289 – robs <robs> authored on 2006/12/02 06:50
Clarify comment

Next