summaryrefslogtreecommitdiff
path: root/usr.bin/audio
AgeCommit message (Expand)Author
2009-07-02note that -t can take [.dddddd]. sort -q.mrg
2009-06-18- add extended WAVE header supportmrg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-11fix -Wsign-compare and other WARNS=4 issueslukem
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-10-05Convert to raise_default_signal(3).lukem
2006-10-22use c99 initializer.christos
2006-10-22missing initializers.christos
2006-05-23Coverity CID 3187: Fix memory leakchristos
2006-05-15Recording to standard output is specified by a file name of -,gson
2006-05-11variable signed/unsigned cleanup.mrg
2006-05-09Do not treat all file names of length 1 as meaning standard output.gson
2005-12-24__inline__ -> inlineperry
2005-07-13play.c: allow empty files to exit gracefully rather than with an errormrg
2005-07-05move some more processing before opening the audio device. don'tmrg
2005-07-05check that an output file is given before doing any other work.mrg
2005-06-02appease gcc -Wuninitializedlukem
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-07-19Convert 8-bit signed linear data to unsigned for .wav files.mycroft
2004-07-19Fix fencepost errors in the conversion functions (making them a bit more likemycroft
2004-07-09Add -q to SYNOPSIS. From Kouichirou Hiratsuka in PR 26193.wiz
2004-07-09There is no -m option -- remove it from the usage.wiz
2004-07-01put the __packed__ attribute close to the struct definitiondrochner
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-01-21apply the patch from PR#24127: make audio_wav_parse_hdr() take u_int *mrg
2003-10-21Don't set an int to NULL.fvdl
2003-08-07Sort usage, and move a word.wiz
2003-08-07Add arguments to options in long description.wiz
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-21fix a now-wrong comment.mrg
2003-07-21minor consistency nitmrg
2003-06-23Add NetBSD RCS Ids.agc
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2003-03-31audiofiles -> audio filesperry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-06compatibility, not compatiblity.wiz
2002-12-27- decode_int(): always use base 10, so that a time of "1:09" works.mrg
2002-12-18Be consistent about putting commas between items in an enumeration.wiz
2002-12-08fix an error messagemrg
2002-12-08remove some #if 0 debug codemrg
2002-12-08fix the description for "-p" to match reality, new text provided in PR#18949.mrg
2002-11-04fix PR#18909, but not quite exactly the same as the patch provided. also,mrg
2002-11-03Move close so that last ioctl is before close call.wiz
2002-10-13New sentence, new line. Use Aq/An.wiz
2002-10-13New sentence, new line. Sort options. Bump Dd for .wav-file handling.wiz
2002-10-13inline the contents of auconv.c into auconv.h. this makes audiorecord(1)mrg