shithub: sox

RSS feed

2f0e01bb – cbagwell <cbagwell> authored on 2004/10/12 21:07
*** empty log message ***

ab9e321c – cbagwell <cbagwell> authored on 2004/10/12 20:44
WAV GSM fix for even byte padding.

55272cd7 – cbagwell <cbagwell> authored on 2004/10/10 19:24
All any size IDv3 tag to be skipped past.

dceeb3a6 – cbagwell <cbagwell> authored on 2004/10/07 14:05
Fixing support for skipping past 100k of ID3v2 tag.

33859ced – cbagwell <cbagwell> authored on 2004/10/04 19:50
Adding support for writing 32-bit data in AIFF

51abeca2 – cbagwell <cbagwell> authored on 2004/10/02 21:02
fix for missing data during resampling.

ede09d32 – cbagwell <cbagwell> authored on 2004/10/01 09:44
Put newline before command additions, not after.

ffc38e23 – cbagwell <cbagwell> authored on 2004/09/30 21:17
doc updates

c561f290 – cbagwell <cbagwell> authored on 2004/09/30 20:54
Adding support for floats to wav handler.

da9ecc97 – cbagwell <cbagwell> authored on 2004/09/30 11:44
Removing use of non-portable strsep in mcompand.

edd9e74c – cbagwell <cbagwell> authored on 2004/09/30 10:50
float conversion bugfixes

54f50621 – cbagwell <cbagwell> authored on 2004/09/29 22:42
Tracked float swap bug down to byteswap.h usage. Revert to using internal version of st_swapf.

71a9a855 – cbagwell <cbagwell> authored on 2004/09/29 22:26
backing out g++ cast fix that doesn't work in c.

47d73971 – cbagwell <cbagwell> authored on 2004/09/28 22:31
Add float support to .au and make float routines work with normalized data

0a33c800 – cbagwell <cbagwell> authored on 2004/09/27 22:33
c++ and libary cleanups

415d218a – cbagwell <cbagwell> authored on 2004/09/27 21:02
Updating avg to make it more apparent to seperate nums with commas

31650688 – cbagwell <cbagwell> authored on 2004/09/24 19:15
Adding mcompand file

95609fe5 – cbagwell <cbagwell> authored on 2004/09/24 14:46
partial cleanups

8ae4d299 – cbagwell <cbagwell> authored on 2004/09/22 22:39
update to silence effect to allow removing silence from middle of file.

fec8e043 – cbagwell <cbagwell> authored on 2004/09/22 22:09
Added multiband compander effect

bd0eddd5 – cbagwell <cbagwell> authored on 2004/09/22 21:10
Some compilers don't like inline and static used together.

a5749149 – cbagwell <cbagwell> authored on 2004/09/22 20:52
Added "audiogen" sample script for creating audio samples.

a0f8a662 – cbagwell <cbagwell> authored on 2004/09/21 22:11
Modify crossfade scripts to auto-detect when fading doesn't need to occur.

2a130249 – cbagwell <cbagwell> authored on 2004/09/19 18:53
warning fixes

89611f67 – cbagwell <cbagwell> authored on 2004/09/19 18:51
warning cleanups

d8c16f9d – cbagwell <cbagwell> authored on 2004/09/19 18:04
warning fix

e9f7c8a5 – cbagwell <cbagwell> authored on 2004/09/19 18:02
*** empty log message ***

72507ca8 – cbagwell <cbagwell> authored on 2004/09/19 16:28
Fixing some more overflow cases by switching to ST_SAMPLE_MIN.

40da70e5 – cbagwell <cbagwell> authored on 2004/09/19 11:22
Return failure for file handlers that don't support seeking.

2e02e5c7 – cbagwell <cbagwell> authored on 2004/09/19 11:18
Fixes to trim optimization.

d6f4cbe9 – cbagwell <cbagwell> authored on 2004/09/17 23:15
Attempt seek()'s when using trim effect for speed.

9443899c – cbagwell <cbagwell> authored on 2004/09/17 20:46
adding script

f8dd6e1c – cbagwell <cbagwell> authored on 2004/09/16 21:11
fix for lost last buffer when some effects reported early ST_EOF.

