1. 08 Apr, 2013 1 commit
  2. 30 Jan, 2013 1 commit
  3. 13 Feb, 2012 1 commit
  4. 13 Dec, 2011 1 commit
  5. 27 Nov, 2011 2 commits
  6. 10 Oct, 2011 1 commit
  7. 29 Jan, 2011 1 commit
  8. 30 Jun, 2010 2 commits
  9. 20 May, 2010 1 commit
    • Max Kellermann's avatar
      pcm_buffer: 8 kB alignment instead of 64 kB · ed0b4804
      Max Kellermann authored
      Reduce the overhead.  Most buffers used by MPD are around 2 to 4 kB.
      8 kB seems large enough to keep heap fragmentation low.
      
      Additionally, this patch fixes an off-by-one error in the alignment
      formula.
      ed0b4804
  10. 01 Jan, 2010 1 commit
  11. 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
  12. 17 Feb, 2009 1 commit
    • Max Kellermann's avatar
      pcm_buffer: set size after allocation · ac3e2de2
      Max Kellermann authored
      When I implemented the pcm_buffer library, I forgot to set the new
      buffer size.  This caused a new allocation in each pcm_buffer_get(),
      fortunately no memory was leaked.
      ac3e2de2
  13. 07 Jan, 2009 1 commit