1. 16 Feb, 2009 4 commits
  2. 11 Feb, 2009 2 commits
  3. 10 Feb, 2009 6 commits
  4. 25 Jan, 2009 3 commits
  5. 17 Jan, 2009 1 commit
  6. 04 Jan, 2009 1 commit
  7. 03 Jan, 2009 1 commit
  8. 31 Dec, 2008 2 commits
  9. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f
  10. 28 Dec, 2008 1 commit
  11. 27 Dec, 2008 1 commit
  12. 25 Nov, 2008 1 commit
  13. 02 Nov, 2008 1 commit
  14. 29 Oct, 2008 8 commits
  15. 28 Oct, 2008 1 commit
  16. 23 Oct, 2008 2 commits
    • Max Kellermann's avatar
      audio: allow 24 and 8 bit output · 80603cf6
      Max Kellermann authored
      I added 24 bit support a while ago, but it wasn't possible to force 24
      bit output.  Add 24 and 8 bit to the list of allowed sample sizes.
      Although 8 bit audio isn't as widely used as 24 bit, there is no
      reason to exclude it.
      80603cf6
    • Max Kellermann's avatar
      output_buffer: don't split frames · 980f2ca5
      Max Kellermann authored
      Splitting a frame between two buffer chunks causes distortion in the
      output.  MPD used to assume that the chunk size 1020 would never cause
      splitted frames, but that isn't the case for 24 bit stereo (127.5
      frames), and even less for files with even more channels.
      980f2ca5
  17. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
  18. 13 Oct, 2008 1 commit
  19. 11 Oct, 2008 2 commits