1. 15 Feb, 2021 3 commits
  2. 01 Jan, 2021 1 commit
  3. 02 Oct, 2020 1 commit
  4. 16 Mar, 2020 1 commit
  5. 13 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace stddef.h with cstddef · 2db8bcc3
      Rosen Penev authored
      The former is deprecated with C++14. The standard says both are the same:
      
      The contents and meaning of the header<cstddef>are the same as the C
      standard library header<stddef.h>,except that it does not declare the type
      wchar_t, that it also declares the type byte and its associated
      operations (21.2.5), and as noted in 21.2.3 and 21.2.4.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      2db8bcc3
  6. 12 Mar, 2020 2 commits
  7. 02 Feb, 2020 1 commit
  8. 01 Feb, 2020 1 commit
  9. 18 Jan, 2020 1 commit
  10. 12 Jan, 2020 1 commit
  11. 03 Aug, 2019 1 commit
    • ckdo's avatar
      Add the ability to specify media.role for pulse output plugin · d305f187
      ckdo authored
      This is useful in multiple mpd instances scenario, or multiple pulse outputs defined on the same mpd instance.
      It is actually a more flexible way to route flows than the "sink" parameter, letting the PulseAudio routing do its job, but with the ability to isolate routing for each output.
      
      If not specified, the role remains like it was before this commit, ie "music"
      d305f187
  12. 05 Jul, 2019 1 commit
  13. 03 Jul, 2019 1 commit
  14. 17 Jun, 2019 1 commit
  15. 16 Mar, 2019 1 commit
  16. 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
  17. 31 Oct, 2018 1 commit
  18. 30 Jan, 2018 1 commit
  19. 19 Dec, 2017 1 commit
  20. 08 Sep, 2017 1 commit
    • Max Kellermann's avatar
      output/Interface: allow Pause() to throw exception · d0f6131b
      Max Kellermann authored
      Coverity discovered that the Pulse plugin could throw exceptions from
      Pause(), but that method was marked "noexcept" because its caller was
      not designed to catch exceptions.  So instead of avoiding exceptions
      (by catching and logging them in each and every implementation), let's
      allow them, and do the catch/log game in the MPD core.
      d0f6131b
  21. 10 Aug, 2017 1 commit
  22. 08 Aug, 2017 1 commit
  23. 07 Aug, 2017 1 commit
  24. 23 May, 2017 1 commit
  25. 16 May, 2017 1 commit
  26. 08 May, 2017 1 commit
  27. 25 Jan, 2017 1 commit
  28. 03 Jan, 2017 1 commit
  29. 28 Dec, 2016 1 commit
  30. 09 Nov, 2016 1 commit
  31. 02 Nov, 2016 2 commits
  32. 09 Sep, 2016 2 commits
  33. 23 Aug, 2016 1 commit
    • Earnestly's avatar
      Don't overwrite ss.format · e2f6cc9c
      Earnestly authored
      Currently the switch statement is invalidated by ss.format being overwritten
      with the default value of PA_SIMPLE_S16NE which results in white noise during
      playback as my server is expected S16LE (S16NE).
      Signed-off-by: 's avatarEarnestly <zibeon@gmail.com>
      e2f6cc9c
  34. 15 Aug, 2016 2 commits