1. 21 Jan, 2018 1 commit
  2. 18 Aug, 2017 1 commit
  3. 04 Jun, 2017 1 commit
  4. 15 May, 2017 1 commit
  5. 08 May, 2017 1 commit
  6. 08 Feb, 2017 6 commits
  7. 18 Jan, 2017 1 commit
  8. 14 Jan, 2017 1 commit
    • Max Kellermann's avatar
      DetachedSong: compare start_time and end_time in IsSame() · e847ddf0
      Max Kellermann authored
      This method is used by DecoderControl::IsCurrentSong(), which is used
      by the player thread to check whether the current decoder instance can
      be reused to seek.  When switching to another song in the same CUE
      sheet, previously DetachedSong::IsSame() returned true, and thus the
      old decoder instance was used for the new song, not considering the
      new end_time.  This led to the old decoder quickly quitting.
      e847ddf0
  9. 03 Jan, 2017 1 commit
  10. 26 Feb, 2016 1 commit
  11. 23 Feb, 2016 1 commit
  12. 20 Oct, 2015 1 commit
  13. 12 Jan, 2015 1 commit
  14. 01 Jan, 2015 1 commit
  15. 29 Aug, 2014 1 commit
  16. 28 Aug, 2014 1 commit
  17. 06 Feb, 2014 1 commit
  18. 23 Jan, 2014 1 commit
  19. 21 Jan, 2014 3 commits
  20. 19 Jan, 2014 1 commit
  21. 17 Jan, 2014 1 commit
  22. 15 Jan, 2014 2 commits
  23. 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