1. 14 Mar, 2009 1 commit
  2. 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
  3. 12 Mar, 2009 1 commit
  4. 16 Feb, 2009 4 commits
  5. 11 Feb, 2009 2 commits
  6. 10 Feb, 2009 6 commits
  7. 25 Jan, 2009 3 commits
  8. 17 Jan, 2009 1 commit
  9. 04 Jan, 2009 1 commit
  10. 03 Jan, 2009 1 commit
  11. 31 Dec, 2008 2 commits
  12. 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
  13. 28 Dec, 2008 1 commit
  14. 27 Dec, 2008 1 commit
  15. 25 Nov, 2008 1 commit
  16. 02 Nov, 2008 1 commit
  17. 29 Oct, 2008 8 commits
  18. 28 Oct, 2008 1 commit
  19. 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
  20. 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