shithub: sox

RSS feed

45bbdcf9 – rrt <rrt> authored on 2007/04/26 12:19
Fix wrong constant, and make sure loop will always terminate.

2fa015da – rrt <rrt> authored on 2007/04/24 09:44
Make formats build as plugins. Currently there's still a static list

8ce86496 – robs <robs> authored on 2007/04/22 05:55
add sample conversion unit tests to tests.sh

0654c341 – robs <robs> authored on 2007/04/22 04:23
warn about use of deprecated effects

75e242c3 – robs <robs> authored on 2007/04/22 02:32
today's changes

e04634b7 – robs <robs> authored on 2007/04/22 02:14
output length determination

c36e8b40 – robs <robs> authored on 2007/04/22 02:14
output length determination; display correct times when playing file with trim effect

68206665 – robs <robs> authored on 2007/04/22 02:07
encoder seektable generation, and seekable decode

98bfbd25 – robs <robs> authored on 2007/04/21 16:40
whoops

33ad4396 – robs <robs> authored on 2007/04/21 16:25
Added tests for amr-wb

9cf62a52 – robs <robs> authored on 2007/04/21 15:50
fix verbosity logic

6887a7c7 – robs <robs> authored on 2007/04/21 15:30
Fix for reading reversed-bit file types

8b3ab9b0 – robs <robs> authored on 2007/04/21 15:26
endianism always determined by header

9bdc9d99 – robs <robs> authored on 2007/04/21 15:23
auto support for RIFX

bb502992 – robs <robs> authored on 2007/04/21 15:22
More-sensible default encodings

80350b88 – robs <robs> authored on 2007/04/21 14:55
Fix crash when no comment

f5afb393 – robs <robs> authored on 2007/04/21 06:57
tweaks

d54a00ff – rrt <rrt> authored on 2007/04/21 06:23
Prompted by Rob's update, update my entrym, which still mentioned my

fc6be6ab – robs <robs> authored on 2007/04/21 06:18
Updates for some recent changes

f5fce107 – rrt <rrt> authored on 2007/04/18 10:59
Document LPC-10 support.

