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