1. 19 Nov, 2009 4 commits
  2. 18 Nov, 2009 1 commit
  3. 17 Nov, 2009 3 commits
  4. 15 Nov, 2009 4 commits
  5. 14 Nov, 2009 16 commits
  6. 13 Nov, 2009 4 commits
  7. 12 Nov, 2009 5 commits
  8. 11 Nov, 2009 3 commits
    • Max Kellermann's avatar
      directory: include config.h · b9c610ac
      Max Kellermann authored
      *sigh* another Large File breakage.  ino_t/dev_t this time.  We need
      to include config.h in directory.h to get this straight.
      b9c610ac
    • Max Kellermann's avatar
      decoder/wavpack: allow more than 2 channels · 59189160
      Max Kellermann authored
      Remove the OPEN_2CH_MAX option.  MPD's support for surround sound is
      still clunky, but we're working on it.
      59189160
    • Max Kellermann's avatar
      decoder/wavpack: activate 32 bit support · ee5d3337
      Max Kellermann authored
      MPD has been supporting 32 bit samples since version 0.15.  This patch
      changes one check, and removes the 32->24 conversion code.
      
      Note that WavPack floating point samples have 32 bits, and MPD doesn't
      have a special check for floating point - therefore, this WavPack
      plugin still returns 24 bit integer samples as before (until we have
      float support in the MPD core).
      ee5d3337