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. 11 Nov, 2018 2 commits
  3. 31 Oct, 2018 1 commit
  4. 29 Oct, 2018 4 commits
  5. 25 Oct, 2018 2 commits
  6. 24 Oct, 2018 1 commit
  7. 23 Oct, 2018 1 commit
  8. 16 Oct, 2018 1 commit
  9. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  10. 07 Oct, 2018 1 commit
  11. 06 Oct, 2018 1 commit
  12. 20 Aug, 2018 1 commit
  13. 17 Aug, 2018 1 commit
  14. 02 Aug, 2018 1 commit
  15. 26 Jul, 2018 2 commits
  16. 24 Jul, 2018 1 commit
    • Max Kellermann's avatar
      input/buffered: fix bogus offset after Seek() · c8e6f50d
      Max Kellermann authored
      Instead of copying the offset from our `input`, copy the requested
      offset to our `offset` attribute.
      
      By the time Seek() finishes, our input's offset may have advanced
      already, having read some more data, thus giving us a bogus offset.
      
      This fixes spurious decoder failues (closes #320).
      c8e6f50d
  17. 18 Jul, 2018 2 commits
  18. 17 Jul, 2018 2 commits
  19. 16 Jul, 2018 1 commit
  20. 06 Jul, 2018 7 commits
  21. 22 Jun, 2018 5 commits
  22. 21 Jun, 2018 1 commit