summaryrefslogtreecommitdiff
path: root/usr.bin/audio
AgeCommit message (Expand)Author
2019-05-09Sort options (no-argument options before ones demanding arguments).wiz
2019-05-08Remove -p option. AUDIO_SETCHAN is insecure and is obsoleted.isaki
2019-05-04Use err(3)/errx(3) properly to avoid "write failed: Undefined error: 0".isaki
2018-11-16The test for regular file was wrong.mlelstv
2017-11-25need getle16() for ext.sub_tag toojdolecek
2017-03-21Renane ioctl AUDIO_SETPROC to AUDIO_SETCHAN.nat
2017-02-10Audio now uses fdclone, there is no longer a limitation of one audionat
2016-12-08The audio sub-system now supports the following features asnat
2015-08-05rename struct write_info as struct track_info, and the variable name 'wi'mrg
2015-06-21separate the 3 functions midirecord uses from libaudio.a into its ownmrg
2014-12-30add a decode_uint() function.mrg
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-10-18fix unused variable warningschristos
2013-08-30move most of the header writing code from record.c into wav.c and sun.c.mrg
2013-07-20Use Mt for email addresses.wiz
2011-09-21PR/45384: Henning Petersen: Swapped arguments in lseekchristos
2011-09-06recognize AUDIO_ENCODING_AC3jmcneill
2011-08-28ANSIfy. Add static. Add __dead.joerg
2010-12-29Sort usage.wiz
2010-12-29Use better reference after sorting in -f description.wiz
2010-12-29Sort usage.wiz
2010-12-29Sort some more.wiz
2010-12-29allow for buffer sizes < 32kjmcneill
2010-12-29add a new "-B buffersize" flag to both audioplay and audiorecord.mrg
2010-05-15Reorder sections to canonical order.joerg
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