54e1ee5f – rrt <rrt> authored on 2007/04/18 09:59
Remove $Log tokens and associated log messages (in many files, several

c26ca4c2 – rrt <rrt> authored on 2007/04/16 17:56
LPC-10 support, documentation still to come; I wanted to land the code

7df6e780 – rrt <rrt> authored on 2007/04/16 17:52
Add #include <sys/types.h> for off_t on OS/2 (thanks Dave Yeo) and

f14a85c2 – rrt <rrt> authored on 2007/04/16 17:48
Remove platform-specific tedium which ISN'T EVEN USED!!

c3dcb0de – rrt <rrt> authored on 2007/04/15 12:39
Rename round to roundL to avoid clashing with the standard math.h

c86e649b – rrt <rrt> authored on 2007/04/15 11:00
Fix automatic setting of reverse_bytes on big-endian machines: in

e5244758 – rrt <rrt> authored on 2007/04/15 09:07
Add *.tab to the sources list.

da7301a0 – rrt <rrt> authored on 2007/04/15 08:49
Use -W, older name for -Wextra, to be backwards compatible.

1bc7b8a7 – rrt <rrt> authored on 2007/04/14 16:33
Add write support for ffmpeg.

25027008 – rrt <rrt> authored on 2007/04/14 15:24
sox_sample_t -> sox_ssample_t

1513a2f0 – rrt <rrt> authored on 2007/04/14 14:34
Correct SOX_BUFSIZ in a comment to sox_bufsiz.

c9c9adbd – rrt <rrt> authored on 2007/04/14 13:27
Add ffmpeg.c, oops!

0fbe4e81 – rrt <rrt> authored on 2007/04/14 13:25
Add some of the video formats which ffmpeg can read.

81cae847 – rrt <rrt> authored on 2007/04/14 13:15
Add ffmpeg support (read-only for now).

ae4e7fe7 – rrt <rrt> authored on 2007/04/14 12:19
Rename macros to cast to and from samples: BYTE -> 8BIT, WORD -> 16BIT &c.

aa6749ab – rrt <rrt> authored on 2007/04/13 13:50
Fix a comment typo.

b97d97a4 – rrt <rrt> authored on 2007/04/13 11:41
Fix lots of compiler warnings. Sadly there are two classes that I

47134f81 – rrt <rrt> authored on 2007/04/13 11:36
Change type of level to match sox_output_message_handler

e933de96 – rrt <rrt> authored on 2007/04/13 09:43
Remove a missed usage field

3c32acc0 – rrt <rrt> authored on 2007/04/13 07:21
Fix compiler warnings. All fixes were trivial and one of three:

38464c20 – rrt <rrt> authored on 2007/04/12 15:43
Remove unused "usage" field from format struct.

52c6d22c – rrt <rrt> authored on 2007/04/12 15:32
Add FIXME to make ignoreSize usable.

029227d8 – rrt <rrt> authored on 2007/04/11 20:29
Rename sox_sample_t -> sox_ssample_t and sox_usample_t to

8b20bdf3 – rrt <rrt> authored on 2007/04/11 20:19
Find a little more info on DVMS. I don't think we need write more here. See

3a0a630a – rrt <rrt> authored on 2007/04/11 19:53
Add libao handler for playing. Sadly libao only handles output. When

b0022bd5 – rrt <rrt> authored on 2007/04/11 16:18
Fix --enable-debug, which I recently broke.

dfaee703 – rrt <rrt> authored on 2007/04/10 17:08
Make configure script fail if it can't find a library you explicitly

eb6188e0 – rrt <rrt> authored on 2007/04/10 17:00
Add windows-style awb suffix

138ff7f7 – cbagwell <cbagwell> authored on 2007/04/10 16:38
removing reference to eof.

a10882c0 – rrt <rrt> authored on 2007/04/10 15:27
Rename "delete" functions to "kill" for consistency. Closes #1652035.

20c9d7c1 – rrt <rrt> authored on 2007/04/10 14:27
Use length as given in WAV file, to avoid treating extra chunks as

012ae34c – rrt <rrt> authored on 2007/04/10 12:38
Remove sox-config, which is more of a hindrance than a help. Closes

dc539f6b – rrt <rrt> authored on 2007/04/10 10:29
Clarify error messages for unhandled/unknown WAV formats, and suggest

c43d5e33 – rrt <rrt> authored on 2007/04/10 08:57
Allow play/rec symlinks not to be installed (closes #1667835).

d6e54dcf – rrt <rrt> authored on 2007/04/10 08:14
Update "ststdint.h" to "soxstdint.h" and remove *.raw and *.sf

35c5a2bc – rrt <rrt> authored on 2007/04/10 07:45
Add a --disable flag for each sound driver.

3874634d – rrt <rrt> authored on 2007/04/08 19:25
Speed up reading/writing of 3-byte formats.

205443a1 – rrt <rrt> authored on 2007/04/07 19:32
Add nibble and bit swaps to formatText

24105030 – rrt <rrt> authored on 2007/04/07 18:57
Change sox_readbuf and sox_writebuf to take a number of bytes rather

28332df2 – robs <robs> authored on 2007/04/06 08:11
Added tests for raw-file bit and nibble reversal

b8e41da6 – rrt <rrt> authored on 2007/04/06 05:02
Add basic performance tests.

f1212e82 – rrt <rrt> authored on 2007/04/05 11:56
Add ima tests, and commented out tests that don't work, marked FIXME.

5e6b85c0 – rrt <rrt> authored on 2007/04/05 11:45
Fix sphere reader not to swallow the first 4 bytes of every file by

40e6fb44 – rrt <rrt> authored on 2007/04/05 11:44
Make offset to sox_seeki sox_ssize_t rather than sox_size_t because it

d6b34115 – rrt <rrt> authored on 2007/04/05 11:43
libsox-config is now called sox-config

e80265f9 – rrt <rrt> authored on 2007/04/05 10:02
Generate all read/write functions from macros, allowing the compiler

a47f11eb – rrt <rrt> authored on 2007/04/03 12:27
Remove -O3 hack, we don't need it any more.

bc2e017b – rrt <rrt> authored on 2007/04/02 13:05
Common up a duplicated statement

67cc1a68 – rrt <rrt> authored on 2007/04/02 13:01
Use non sox_-prefixed names for static functions.

02332931 – cbagwell <cbagwell> authored on 2007/03/26 20:32
Updating silence usage.

bde4a1f4 – rrt <rrt> authored on 2007/03/26 15:31
Guard against numeric & hence buffer overflow when reading comment

10f28719 – cbagwell <cbagwell> authored on 2007/03/18 21:46
Adding -l option to silence to leave in a minium amount of silence.

48102ce5 – rrt <rrt> authored on 2007/03/18 16:17
Comment purpose of misc.c and util.c better

120b9c56 – rrt <rrt> authored on 2007/03/18 16:14
Move is_uri and xfopen from util.c to misc.c

4e4db8fd – robs <robs> authored on 2007/03/18 11:32
Changed deemph to be a true biquad for better accuracy.

7218a569 – robs <robs> authored on 2007/03/18 03:09
Clawing back some of the performance lost when buffering was removed. This change cuts typical file conversion (cpu user) time to 56%

b03e0534 – robs <robs> authored on 2007/03/17 10:10
Fix percentage display.

08f123ed – robs <robs> authored on 2007/03/12 15:20
Fix typo. (Thanks Rafal)

227f0062 – robs <robs> authored on 2007/03/12 02:55
fix comment typo

f8a238cc – robs <robs> authored on 2007/03/11 17:34
.pls files might work now; you may need -tmp3 and quotes, e.g.

4009ef3e – cbagwell <cbagwell> authored on 2007/03/11 12:41
Rename reference to libsox-config to sox-config.

4fc1cf1e – robs <robs> authored on 2007/03/11 08:25
Fix some sox_warns to sox_fails

a47bf7b6 – robs <robs> authored on 2007/03/11 03:50
Added M3U and internet support.

21fd3cde – cbagwell <cbagwell> authored on 2007/02/26 09:17
man names can not have two dashes.

ccf08ed9 – cbagwell <cbagwell> authored on 2007/02/25 17:41
Remove library info from --cflags. Still need to update --libs

ebdfcc9f – cbagwell <cbagwell> authored on 2007/02/25 17:30
Removing path to rm to align with what automake does

69c20d75 – cbagwell <cbagwell> authored on 2007/02/25 16:47
Add back in mysteriously missing RM defines. How'ed installs

8531c0b0 – robs <robs> authored on 2007/02/25 15:45
Some warnings clean-ups

5164b550 – robs <robs> authored on 2007/02/25 12:42
Comments fix-ups

dcb06f2c – robs <robs> authored on 2007/02/25 12:08
Some warnings clean-ups

94c7cb32 – robs <robs> authored on 2007/02/25 12:05
st -> sox leftovers

c78ac707 – robs <robs> authored on 2007/02/25 11:59
Fix crash with pan effect.

cf89765a – robs <robs> authored on 2007/02/25 05:54
Some warnings clean-ups

c75c8628 – evilynux <evilynux> authored on 2007/02/24 10:53
Added support for amd64.

e586dc06 – evilynux <evilynux> authored on 2007/02/23 14:59
- Update changelog integrating latest official Debian/Ubuntu pkg changes.

9ac60b7d – rrt <rrt> authored on 2007/02/21 19:56
Outdent "done" at end of while loops in example code.

b6a2c3b8 – robs <robs> authored on 2007/02/21 08:03
st -> sox leftovers

9776cbb9 – robs <robs> authored on 2007/02/21 07:44
Mark vibro as deprecated.

677e7ceb – rrt <rrt> authored on 2007/02/20 12:51
st -> sox

a5669f9f – robs <robs> authored on 2007/02/18 15:34
Usual ignores

Next