summaryrefslogtreecommitdiff
path: root/aplay
Commit message (Expand)AuthorAgeFilesLines
* aplay/arecord: term_c_lflag variable might be unitialized in some casesJaroslav Kysela2010-08-181-2/+2
* aplay: fix termio settings - return back old c_flag value on exitJaroslav Kysela2010-07-151-1/+17
* aplay/arecord: Added hardware pause support (press SPACE or Enter)Jaroslav Kysela2010-07-151-5/+73
* aplay -- update the man fileJohn Sauter2010-01-101-7/+84
* aplay -- add features for audio surveilanceJohn Sauter2010-01-101-6/+181
* aplay - add option --process-id-fileJohn Sauter2010-01-101-64/+100
* aplay: Dump PCM state on xrun when verbose mode is activeJaroslav Kysela2010-01-081-0/+2
* arecord: fix wrong chunk_size initialization when verbose and mmap flags are setJaroslav Kysela2009-11-091-2/+2
* aplay - Show available formatsArnout Engelen2009-11-021-0/+12
* aplay/arecord: improve suspicious buffer detection and add --test-coef parameterJaroslav Kysela2009-04-091-8/+57
* aplay/arecord: remove debug printfs introduced by previous patchJaroslav Kysela2009-04-081-2/+0
* aplay/arecord: fix underrun/overrun time calculation for monotonic clockJaroslav Kysela2009-04-082-15/+59
* Fix wrong direction check in aplay/arecord --list-pcmsPeter Stokes2009-01-121-1/+1
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* Mark static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò2008-11-211-6/+6
* aplay/arecord: add --test-position testJaroslav Kysela2008-10-231-2/+46
* aplay - show sample arrangement (mmap areas) in verbose more for debuggingJaroslav Kysela2008-09-091-0/+16
* aplay - Fix a compile warningTakashi Iwai2008-04-161-1/+1
* aplay - Add stereo VU-meter supportTakashi Iwai2008-03-142-40/+153
* Support for playing WAV files with "extensible format" header using aplay.Pawel MOLL2008-03-062-6/+32
* aplay/arecord - Add support for IEEE float 32-bit WAV filesAndrew Paprocki2008-02-062-5/+17
* release 1.0.16rc1v1.0.16rc1Jaroslav Kysela2008-01-211-2/+26
* Remove xfer_alignTakashi Iwai2008-01-081-10/+1
* Remove sleep_min from aplayTakashi Iwai2008-01-081-29/+10
* aplay - Reset non-blocking flag before snd_pcm_drain()Takashi Iwai2007-12-141-0/+6
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-152-3/+3
* aplay - Include missing time.h for time()Takashi Iwai2007-08-071-0/+1
* aplay - Fix VU meterTakashi Iwai2007-07-121-2/+2
* aplay - Fix possible endless loop with SIGBARTTakashi Iwai2007-07-121-1/+1
* Remove unneeded -lasoundTakashi Iwai2007-06-041-1/+1
* aplay: namehint fix - use filter before printing device nameJaroslav Kysela2006-11-301-1/+1
* fix for recent namehint API (use get_hint function)Jaroslav Kysela2006-11-301-14/+21
* Fix argument for snd_device_name_hint().Takashi Iwai2006-11-061-1/+1
* aplay/arecord: Remove -n commad (obsolete, undocumented)Jaroslav Kysela2006-10-121-31/+6
* aplay/arecord -L command: process properly end-of-line charactersJaroslav Kysela2006-10-121-2/+11
* aplay/arecord: filter direction for -L commandJaroslav Kysela2006-10-111-2/+7
* aplay/arecord - use snd_device_name_hint() for -L commandJaroslav Kysela2006-10-111-14/+14
* aplay: add fflush(stdout) for -vvv verbosityJaroslav Kysela2006-10-011-0/+1
* Don't call close() for the same fd twice in arecordTakashi Iwai2006-08-031-2/+6
* Use the right word in message of areacordTakashi Iwai2006-08-031-1/+3
* Fix segfault in aplay when snd_pcm_name() == NULLTakashi Iwai2006-08-031-1/+2
* Fix misc bugs in arecordTakashi Iwai2006-05-181-14/+14
* Fix endless loop of recording in arecordTakashi Iwai2006-05-171-83/+81
* Fix a compile warning in aplay.cTakashi Iwai2006-05-101-2/+2
* Allow aplay/arecord to handle up to 2GB for WAVTakashi Iwai2006-04-261-1/+2
* Fix arecord to quit properly at max file sizeTakashi Iwai2006-04-261-2/+4
* Don't show invalid plug example in the error message of aplayTakashi Iwai2006-04-181-1/+8
* Fix a typo in manpageTakashi Iwai2006-03-131-1/+1
* Fix compile warningsTakashi Iwai2005-12-161-7/+7
* split interleaved files in arecord when reaching 2GBTakashi Iwai2005-12-062-49/+116