1. 18 Feb, 2021 2 commits
  2. 01 Jan, 2021 1 commit
  3. 18 Jan, 2020 1 commit
  4. 17 Jun, 2019 1 commit
  5. 22 May, 2019 1 commit
  6. 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
  7. 31 Oct, 2018 1 commit
  8. 20 Aug, 2018 1 commit
  9. 02 Aug, 2018 1 commit
  10. 21 Jan, 2018 1 commit
  11. 18 Aug, 2017 1 commit
  12. 04 Jun, 2017 1 commit
  13. 15 May, 2017 1 commit
  14. 08 May, 2017 1 commit
  15. 08 Feb, 2017 6 commits
  16. 18 Jan, 2017 1 commit
  17. 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
  18. 03 Jan, 2017 1 commit
  19. 26 Feb, 2016 1 commit
  20. 23 Feb, 2016 1 commit
  21. 20 Oct, 2015 1 commit
  22. 12 Jan, 2015 1 commit
  23. 01 Jan, 2015 1 commit
  24. 29 Aug, 2014 1 commit
  25. 28 Aug, 2014 1 commit
  26. 06 Feb, 2014 1 commit
  27. 23 Jan, 2014 1 commit
  28. 21 Jan, 2014 3 commits
  29. 19 Jan, 2014 1 commit
  30. 17 Jan, 2014 1 commit
  31. 15 Jan, 2014 2 commits