1. 10 Jun, 2020 1 commit
  2. 13 Mar, 2020 1 commit
  3. 12 Mar, 2020 1 commit
  4. 18 Jan, 2020 2 commits
  5. 20 Aug, 2019 2 commits
  6. 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
  7. 17 Jun, 2019 1 commit
  8. 31 May, 2019 1 commit
  9. 26 Apr, 2019 1 commit
  10. 25 Apr, 2019 2 commits
  11. 31 Oct, 2018 1 commit
  12. 24 Oct, 2018 1 commit
  13. 21 Sep, 2018 2 commits
  14. 23 Jun, 2018 2 commits
  15. 22 Jun, 2018 2 commits
  16. 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
  17. 07 Jan, 2018 1 commit
  18. 22 Dec, 2017 2 commits
  19. 21 Dec, 2017 2 commits
  20. 20 Dec, 2017 1 commit
  21. 26 Nov, 2017 2 commits
  22. 04 Jun, 2017 1 commit
  23. 08 May, 2017 1 commit
  24. 10 Feb, 2017 1 commit
  25. 03 Jan, 2017 2 commits
  26. 03 Dec, 2016 3 commits
  27. 25 Nov, 2016 1 commit
  28. 24 Nov, 2016 1 commit