1. 10 Jun, 2020 1 commit
  2. 30 Apr, 2020 1 commit
  3. 22 Apr, 2020 1 commit
  4. 14 Apr, 2020 1 commit
  5. 26 Mar, 2020 1 commit
  6. 16 Mar, 2020 2 commits
  7. 13 Mar, 2020 1 commit
  8. 12 Mar, 2020 2 commits
  9. 02 Feb, 2020 1 commit
  10. 18 Jan, 2020 2 commits
  11. 23 Dec, 2019 1 commit
  12. 03 Aug, 2019 1 commit
    • Max Kellermann's avatar
      player/Thread: don't restart unseekable song after failed seek attempt · f2d8fd76
      Max Kellermann authored
      The check IsSeekableCurrentSong() was added by commit
      44b20024 in version 0.20.19, but it
      caused a regression: by doing the branch only if the current song is
      seekable, the player would restart the current song if it was not
      seekable, and later the initial seek would fail; but we already know
      it's not seekable, and so we should fail early.
      f2d8fd76
  13. 17 Jun, 2019 1 commit
  14. 31 May, 2019 2 commits
  15. 20 May, 2019 2 commits
    • Max Kellermann's avatar
      player/Thread: fix "single" mode race condition · 923e6673
      Max Kellermann authored
      If the decoder finishes decoding the current song between the two
      IsIdle() checks, MPD stops playback instead of starting the decoder
      for the next song.
      
      This is usually not visible problem, because the main thread restarts
      it via playlist::ResumePlayback(), but that way it, ignores "single"
      mode.
      
      As a workaround, this commit adds another "queued" check which
      re-enters the player loop and checks again whether to start the
      decoder.
      
      Closes https://github.com/MusicPlayerDaemon/MPD/issues/556
      923e6673
    • Max Kellermann's avatar
      player/Thread: remove unnecessary "pipe" check · ff3e2c05
      Max Kellermann authored
      The "queued" flag can only possibly be set if the decoder is still
      decoding the current song or if the decoder is stopped.  This is also
      what the following assert() checks.  This check was not necessary.
      ff3e2c05
  16. 26 Apr, 2019 2 commits
  17. 25 Apr, 2019 1 commit
  18. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  19. 12 Nov, 2018 1 commit
  20. 06 Nov, 2018 1 commit
  21. 31 Oct, 2018 1 commit
  22. 29 Oct, 2018 1 commit
  23. 23 Sep, 2018 9 commits
  24. 22 Sep, 2018 3 commits