1. 12 Nov, 2017 1 commit
  2. 04 Jun, 2017 1 commit
  3. 19 May, 2017 1 commit
  4. 08 May, 2017 1 commit
  5. 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
  6. 17 Jan, 2017 4 commits
  7. 11 Jan, 2017 6 commits
  8. 10 Jan, 2017 1 commit
  9. 08 Jan, 2017 1 commit
  10. 03 Jan, 2017 4 commits
  11. 14 Dec, 2016 1 commit
  12. 13 Dec, 2016 3 commits
  13. 09 Dec, 2016 3 commits
  14. 03 Dec, 2016 3 commits
  15. 25 Nov, 2016 1 commit
  16. 24 Nov, 2016 2 commits
  17. 23 Nov, 2016 1 commit
  18. 22 Nov, 2016 2 commits
  19. 21 Nov, 2016 1 commit
  20. 18 Nov, 2016 2 commits