summaryrefslogtreecommitdiff
path: root/audio/sox
AgeCommit message (Collapse)AuthorFilesLines
2004-10-27Revert previous. Clue gently applied by wiz@sekiya1-19/+0
2004-10-27Add buildlink framework for sox.sekiya1-0/+19
2004-10-18Update to version 12.17.6. Note that this version fixes somecube4-33/+29
buffer overflows in the WAV parser that could lead to arbitrary code execution. sox-12.17.6 ----------- o Changed comment code to always use copies of strings to fix bug in WAV handlering freeing argv[] memory. o Use calloc() to create ft_t structures so that all memory is initialized before being referenced. o Fixed VOC EOF bug were it thought there was an extra block when there wasn't. o Restructured directory layout so that source code is in a seperate directory. o Modified SoX to accept multiple input files. Concatenates files together in this case. o Removed map effect so that loops and instr could be removed from effects structures. This makes effects engine stand alone from the rest of the sox package. o Benedikt Zeyen found a bug in synth effect when generating brown noise that could cause clipping. o David Leverton sent another patch to prevent crashes on amd64's when resampling. o Fixed a bug were MP3 files with large ID3v2 tags could cause SoX to stick in a loop forever. Now, it will abort on IDv3 tags larger then 100k. Could still be improved to handle any size. o Changed volume option (-v) so that it tracks the file it was specified. This means that when specified with the input file, it changes volume before effects engine and when specified with output file, its done after effects engine. o Added crossfade_cat.sh script that will concatenate to audio files and do a crossfade between them. o Fixed bug in fade effect were it was impossible to do a fadeout starting from the beginning of the audio file. o Removed rounding error when changing volume of audio with "-v" option. This error caused doing a "-v -1.0" twice to not result in the original file. o Fixed a possible overflow in lots of effects were MIN value was treated as -MAX instead of -MAX-1. o Modifed sox so its OK for effects to not process any input or output bytes as long as they return ST_EOF. o When effects output data and reported ST_EOF at the same time, that buffer was discarded as well as data from any chained effect. o Added patch from Eric Benson that attempts to do a seek() if the first effect is trim. This greatly speeds up processing large files. o Daniel Pouzzner implemented a multi-band compander (using the butterworth filters to split the audio into bands). o Donnie Smith updated the silence effect so that its possible to remove silence from the middle of a sound file by using a negative value for stop_periods. o Changed float routines to only work with normalized values from -1:1. o Modifed .au handler to be able to read and write 32-bit and 64-bit float data. Only tested reading so far. o WAV with GSM data now always pads data to even number of bytes. o Added support for writing 32-bit audio to AIFF. sox-12.17.5 ----------- o Thomas Klausner sent in patches to compile audio drivers under NetBSD. o Rahul Powar pointed out a memory leak in the WAV file handler. It wasn't calling the correct close() function when closing input files. o Modified play.1 man page to not use multiple name lines. This appears to confuse some conversion programs. Updated sox.1 man page for typo in reverb option. o Andrew Church fixed problem with header of stereo 8SVX files. o Jimen Ching added support to scan over garbage data at the beginning of MP3 files to find valid frames. This is useful to play WAV and AIFF files that have MP3 data in them until those handlers support it directly. To play those, force sox to use the mp3 handler with the "-t mp3" option. o Added patch from Ulf Harnhammar to wav handler to prevent buffer overflows. o Added patch from Redhat to allow resample to work on certain 64-bit machines (Sam Varshavchik) o Tony Seebregts added a file handler for headerless Dialogic/OKI ADPCM files (VOX files). o Jan Paul Schmidt added a repeat effect to do loops the brute force way. This is also good for file format that don't support loops as well. o Fix for OSS driver in rate tolerance calcs that were off because of type conversion problems. Guenter Geiger. o Allow reading sphere files with headers greater then 256 bytes. Jimen Ching. o Fix for vorbis were comments are displayed in KEY=value format always. Stop printing some info to stdout in case output is a pipe. Guenter Geiger. o J Robert Ray submitted fix for AIFF handler to ignore lowercase chunks that are unknown. o Bugfix for 8-bit voc files. Jimen Ching o General warning cleanups (cbagwell) o Memory leaks in reading WAV files (Ufuk Kayserilioglu) o Rearrange link order of ogg vorbis libraries so that they can be compiled as static. (Christian Weisgerbr)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-12Use bl3.snj1-4/+4
2003-12-11the configure script uses --disable-oss-dsp to disable OSS support,grant1-2/+2
not --without-oss-dsp. fixes linking on NetBSD. (how did this ever link given that -lossaudio is not passed??)
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Revision bumped; dependency changed from mad to libmadadam1-2/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-25Remove bougs sourceforge URL from master site list which returned atron1-4/+2
HTML page instead of the distribution file.
2003-03-25Update to 12.17.4; add dependency on mad.wiz3-22/+10
Selection of changes: * Various bugfixes to Ogg Vorbis handler as well as updating to use version 1.0 of library. Also, modified the files that are output by Ogg Vorbis handler to use VBR format. * Minor cleanups to sox.c to free and close all files instead of relying on C library to do it on exit. * Fixed some integer overflow problems in compand effect. * libst prototype cleanups and private data structure cleanups. * Added new handler for Psion Record.app files. * Play/Record scripts now look at an AUDIODEV enviornment variable to see what audio device to play to. Also scripts to work on Sun Rays. * Added support for reading and writing MP3 files if external MP3 libraries are avaliable. * Fix multile channel bug in avg effect. * Allow AIFF files with an invalid length of 0 to be processed.
2002-11-25Enable vorbis support. Bump to 12.17.3nb1.wiz1-3/+6
2002-09-21buildlink1 -> buildlink2jlam1-2/+2
2002-07-12Update to sox 12.17.3. Numerous bugs fixed, and most of the NetBSD patchesmycroft13-159/+46
integrated.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-01Mark as USE_BUILDLINK_ONLY to prevent accidentally depending on installedjlam1-11/+11
gsm library.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-15/+13
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-27Fix compilation on alpha, and handle most warnings while I'm here.wiz9-1/+107
2000-12-02Remove SunSITE sites (they don't have it) and sourceforge sites (wrongtron1-4/+2
MD5 checksum) from master sites list.
2000-12-02Update to 12.17.1. Add more download URLs, sort PLIST.wiz3-7/+10
Changes since 12.16: Lots of new & improved filters & some file formats, and bug fixes.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-26Fix PR 8678 by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>:hubertf4-4/+41
- Prevent configure from picking up any stray /dev/dsp's and believing it should use OSS - In the play script, add proper arguments if ran on NetBSD - Fix the $PATH setting in the play script
1999-09-29Fix last commithubertf7-124/+24
(broken due to old work-dir lying around; pointed out by tron)
1999-09-29Remove obsolete "NO_WRKSRC= yes".tron1-2/+1
1999-09-29Sync checksum with new distribution file.tron1-2/+2
1999-09-29Merge DISTNAME & PKGNAMEhubertf1-3/+2
1999-09-29New homepage (the old one was last updated 1995 ...!)hubertf1-2/+2
Changes from 12.15: * Improved I/O performance on uncompressed data * Play script can now handle spaces in filename * Improved default output quality of ADPCM files * Added support for ALSA audio devices * Several bug fixes to AIFF files * Resample effect was greatly improved and now SoX does a great job on almost all resamples. * Added A-law support to .au files plus bug fixes * Updated OS/2 support * Added auto-configure support. Greatly enhanced cross-platform support. * Imrproved 16-bit DOS compiler support * Added swap effect * Combined play and rec script and added more options * Fixed bugs in low/high/band-pass filters and avg effect.
1999-09-29update to V12.16hubertf2-6/+6
1999-07-09Add package patch-sum filesagc1-0/+6
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-06-19Remove messy patches and define "unix" manually, fixes PR pkg/5604tron3-133/+67
Tim Rightnour.
1998-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-3/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1997-12-17Make the -v (volume) option work again.is1-0/+17
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-29Change RCS id.augustss2-1/+69
NetBSD port.
1997-10-28Initial import of FreeBSD audio packages.augustss8-0/+131