1. 10 Nov, 2009 1 commit
  2. 07 Nov, 2009 1 commit
    • Max Kellermann's avatar
      set the close-on-exec flag on all file descriptors · e3af0032
      Max Kellermann authored
      Added the "fd_util" library, which attempts to use the new thread-safe
      Linux system calls pipe2(), accept4() and the options O_CLOEXEC,
      SOCK_CLOEXEC.  Without these, it falls back to FD_CLOEXEC, which is
      not thread safe.
      
      This is particularly important for the "pipe" output plugin (and
      others, such as JACK/PulseAudio), because we were heavily leaking file
      descriptors to child processes.
      e3af0032
  3. 20 Oct, 2009 1 commit
  4. 26 Mar, 2009 1 commit
  5. 14 Mar, 2009 2 commits
  6. 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
  7. 01 Mar, 2009 1 commit
  8. 26 Feb, 2009 6 commits
  9. 25 Feb, 2009 1 commit
  10. 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
  11. 16 Feb, 2009 1 commit
  12. 25 Jan, 2009 5 commits
  13. 18 Jan, 2009 1 commit
  14. 17 Jan, 2009 1 commit
  15. 16 Jan, 2009 1 commit
  16. 10 Jan, 2009 1 commit
    • Viliam Mateicka's avatar
      Introducing mixer api · 11c29ccc
      Viliam Mateicka authored
      This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in
      alsa and oss output plugin
      11c29ccc
  17. 05 Jan, 2009 2 commits
  18. 04 Jan, 2009 1 commit
  19. 01 Jan, 2009 1 commit
  20. 31 Dec, 2008 1 commit
  21. 25 Nov, 2008 1 commit
  22. 29 Oct, 2008 3 commits
  23. 26 Oct, 2008 2 commits
  24. 14 Oct, 2008 2 commits