c4a08032 – cbagwell <cbagwell> authored on 2004/09/16 19:08
Bugfixes to trim effect. Allows crossfade script to work without pops.

d3a8f86e – cbagwell <cbagwell> authored on 2004/09/13 22:00
Changed changelog to track general ST_SAMPLE_MIX fixes.

250f564c – cbagwell <cbagwell> authored on 2004/09/13 21:58
More bugfixes to clipping on MIN side.

83a3a0a3 – cbagwell <cbagwell> authored on 2004/09/13 20:34
doc updates

b6faa22c – cbagwell <cbagwell> authored on 2004/09/13 19:32
Fix MIN overflow in volume change.

abed5783 – cbagwell <cbagwell> authored on 2004/09/13 19:04
script updates

9807dad1 – cbagwell <cbagwell> authored on 2004/09/12 16:00
Bugfix in drain of fade. Removing rounding attempt to allow "-v -1.0" to be only an inversion.

60e502a9 – cbagwell <cbagwell> authored on 2004/09/10 09:20
minor update

af257fcf – cbagwell <cbagwell> authored on 2004/09/09 22:54
Fadeout bugfix and new crossfade script

c58705f3 – cbagwell <cbagwell> authored on 2004/09/08 22:46
workaround for handlers that report 0 instead of EOF.

100706dd – cbagwell <cbagwell> authored on 2004/09/08 20:52
-v is now a format option which allows max_input_files to increase to 32.

9c8953be – cbagwell <cbagwell> authored on 2004/09/08 20:00
Moving soxeffect script

301a802c – cbagwell <cbagwell> authored on 2004/09/08 14:03
Check that user didn't specify to many filenames

7fb7e9a0 – cbagwell <cbagwell> authored on 2004/09/07 20:44
Abort on large ID3 tags instead of hanging up

6675b138 – cbagwell <cbagwell> authored on 2004/09/07 19:16
segfault fix in resample for 64-bit processors.

0dc53359 – cbagwell <cbagwell> authored on 2004/09/07 18:25
Adding initial support for sox reading multiple input files and

784f11d5 – cbagwell <cbagwell> authored on 2004/09/02 14:56
synth bugfix for generating brown noise.

866192e9 – cbagwell <cbagwell> authored on 2004/09/01 22:45
Moving testcd script around

211ad7c1 – cbagwell <cbagwell> authored on 2004/09/01 22:41
Moving makefile around.

5e0e5214 – cbagwell <cbagwell> authored on 2004/09/01 22:34
Get test scripts working with new directorys.

64b5fafb – cbagwell <cbagwell> authored on 2004/09/01 22:00
Fix to allow building with --srcdir= again

e5da2ec9 – cbagwell <cbagwell> authored on 2004/09/01 18:04
Updates to makefiles for new directory structure

96948265 – cbagwell <cbagwell> authored on 2004/09/01 15:50
Moved file to src/

e31e8fac – cbagwell <cbagwell> authored on 2004/09/01 15:49
Initial mods to get compiling with new directories structure.

00f69fff – cbagwell <cbagwell> authored on 2004/08/30 21:57
Fix uninitialized variables as reported by valgrind.

fd464b86 – cbagwell <cbagwell> authored on 2004/08/29 22:53
Making directory appear

33d42fb2 – cbagwell <cbagwell> authored on 2004/08/29 22:45
Fixes to comment memory leaks.

d37d6093 – cbagwell <cbagwell> authored on 2004/08/29 22:33
Updating configure script

03961e94 – cbagwell <cbagwell> authored on 2004/08/29 22:25
Use strdup for ft->filename and ft->comment fields. Add cross platform strdup.

4b2ef597 – cbagwell <cbagwell> authored on 2004/08/24 18:02
Added some TODO items

8284ec8c – cbagwell <cbagwell> authored on 2004/08/07 16:20
Remove old effect from docs.

0fba5250 – cbagwell <cbagwell> authored on 2004/08/06 19:08
Rearrange link order of ogg vorbis to allow for static sox binary

195ea1d2 – cbagwell <cbagwell> authored on 2004/08/06 18:51
Update txt files. Memory leak fixes in wav reading.

4a43d182 – cbagwell <cbagwell> authored on 2004/08/06 13:45
avg bugfix for -f/-b/-l/-r in quad files. doc update for avg effect.

