summaryrefslogtreecommitdiff
path: root/aplay
Commit message (Expand)AuthorAgeFilesLines
* aplay: fix the wrong count in compute_max_peak() for 16bit+ sample widthsJaroslav Kysela2020-10-151-13/+10
* minor aplay man page correctionYetAnotherNerd2020-10-061-1/+1
* aplay: Fix typo in error messageOlivier Humbert2020-10-061-1/+1
* treewide: fix typos in manual pagesSamanta Navarro2020-10-061-1/+1
* aplay: capture: write only the amount of read framesMarcin Rajwa2020-10-061-4/+5
* aplay: pcm_read(): return read samples instead of requested upon abortMarcin Rajwa2020-10-061-1/+4
* aplay: pcm_readv(): return read samples instead of requested upon abortMarcin Rajwa2020-10-061-1/+4
* aplay: fix possible string overflow (coverity)Jaroslav Kysela2020-06-091-0/+1
* Avoid pointer arithmetic on `void *`Michael Forney2020-02-101-2/+2
* Use __func__ instead of __FUNCTION__Michael Forney2020-02-101-2/+2
* aplay: Limit VUMeter progress bar to 100 for negative as wellRosen Penev2019-11-201-1/+3
* aplay: Adjust buffer sizes to fix snprintf warningsRosen Penev2019-11-201-2/+2
* treewide: Fix printf formatsRosen Penev2019-11-201-1/+1
* treewide: sys/poll to pollRosen Penev2019-11-201-1/+1
* aplay: fix memory leak when setup_chmap() failchunxu.li2019-09-251-0/+2
* aplay: check the return value for snd_pcm_sw_params_current() (coverity)Jaroslav Kysela2019-03-131-1/+5
* aplay: fix the multiple open file descriptors for the raw captureJaroslav Kysela2019-03-121-11/+7
* aplay: improve available conditions for '--samples' and '--duration' optionsTakashi Sakamoto2018-11-081-1/+3
* aplay: add a paragraph for '--samples' ('-s') option to aplay manualTakashi Sakamoto2018-11-081-0/+5
* aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay ...Takashi Sakamoto2018-11-081-3/+0
* aplay: add missing block bracketsJaroslav Kysela2018-10-141-2/+4
* aplay: Fix invalid file size check for non-regular filesTakashi Iwai2018-05-151-1/+2
* aplay: Fix wav file not being split on 32 bit platformserwin2018-03-131-1/+1
* aplay: Adjust sample rate limits to support newer hardwareJussi Laako2017-12-071-2/+2
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* aplay: Fix playback for small raw filesDaniel Baluta2017-08-091-0/+7
* aplay: Refactor playback codeDaniel Baluta2017-08-091-37/+107
* aplay: Add samples argument for playing/recording a given number of samplesIon-Horia Petrisor2017-08-091-5/+29
* aplay: interrupt streaming via signal in voc_pcm_writeSrikanth Krishnakar2017-07-101-1/+1
* aplay: Fix --max-file-time option 32 bits overflowScott Gilliland2017-06-261-1/+1
* aplay: Introduce and use xwrite helperDaniel Baluta2017-04-101-18/+37
* aplay: Fix to handle pause when system is suspended/ResumedJeeja KP2016-11-281-0/+7
* aplay: fix lurking capture file overwrite bugDavid Fries2016-04-141-3/+6
* aplay/arecord: handle parsing errors of parameter valueserwin2016-03-111-12/+76
* aplay: fix VU meter for S24_LE etc formatsRicard Wanderlof2015-09-231-2/+3
* arecord: Remove only regular filesAlexander Volkov2015-09-231-1/+5
* aplay: Fix uninterruptible aplayTakashi Iwai2015-04-291-1/+1
* aplay: Fix type for signal flagTakashi Iwai2015-04-291-1/+1
* Revert "aplay: fix pcm_read() return value"Jaroslav Kysela2014-10-011-2/+2
* aplay: Fix VU-meter stdout/stderr messSergey2014-06-131-3/+3
* aplay/arecord: Add more in_aborting checks to read/write loopsJaroslav Kysela2014-06-131-4/+4
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-071-1/+1
* aplay: fix timespec to msec conversionOlivier Langlois2014-01-221-1/+1
* aplay: fix pcm_read() return valueOlivier Langlois2014-01-081-2/+2
* aplay: fix two off by one errorsJurgen Kramer2013-09-091-2/+2
* Several formatting fixes for manpages.Jordi Mallach2013-05-161-14/+14
* Fix several typos in manpage and help strings.Elimar Riesebieter2013-05-161-1/+1
* arecord: add a missing break to the capture loopJaroslav Kysela2013-04-171-0/+3
* aplay/arecord: change the interrupt handling using snd_pcm_abort()Jaroslav Kysela2013-04-081-24/+15
* aplay/arecord: added isatty() check (interactive mode)Jaroslav Kysela2013-03-221-0/+4