1. 01 Jan, 2018 1 commit
  2. 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
  3. 03 Jan, 2017 1 commit
  4. 26 Feb, 2016 1 commit
  5. 01 Jan, 2015 1 commit
  6. 13 Jan, 2014 1 commit
  7. 02 Dec, 2013 4 commits
  8. 28 Oct, 2013 1 commit
  9. 15 Oct, 2013 1 commit
    • Max Kellermann's avatar
      gcc.h: major update · 1dd1a705
      Max Kellermann authored
      Copy the according file from another project (i.e. XCSoar).  This will
      allow copying more code more easily.
      1dd1a705
  10. 30 Jul, 2013 1 commit
  11. 08 Apr, 2013 1 commit
  12. 01 Feb, 2013 1 commit
  13. 31 Jan, 2013 1 commit
  14. 02 Oct, 2012 1 commit
  15. 20 Oct, 2011 1 commit
  16. 19 Oct, 2011 3 commits
  17. 29 Jan, 2011 1 commit
  18. 01 Jan, 2010 1 commit
  19. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  20. 23 Jul, 2009 1 commit
  21. 22 Jul, 2009 1 commit
  22. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  23. 02 Mar, 2009 1 commit
  24. 07 Jan, 2009 1 commit
  25. 03 Jan, 2009 1 commit
  26. 29 Dec, 2008 1 commit
  27. 23 Oct, 2008 2 commits