1. 08 May, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 28 Dec, 2016 1 commit
  4. 09 Nov, 2016 1 commit
  5. 28 Oct, 2016 4 commits
  6. 19 Sep, 2016 1 commit
  7. 26 Feb, 2016 1 commit
  8. 03 Mar, 2015 1 commit
  9. 21 Jan, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 26 Dec, 2014 1 commit
  12. 05 Feb, 2014 1 commit
  13. 28 Jan, 2014 2 commits
  14. 23 Jan, 2014 1 commit
  15. 13 Jan, 2014 1 commit
  16. 19 Oct, 2013 1 commit
  17. 15 Oct, 2013 1 commit
  18. 04 Sep, 2013 1 commit
  19. 04 Aug, 2013 1 commit
  20. 03 Aug, 2013 1 commit
  21. 30 Jul, 2013 2 commits
  22. 16 Apr, 2013 1 commit
  23. 30 Jan, 2013 1 commit
  24. 02 Aug, 2012 2 commits
  25. 19 Sep, 2011 1 commit
  26. 31 Mar, 2011 1 commit
  27. 29 Jan, 2011 1 commit
  28. 05 Nov, 2010 1 commit
  29. 01 Jan, 2010 1 commit
  30. 29 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added method "drain" · 1403172e
      Max Kellermann authored
      drain() is the opposite of cancel(): it waits until all data in the
      buffer has finished playing.  Instead of implicitly draining in the
      close() method like the ALSA plugin has been doing it forever, let the
      output thread decide whether to drain or to cancel.
      1403172e
  31. 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
  32. 26 Mar, 2009 1 commit
  33. 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
  34. 26 Feb, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: report errors with GError · ec926539
      Max Kellermann authored
      Use GLib's GError library for reporting output device failures.
      
      Note that some init() methods don't clean up properly after a failure,
      but that's ok for now, because the MPD core will abort anyway.
      ec926539