1. 27 Jan, 2017 1 commit
  2. 20 Jan, 2017 2 commits
  3. 19 Jan, 2017 1 commit
    • Max Kellermann's avatar
      pcm/PcmChannels: silence surround channels when converting from stereo · 33716732
      Max Kellermann authored
      Previously, there was no special code to convert stereo to
      multi-channel.  The generic solution for this was to convert to mono,
      and then copy the result to all channels.  That's a pretty bad
      solution, but at least something which always renders audio.  MPD does
      something, instead of failing.
      
      Now that MPD has proper support for multi-channel (by defining the
      channel order), we can do better than that.  It is a (somewhat) common
      case to play back stereo music on a DAC which can only do
      multi-channel.  The best approach here is to copy the stereo channels
      to front-left and front-right, and apply the "silence" pattern to all
      other channels.
      33716732
  4. 17 Jan, 2017 2 commits
  5. 11 Jan, 2017 13 commits
  6. 10 Jan, 2017 1 commit
  7. 03 Jan, 2017 1 commit
  8. 09 Nov, 2016 1 commit
  9. 28 Oct, 2016 1 commit
  10. 09 Sep, 2016 1 commit
  11. 28 Jul, 2016 1 commit
  12. 05 Jul, 2016 1 commit
  13. 01 Jul, 2016 2 commits
  14. 01 Mar, 2016 1 commit
  15. 27 Feb, 2016 3 commits
  16. 26 Feb, 2016 7 commits
  17. 27 Oct, 2015 1 commit