ba9c7a44 – cbagwell <cbagwell> authored on 2004/08/05 13:30
bugfixes to avg effect; especially default options to duplicate channels.

ce0dff37 – cbagwell <cbagwell> authored on 2004/08/05 09:48
adding bug notes to avg. fixme

b99e78af – cbagwell <cbagwell> authored on 2004/08/03 17:14
voc 8-bit format fix. General warning cleanups.

7cada520 – cbagwell <cbagwell> authored on 2004/08/02 19:01
Ignore all unknown aiff chunks. Added tests for vox.

793a1f4a – cbagwell <cbagwell> authored on 2004/08/01 17:21
Fix vox handler. Fix OSS rate calcs. Allow sphere headers > 265. Make vorbis comments KEY=value.

bf963ebd – cbagwell <cbagwell> authored on 2004/07/30 22:29
Mentioned new VOX support

af42ae77 – cbagwell <cbagwell> authored on 2004/07/30 22:01
Updated avg effect to mirror older pick effect. Added new repeat effect. Added new Dialogic/OKI ADPCM file handler.

a8363627 – cbagwell <cbagwell> authored on 2004/07/30 16:28
Security fix to wav parsing and prototype fix in resample.

e8893f3f – cbagwell <cbagwell> authored on 2004/06/05 15:08
Support for ignoring garbage on mp3 files.

3ee5ec92 – cbagwell <cbagwell> authored on 2004/05/25 21:13
stereo fix for 8svx... Compile warnings for others.

0b2ba364 – cbagwell <cbagwell> authored on 2004/01/26 20:13
Fixed man page typo

8979ad81 – cbagwell <cbagwell> authored on 2004/01/25 15:23
email address update

d3139893 – cbagwell <cbagwell> authored on 2004/01/25 15:22
Man page updates.

5e70d7dd – cbagwell <cbagwell> authored on 2003/08/24 17:27
Fixed WAV memory leak.

fddee711 – leighsmith <leighsmith> authored on 2003/05/30 14:10
added definition of a 24 bit byte swapping function st_swap24()

f09c4ff4 – leighsmith <leighsmith> authored on 2003/05/30 14:09
Added definition for 24 bit sized data

ea39f13f – cbagwell <cbagwell> authored on 2003/03/26 21:51
NetBSD patches

26ce8f25 – cbagwell <cbagwell> authored on 2003/03/23 13:59
DOC updates and vorbis crash fix

4a597817 – cbagwell <cbagwell> authored on 2003/02/08 09:39
Removed broken tar package support

9c6d5fa3 – cbagwell <cbagwell> authored on 2003/01/31 07:27
Modified makefile to allow for building from a different directory then src.

5dfb449b – cbagwell <cbagwell> authored on 2003/01/29 17:42
Bumping version # to 12.17.4

5553cdb0 – cbagwell <cbagwell> authored on 2003/01/27 20:59
Put previous path back into play script so that it can find

28ff06bd – cbagwell <cbagwell> authored on 2003/01/27 14:15
Modified configure scripts to pass all #define's via stconfig.h

b852af93 – cbagwell <cbagwell> authored on 2003/01/26 12:16
Fixed configure problem were options weren't disabled if header files

b7396cce – cbagwell <cbagwell> authored on 2003/01/25 21:05
Updating configure to modify play.in script instead of

98352ac0 – cbagwell <cbagwell> authored on 2003/01/25 20:15
Updating install directions for Ogg Vorbis.

0bf280ec – cbagwell <cbagwell> authored on 2003/01/25 18:50
Updates to configure scripts

4e626f97 – jching <jching> authored on 2003/01/07 03:11
Typo.

6d840936 – cbagwell <cbagwell> authored on 2003/01/05 15:33
Added new clean rules

1de05fa4 – jching <jching> authored on 2003/01/05 03:52
Sync with 0.9rc6

e39d4c28 – cbagwell <cbagwell> authored on 2003/01/05 00:05
More fixes to sound driver detection

643398ea – cbagwell <cbagwell> authored on 2003/01/02 22:12
Modified st_rawread() to stop reading on internal errors.

8ce49bf5 – cbagwell <cbagwell> authored on 2003/01/02 22:07
Added over/under run detecting to ALSA driver.

Next