summaryrefslogtreecommitdiff
path: root/aplay
AgeCommit message (Expand)AuthorFilesLines
2010-08-18aplay/arecord: term_c_lflag variable might be unitialized in some casesJaroslav Kysela1-2/+2
2010-07-15aplay: fix termio settings - return back old c_flag value on exitJaroslav Kysela1-1/+17
2010-07-15aplay/arecord: Added hardware pause support (press SPACE or Enter)Jaroslav Kysela1-5/+73
2010-01-10aplay -- update the man fileJohn Sauter1-7/+84
2010-01-10aplay -- add features for audio surveilanceJohn Sauter1-6/+181
2010-01-10aplay - add option --process-id-fileJohn Sauter1-64/+100
2010-01-08aplay: Dump PCM state on xrun when verbose mode is activeJaroslav Kysela1-0/+2
2009-11-09arecord: fix wrong chunk_size initialization when verbose and mmap flags are setJaroslav Kysela1-2/+2
2009-11-02aplay - Show available formatsArnout Engelen1-0/+12
2009-04-09aplay/arecord: improve suspicious buffer detection and add --test-coef parameterJaroslav Kysela1-8/+57
2009-04-08aplay/arecord: remove debug printfs introduced by previous patchJaroslav Kysela1-2/+0
2009-04-08aplay/arecord: fix underrun/overrun time calculation for monotonic clockJaroslav Kysela2-15/+59
2009-01-12Fix wrong direction check in aplay/arecord --list-pcmsPeter Stokes1-1/+1
2008-11-21Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò1-2/+2
2008-11-21Mark static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò1-6/+6
2008-10-23aplay/arecord: add --test-position testJaroslav Kysela1-2/+46
2008-09-09aplay - show sample arrangement (mmap areas) in verbose more for debuggingJaroslav Kysela1-0/+16
2008-04-16aplay - Fix a compile warningTakashi Iwai1-1/+1
2008-03-14aplay - Add stereo VU-meter supportTakashi Iwai2-40/+153
2008-03-06Support for playing WAV files with "extensible format" header using aplay.Pawel MOLL2-6/+32
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