summaryrefslogtreecommitdiff
path: root/aplay
AgeCommit message (Expand)AuthorFilesLines
2008-02-06aplay/arecord - Add support for IEEE float 32-bit WAV filesAndrew Paprocki2-5/+17
2008-01-21release 1.0.16rc1v1.0.16rc1Jaroslav Kysela1-2/+26
2008-01-08Remove xfer_alignTakashi Iwai1-10/+1
2008-01-08Remove sleep_min from aplayTakashi Iwai1-29/+10
2007-12-14aplay - Reset non-blocking flag before snd_pcm_drain()Takashi Iwai1-0/+6
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2-3/+3
2007-08-07aplay - Include missing time.h for time()Takashi Iwai1-0/+1
2007-07-12aplay - Fix VU meterTakashi Iwai1-2/+2
2007-07-12aplay - Fix possible endless loop with SIGBARTTakashi Iwai1-1/+1
2007-06-04Remove unneeded -lasoundTakashi Iwai1-1/+1
2006-11-30aplay: namehint fix - use filter before printing device nameJaroslav Kysela1-1/+1
2006-11-30fix for recent namehint API (use get_hint function)Jaroslav Kysela1-14/+21
2006-11-06Fix argument for snd_device_name_hint().Takashi Iwai1-1/+1
2006-10-12aplay/arecord: Remove -n commad (obsolete, undocumented)Jaroslav Kysela1-31/+6
2006-10-12aplay/arecord -L command: process properly end-of-line charactersJaroslav Kysela1-2/+11
2006-10-11aplay/arecord: filter direction for -L commandJaroslav Kysela1-2/+7
2006-10-11aplay/arecord - use snd_device_name_hint() for -L commandJaroslav Kysela1-14/+14
2006-10-01aplay: add fflush(stdout) for -vvv verbosityJaroslav Kysela1-0/+1
2006-08-03Don't call close() for the same fd twice in arecordTakashi Iwai1-2/+6
2006-08-03Use the right word in message of areacordTakashi Iwai1-1/+3
2006-08-03Fix segfault in aplay when snd_pcm_name() == NULLTakashi Iwai1-1/+2
2006-05-18Fix misc bugs in arecordTakashi Iwai1-14/+14
2006-05-17Fix endless loop of recording in arecordTakashi Iwai1-83/+81
2006-05-10Fix a compile warning in aplay.cTakashi Iwai1-2/+2
2006-04-26Allow aplay/arecord to handle up to 2GB for WAVTakashi Iwai1-1/+2
2006-04-26Fix arecord to quit properly at max file sizeTakashi Iwai1-2/+4
2006-04-18Don't show invalid plug example in the error message of aplayTakashi Iwai1-1/+8
2006-03-13Fix a typo in manpageTakashi Iwai1-1/+1
2005-12-16Fix compile warningsTakashi Iwai1-7/+7
2005-12-06split interleaved files in arecord when reaching 2GBTakashi Iwai2-49/+116
2005-12-06alternative peak meter for aplayTakashi Iwai2-8/+42
2005-11-14aplay/arecord - show the default settingsJaroslav Kysela1-7/+16
2005-11-08Disable NLS support when --disable-nls is passedTakashi Iwai1-0/+2
2005-10-31Fix compile with --disable-nlsTakashi Iwai1-0/+1
2005-10-18Use strtol() instead of atoi()Takashi Iwai1-11/+11
2005-10-10Fix VU meter for S24_3 and big-endianTakashi Iwai1-7/+44
2005-09-02Fix / clean up man pagesTakashi Iwai1-7/+2
2005-08-24aplay - remove EINTR handling (a job for alsa-lib)Jaroslav Kysela1-8/+0
2005-08-23aplay - added -EINTR error code handling for read/write operationsJaroslav Kysela1-0/+8
2005-06-23Output help messages to stdoutTakashi Iwai1-16/+16
2005-06-23i18nize some programsTakashi Iwai2-110/+121
2005-05-10Added -n (--list-devnames) commandJaroslav Kysela1-3/+28
2005-01-03Fix VU meterTakashi Iwai1-11/+39
2004-10-08Fix hyphens in man pagesNicolas FRANCOIS1-27/+27
2004-09-24Describe what happens if aplay's --duration is zeroThomas Hood1-1/+3
2004-09-13various bugfixesClemens Ladisch2-33/+35
2004-07-09manpages: remove bogus .ID macro, use .TP for examplesClemens Ladisch1-4/+2
2004-07-01Show warning if the format is changed due to the file type.Takashi Iwai1-3/+25
2004-06-10print caption in hardware list only onceClemens Ladisch1-1/+1
2004-05-03fix default buffer time setting when maximum buffer time is less than 250 msClemens Ladisch1-2/+7