summaryrefslogtreecommitdiff
path: root/aplay
Commit message (Expand)AuthorAgeFilesLines
* arecord: use correct durationTj2023-05-031-3/+3
* Add OpenBSD supportSASANO Takayoshi2023-02-032-2/+4
* aplay,axfer: Replace off64_t with off_tKhem Raj2023-01-231-22/+22
* aplay: Fix parsing of format with WAV_FMT_EXTENSIBLE headerAmadeusz Sławiński2023-01-231-4/+20
* aplay: remove wrongly merged UCM codeJaroslav Kysela2022-08-031-38/+0
* aplay: fix the capture file length regressionJaroslav Kysela2022-08-031-1/+1
* aplay: Fix for arecord recording ghost dataAmadeusz Sławiński2022-05-311-2/+2
* aplay: fix a typo in warning (inaudiable -> inaudible)Matthias Braun2022-05-031-1/+1
* topology: pre-processor: Move the call to expand variablesRanjani Sridharan2021-12-191-0/+38
* aplay: Fix out-of-bound access in stereo VU meter drawingTakashi Iwai2021-08-241-4/+6
* aplay: Handle upper bound in peak calculationsTakashi Iwai2021-08-241-0/+2
* aplay: Don't pass most negative integer to abs() in peak calculationsTakashi Iwai2021-08-241-1/+4
* aplay: Handle 16bit sample negative overflow in peak calculationsTakashi Iwai2021-08-241-3/+3
* aplay: Fix conversion of unsigned samples in peak calculationTakashi Iwai2021-08-241-3/+6
* arecord: Inform users when 8-bit sampling is used on ttyJaroslav Kysela2021-06-141-1/+10
* Revert "aplay: try to use 16-bit format to increase capture quality"Jaroslav Kysela2021-06-141-34/+9
* aplay: avoid any further PCM writing if in abortAndreas Pape2021-03-191-7/+13
* aplay: fix the wrong pointer dereference in playbackv_go()Jaroslav Kysela2021-03-051-1/+1
* aplay: fix the test position test for playback (avail > delay)Jaroslav Kysela2021-01-191-2/+2
* aplay: add avail > delay checks to --test-positionJaroslav Kysela2021-01-081-0/+8
* aplay: add test code for snd_pcm_status() to --test-positionJaroslav Kysela2021-01-031-10/+38
* aplay: fix the CPU busy loop in the pause handlerJaroslav Kysela2020-11-081-2/+15
* aplay: cosmetic code fix in xrun()Jaroslav Kysela2020-10-231-1/+2
* aplay: try to use 16-bit format to increase capture qualityHui Wang2020-10-231-9/+34
* 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