1. 12 Jan, 2020 1 commit
  2. 16 Mar, 2019 1 commit
  3. 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
  4. 31 Oct, 2018 1 commit
  5. 30 Jan, 2018 1 commit
  6. 19 Dec, 2017 1 commit
  7. 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
  8. 10 Aug, 2017 1 commit
  9. 08 Aug, 2017 1 commit
  10. 07 Aug, 2017 1 commit
  11. 23 May, 2017 1 commit
  12. 16 May, 2017 1 commit
  13. 08 May, 2017 1 commit
  14. 25 Jan, 2017 1 commit
  15. 03 Jan, 2017 1 commit
  16. 28 Dec, 2016 1 commit
  17. 09 Nov, 2016 1 commit
  18. 02 Nov, 2016 2 commits
  19. 09 Sep, 2016 2 commits
  20. 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
  21. 15 Aug, 2016 2 commits
  22. 26 Feb, 2016 1 commit
  23. 21 Jan, 2015 1 commit
  24. 04 Jan, 2015 4 commits
  25. 01 Jan, 2015 1 commit
  26. 29 Dec, 2014 6 commits
  27. 24 Oct, 2014 1 commit
    • Steven Newbury's avatar
      Set pulseaudio channel map to WAVE-EX · 76f277ee
      Steven Newbury authored
      Pulseaudio expects clients to specify their channel-map if the
      default (ALSA) map does not route the audio to the expected speakers.
      
      Many Google results suggest dealing with this by re-routing the audio
      channels with the appropriate ALSA plugin, but this will then simply
      break any clients which expect the default ALSA mapping.
      
      Virtually all media files and codecs, certainly flac, dca, a52, and of
      course anything based on Microsoft's WAVEFORMAT_EXTENSIBLE specification,
      assume the layout in the table here:
      http://en.wikipedia.org/wiki/Surround_sound#Standard_speaker_channels
      
      Fortunately, pulseaudio directly addresses this with a built-in channel
      map for WAVE-EX which can be set automatically in the stream sample-spec.
      76f277ee
  28. 05 Sep, 2014 1 commit
  29. 04 Mar, 2014 1 commit