1. 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
  2. 26 Feb, 2009 5 commits
  3. 25 Feb, 2009 1 commit
  4. 23 Feb, 2009 2 commits
    • Max Kellermann's avatar
      output: pass the music chunk pointer as void*, not char* · a4dfab2a
      Max Kellermann authored
      The meaning of the chunk depends on the audio format; don't suggest a
      specific format by declaring the pointer as "char*", pass "void*"
      instead.
      a4dfab2a
    • Max Kellermann's avatar
      output_api: play() returns a length · 5a898c15
      Max Kellermann authored
      The old API required an output plugin to not return until all data
      passed to the play() method is consumed.  Some output plugins have to
      loop to fulfill that requirement, and may block during that.  Simplify
      these, by letting them consume only part of the buffer: make play()
      return the length of the consumed data.
      5a898c15
  5. 19 Feb, 2009 1 commit
    • Max Kellermann's avatar
      utils: use g_usleep() instead of my_usleep() · e7131b5d
      Max Kellermann authored
      Now that I've found this nice function in the GLib docs, we can
      finally remove our custom sleep function.  Still all those callers of
      g_usleep() have to be migrated one day to use events, instead of
      regular polling.
      e7131b5d
  6. 10 Feb, 2009 1 commit
  7. 25 Jan, 2009 2 commits
  8. 17 Jan, 2009 1 commit
  9. 05 Jan, 2009 2 commits
  10. 01 Jan, 2009 1 commit
  11. 28 Dec, 2008 1 commit
  12. 17 Dec, 2008 6 commits
  13. 08 Dec, 2008 3 commits
  14. 04 Nov, 2008 2 commits
  15. 29 Oct, 2008 1 commit
  16. 26 Oct, 2008 2 commits
  17. 10 Oct, 2008 2 commits
  18. 29 Sep, 2008 1 commit
    • Max Kellermann's avatar
      use C99 struct initializers · de7cda1d
      Max Kellermann authored
      The old struct initializers are error prone and don't allow moving
      elements around.  Since we are going to overhaul some of the APIs
      soon, it's easier to have all implementations use C99 initializers.
      de7cda1d
  19. 24 Sep, 2008 2 commits
  20. 23 Sep, 2008 1 commit
  21. 08 Sep, 2008 1 commit
  22. 07 Sep, 2008 1 commit