1. 16 May, 2017 2 commits
  2. 15 May, 2017 1 commit
  3. 08 May, 2017 2 commits
  4. 28 Apr, 2017 1 commit
  5. 21 Apr, 2017 1 commit
  6. 18 Apr, 2017 1 commit
  7. 29 Mar, 2017 2 commits
  8. 20 Feb, 2017 1 commit
  9. 19 Feb, 2017 14 commits
  10. 15 Feb, 2017 1 commit
  11. 10 Feb, 2017 2 commits
  12. 09 Feb, 2017 1 commit
    • Max Kellermann's avatar
      output/alsa: non-blocking mode · b1c7649e
      Max Kellermann authored
      Use SND_PCM_NONBLOCK, and perform all snd_pcm_writei() calls in the
      IOThread.  Use a lockless queue to copy data from the OutputThread to
      the IOThread.
      
      This rather major change aims to improve MPD's internal latency.  All
      waits are now under MPD's control, instead of blocking inside
      libasound2.
      
      As a side effect, an output's filter is now decoupled from the actual
      device I/O, which solves a major latency problem with the conversion
      filter on slow CPUs and small period buffers.  See:
      
       https://bugs.musicpd.org/view.php?id=3900
      b1c7649e
  13. 08 Feb, 2017 1 commit
  14. 01 Feb, 2017 1 commit
  15. 25 Jan, 2017 8 commits
  16. 24 Jan, 2017 1 commit