1. 22 May, 2017 1 commit
  2. 08 May, 2017 1 commit
  3. 25 Jan, 2017 2 commits
  4. 03 Jan, 2017 1 commit
  5. 28 Dec, 2016 1 commit
  6. 09 Nov, 2016 1 commit
  7. 28 Oct, 2016 4 commits
  8. 19 Sep, 2016 1 commit
  9. 26 Feb, 2016 1 commit
  10. 03 Mar, 2015 1 commit
  11. 21 Jan, 2015 1 commit
  12. 01 Jan, 2015 1 commit
  13. 26 Dec, 2014 1 commit
  14. 05 Feb, 2014 1 commit
  15. 28 Jan, 2014 2 commits
  16. 23 Jan, 2014 1 commit
  17. 13 Jan, 2014 1 commit
  18. 19 Oct, 2013 1 commit
  19. 15 Oct, 2013 1 commit
  20. 04 Sep, 2013 1 commit
  21. 04 Aug, 2013 1 commit
  22. 03 Aug, 2013 1 commit
  23. 30 Jul, 2013 2 commits
  24. 16 Apr, 2013 1 commit
  25. 30 Jan, 2013 1 commit
  26. 02 Aug, 2012 2 commits
  27. 19 Sep, 2011 1 commit
  28. 31 Mar, 2011 1 commit
  29. 29 Jan, 2011 1 commit
  30. 05 Nov, 2010 1 commit
  31. 01 Jan, 2010 1 commit
  32. 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
  33. 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