1. 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
  2. 10 Aug, 2021 1 commit
  3. 25 Jun, 2021 1 commit
  4. 24 Jun, 2021 1 commit
  5. 19 May, 2021 2 commits
  6. 13 Mar, 2021 1 commit
  7. 10 Mar, 2021 16 commits
  8. 08 Mar, 2021 17 commits