1. 13 Mar, 2020 1 commit
  2. 12 Mar, 2020 1 commit
  3. 18 Jan, 2020 2 commits
  4. 20 Aug, 2019 2 commits
  5. 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
  6. 17 Jun, 2019 1 commit
  7. 31 May, 2019 1 commit
  8. 26 Apr, 2019 1 commit
  9. 25 Apr, 2019 2 commits
  10. 31 Oct, 2018 1 commit
  11. 24 Oct, 2018 1 commit
  12. 21 Sep, 2018 2 commits
  13. 23 Jun, 2018 2 commits
  14. 22 Jun, 2018 2 commits
  15. 25 Apr, 2018 1 commit
    • Max Kellermann's avatar
      player/Thread: never reuse decoder when switching radio streams · 44b20024
      Max Kellermann authored
      When switching to another song manually, the player checks if the
      decoder is already decoding that song; if so, it will attempt to reuse
      it by seeking it to the new position.  That however fails if the
      decoder is not seekable (e.g. a radio stream) which leaves the user
      unable to switch to that song with the bogus error message "Not
      seekable".
      44b20024
  16. 07 Jan, 2018 1 commit
  17. 22 Dec, 2017 2 commits
  18. 21 Dec, 2017 2 commits
  19. 20 Dec, 2017 1 commit
  20. 26 Nov, 2017 2 commits
  21. 04 Jun, 2017 1 commit
  22. 08 May, 2017 1 commit
  23. 10 Feb, 2017 1 commit
  24. 03 Jan, 2017 2 commits
  25. 03 Dec, 2016 3 commits
  26. 25 Nov, 2016 1 commit
  27. 24 Nov, 2016 1 commit
  28. 07 Nov, 2016 1 commit