1. 07 Aug, 2017 1 commit
  2. 28 Apr, 2017 1 commit
    • Max Kellermann's avatar
      output/Control: add struct AudioOutputControl · 8bb9d096
      Max Kellermann authored
      Will move attributes from struct AudioOutput that are specific to the
      OutputThread.  The new struct AudioOutputControl is a holder for the
      AudioOutput pointer.
      
      This prepares for making the output list more dynamic, to allow moving
      outputs to between partitions.
      8bb9d096
  3. 03 Jan, 2017 1 commit
  4. 14 Dec, 2016 1 commit
  5. 26 Feb, 2016 1 commit
  6. 11 Nov, 2015 1 commit
  7. 26 Oct, 2015 1 commit
  8. 15 Aug, 2015 1 commit
  9. 01 Jan, 2015 1 commit
  10. 28 Jan, 2014 3 commits
  11. 24 Jan, 2014 1 commit
  12. 23 Jan, 2014 1 commit
  13. 13 Jan, 2014 1 commit
  14. 28 Nov, 2013 1 commit
  15. 30 Oct, 2013 1 commit
  16. 19 Oct, 2013 1 commit
  17. 04 Aug, 2013 1 commit
  18. 16 Apr, 2013 2 commits
  19. 22 Feb, 2013 1 commit
  20. 20 Jan, 2013 1 commit
  21. 09 Jan, 2013 1 commit
  22. 07 Jan, 2013 1 commit
  23. 04 Jan, 2013 2 commits
  24. 29 Jan, 2011 1 commit
  25. 10 Jan, 2011 1 commit
  26. 01 Jan, 2010 1 commit
  27. 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
  28. 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
  29. 08 Oct, 2009 1 commit
  30. 26 Mar, 2009 1 commit
  31. 14 Mar, 2009 1 commit
  32. 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
  33. 12 Mar, 2009 1 commit
  34. 28 Feb, 2009 1 commit
  35. 11 Feb, 2009 1 commit
    • Max Kellermann's avatar
      audio: moved code to output_command.c · 9d447dda
      Max Kellermann authored
      The output_command library provides a command interface to the audio
      outputs.  It assumes the input comes from an untrusted source
      (i.e. the client) and verifies all parameters.
      9d447dda
  36. 10 Feb, 2009 1 commit