1. 28 Jan, 2013 2 commits
  2. 27 Jan, 2013 1 commit
  3. 26 Jan, 2013 1 commit
  4. 25 Jan, 2013 1 commit
  5. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  6. 14 Sep, 2011 2 commits
  7. 29 Jan, 2011 1 commit
  8. 01 Jan, 2010 1 commit
  9. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  10. 26 Mar, 2009 2 commits
    • Max Kellermann's avatar
      mixer: don't reopen failed mixer automatically · 69759b57
      Max Kellermann authored
      If a (global) mixer has been closed due to failure, don't reopen it
      with every volume get/set.  Leave it closed until it is explicitly
      opened.
      69759b57
    • Max Kellermann's avatar
      mixer: added flag "open" · 617a4fd2
      Max Kellermann authored
      Remember if a mixer object is open or closed.  Don't call open() again
      if it is already open.  This guarantees that the mixer plugin is
      always called in a consistent state, and we will be able to remove
      lots of checks from the implementations.
      
      To support mixers which are automatically opened even if the audio
      output is still closed (to set the volume before playback starts),
      this patch also adds the "global" flag to the mixer_plugin struct.
      Both ALSA and OSS set this flag, while PULSE does not.
      617a4fd2
  11. 14 Mar, 2009 3 commits
  12. 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
  13. 07 Mar, 2009 1 commit
  14. 02 Mar, 2009 1 commit
  15. 16 Feb, 2009 1 commit
  16. 25 Jan, 2009 7 commits
  17. 17 Jan, 2009 1 commit
  18. 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