1. 23 Dec, 2008 1 commit
  2. 22 Dec, 2008 1 commit
  3. 21 Dec, 2008 10 commits
  4. 20 Dec, 2008 3 commits
  5. 17 Dec, 2008 10 commits
  6. 16 Dec, 2008 9 commits
  7. 15 Dec, 2008 2 commits
  8. 14 Dec, 2008 1 commit
    • jefromi's avatar
      configure.ac: added libcurl to configure summary · 9deecd21
      jefromi authored
      When updating from a version before libcurl was used for streaming
      support, this is confusing - streaming will work with the old version
      (e.g. 0.13.2) but will give "no such file" errors with the new due to
      the missing dependency. However, the missing dependency will not be
      obvious when running the configure script.
      9deecd21
  9. 13 Dec, 2008 1 commit
  10. 09 Dec, 2008 1 commit
    • Max Kellermann's avatar
      ao: use 16 bit sample format · 0dab2c5b
      Max Kellermann authored
      There have been bug reports on MPD regarding 24 bit output via
      libao/esd.  The "ao" plugin does not attempt fall back to 16 bit
      currently, and thus fails to play 24 bit audio (i.e. all mp3 files).
      Make it always use 16 bit samples for now, until more bits are
      well-tested.
      0dab2c5b
  11. 08 Dec, 2008 1 commit
    • Max Kellermann's avatar
      osx: use 16 bit sample format · 4288cc06
      Max Kellermann authored
      The OS X output does not seem to support 24 bit audio in the way MPD
      implements it currently.  Fall back to 16 bit for now, and schedule
      24 bit support on OS X for MPD 0.15.
      4288cc06