1. 23 Jun, 2018 2 commits
  2. 22 Jun, 2018 2 commits
  3. 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
  4. 07 Jan, 2018 1 commit
  5. 22 Dec, 2017 2 commits
  6. 21 Dec, 2017 2 commits
  7. 20 Dec, 2017 1 commit
  8. 26 Nov, 2017 2 commits
  9. 04 Jun, 2017 1 commit
  10. 08 May, 2017 1 commit
  11. 10 Feb, 2017 1 commit
  12. 03 Jan, 2017 2 commits
  13. 03 Dec, 2016 3 commits
  14. 25 Nov, 2016 1 commit
  15. 24 Nov, 2016 1 commit
  16. 07 Nov, 2016 1 commit
  17. 08 Sep, 2016 1 commit
  18. 01 Mar, 2016 1 commit
  19. 26 Feb, 2016 1 commit
  20. 31 Dec, 2015 2 commits
  21. 11 Nov, 2015 1 commit
  22. 01 Jan, 2015 1 commit
  23. 29 Aug, 2014 1 commit
  24. 28 Aug, 2014 2 commits
  25. 27 Aug, 2014 1 commit
  26. 12 Aug, 2014 1 commit
  27. 23 Jan, 2014 1 commit
  28. 13 Jan, 2014 1 commit
  29. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  30. 06 Nov, 2013 1 commit