1. 05 Feb, 2021 1 commit
  2. 17 Jan, 2021 1 commit
  3. 01 Jan, 2021 1 commit
  4. 01 Dec, 2020 1 commit
  5. 08 Oct, 2020 1 commit
  6. 02 Oct, 2020 1 commit
  7. 01 Jul, 2020 1 commit
  8. 26 Mar, 2020 1 commit
  9. 16 Mar, 2020 1 commit
  10. 04 Feb, 2020 2 commits
  11. 01 Feb, 2020 1 commit
  12. 18 Jan, 2020 1 commit
  13. 05 Jul, 2019 1 commit
  14. 04 Jul, 2019 2 commits
    • Max Kellermann's avatar
      output/alsa: check ring buffer space before writing to it · 0a32634d
      Max Kellermann authored
      Pass only the amount of data to PcmExport::Export() when its full
      output fits into the ring buffer.  Using only a part of the
      PcmExport::Export() result may cause data corruption because
      PcmExport's internal state may contain partial blocks which would need
      to be rolled back when only some of its output data was used.
      
      As a side effect, this fixes an assertion failure because
      PcmExport::CalcInputSize() considered partial block data and could
      cause Play() to return a number larger than the "size" parameter.
      0a32634d
    • Max Kellermann's avatar
      output/alsa: throw unexpected snd_pcm_writei() errors · b12fc3c6
      Max Kellermann authored
      If snd_pcm_writei() fails, throw an error and stop playback instead
      of going into an endless busy loop.
      b12fc3c6
  15. 03 Jul, 2019 1 commit
  16. 28 Jun, 2019 10 commits
  17. 27 Jun, 2019 6 commits
  18. 26 Jun, 2019 3 commits
  19. 17 Jun, 2019 4 commits