1. 21 May, 2023 2 commits
  2. 17 Jan, 2023 1 commit
  3. 14 Oct, 2022 1 commit
  4. 08 Aug, 2022 2 commits
  5. 12 Jul, 2022 1 commit
  6. 08 Jul, 2022 17 commits
  7. 04 Jul, 2022 1 commit
  8. 24 May, 2022 1 commit
  9. 26 Apr, 2022 10 commits
  10. 14 Mar, 2022 1 commit
    • Richard Schorrig's avatar
      WasapiOutputPlugin pause bug fix · aeaef855
      Richard Schorrig authored
      Wasapi output plugin won't start playing after being paused
      
      The cause is that the scope guard in the WASAPI work thread
      (WasapiOutputPlugin.cxx, function WasapiOutputThread::Work(), in the
      while (true) loop) is set up too 'late' in the execution. There is one
      condition ("if (data_in_frames >= buffer_size_in_frames)") when it is
      hit, the loop will continue without executing the scope guard. This
      scope guard is responsible for emptying the buffer again, and if the
      buffer is not emptied, the above mentioned condition will stay true.
      
      Closes https://github.com/MusicPlayerDaemon/MPD/issues/1451
      aeaef855
  11. 09 Mar, 2022 1 commit
  12. 03 Dec, 2021 1 commit
  13. 26 Nov, 2021 1 commit