1. 01 Jan, 2021 1 commit
  2. 08 Oct, 2020 1 commit
  3. 07 Sep, 2020 1 commit
  4. 01 Jul, 2020 1 commit
  5. 13 Mar, 2020 1 commit
  6. 12 Mar, 2020 1 commit
  7. 01 Feb, 2020 1 commit
  8. 18 Jan, 2020 2 commits
  9. 05 Jul, 2019 1 commit
  10. 04 Jul, 2019 1 commit
  11. 28 Jun, 2019 3 commits
  12. 27 Jun, 2019 5 commits
  13. 17 Jun, 2019 2 commits
  14. 16 Jun, 2019 1 commit
  15. 08 Mar, 2019 1 commit
  16. 04 Dec, 2018 1 commit
  17. 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
  18. 11 Nov, 2018 2 commits
  19. 31 Oct, 2018 1 commit
  20. 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
  21. 20 Aug, 2018 1 commit
  22. 19 Dec, 2017 3 commits
  23. 14 Nov, 2017 1 commit
  24. 10 Nov, 2017 1 commit
    • Max Kellermann's avatar
      output/alsa: add "allowed_formats" setting · 44c60567
      Max Kellermann authored
      Allows defining a list of supported audio formats, and allows
      switching on and off DoP with certain formats.
      
      This is a first rough draft.  The setting syntax and its semantics may
      still be redesigned.
      44c60567
  25. 26 Oct, 2017 5 commits