1. 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
  2. 12 Nov, 2018 1 commit
  3. 06 Nov, 2018 1 commit
  4. 31 Oct, 2018 1 commit
  5. 29 Oct, 2018 1 commit
  6. 23 Sep, 2018 9 commits
  7. 22 Sep, 2018 4 commits
  8. 21 Sep, 2018 11 commits
  9. 20 Aug, 2018 1 commit
  10. 02 Aug, 2018 1 commit
  11. 23 Jun, 2018 3 commits
  12. 22 Jun, 2018 3 commits
  13. 12 May, 2018 1 commit
  14. 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
  15. 25 Feb, 2018 1 commit