1. 03 Jan, 2017 1 commit
  2. 26 Feb, 2016 1 commit
  3. 01 Jan, 2015 1 commit
  4. 29 Jan, 2014 1 commit
  5. 28 Jan, 2014 1 commit
  6. 23 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 28 Nov, 2013 1 commit
  9. 28 Oct, 2013 1 commit
  10. 25 Oct, 2013 1 commit
  11. 02 Oct, 2013 1 commit
  12. 26 Sep, 2013 1 commit
  13. 03 Aug, 2013 1 commit
  14. 30 Jan, 2013 1 commit
  15. 05 Jan, 2013 1 commit
  16. 04 Jan, 2013 1 commit
  17. 19 Sep, 2011 1 commit
  18. 01 Sep, 2011 2 commits
    • Max Kellermann's avatar
      output_all: move _lock_signal() to output_control.c · 2be6184c
      Max Kellermann authored
      Better name, better documentation.
      2be6184c
    • Max Kellermann's avatar
      output_thread: reimplement CANCEL synchronization · 8b0b4ff0
      Max Kellermann authored
      The output thread could hang indefinitely after finishing CANCEL,
      because it could have missed the signal while the output was not
      unlocked in ao_command_finished().
      
      This patch removes the wait() call after CANCEL, and adds the flag
      "allow_play" instead.  While this flag is set, playback is skipped.
      With this flag, there will not be any excess wait() call after the
      pipe has been cleared.
      
      This patch fixes a bug that causes mpd to discontinue playback after
      seeking, due to the race condition described above.
      8b0b4ff0
  19. 29 Jan, 2011 1 commit
  20. 10 Jan, 2011 1 commit
  21. 10 Mar, 2010 1 commit
    • Max Kellermann's avatar
      output: added option "always_on" for radio stations · e686d191
      Max Kellermann authored
      Did you ever accidently click "stop" while feeding a radio station?
      This option sets the output device to "pause" to disable the "close"
      method.  It falls back to "pause" then, which is specific to the
      plugin.  Some plugins implement it by feeding silence.
      e686d191
  22. 01 Jan, 2010 1 commit
  23. 09 Nov, 2009 1 commit
  24. 23 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added methods enable() and disable() · e53ca368
      Max Kellermann authored
      With these methods, an output plugin can allocate some global
      resources only if it is actually enabled.  The method enable() is
      called after daemonization, which allows for more sophisticated
      resource allocation during that method.
      e53ca368
  25. 20 Oct, 2009 1 commit
  26. 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
  27. 10 Mar, 2009 1 commit
  28. 09 Mar, 2009 2 commits
    • Max Kellermann's avatar
      output: play from a music_pipe object · 3291666b
      Max Kellermann authored
      Instead of passing individual buffers to audio_output_all_play(), pass
      music_chunk objects.  Append all those chunks asynchronously to a
      music_pipe instance.  All output threads may then read chunks from
      this pipe.  This reduces MPD's internal latency by an order of
      magnitude.
      3291666b
    • Max Kellermann's avatar
      output_control: make audio_output_open() static · 8de179ef
      Max Kellermann authored
      audio_output_open() is only called by audio_output_update().  Don't
      export it.
      8de179ef
  29. 07 Mar, 2009 1 commit
  30. 01 Mar, 2009 1 commit
  31. 25 Feb, 2009 1 commit
  32. 23 Feb, 2009 1 commit
  33. 15 Feb, 2009 1 commit
  34. 25 Jan, 2009 1 commit
  35. 18 Jan, 2009 1 commit
  36. 17 Jan, 2009 1 commit
  37. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  38. 29 Oct, 2008 1 commit