1. 02 Apr, 2020 1 commit
  2. 18 Jan, 2020 1 commit
  3. 01 Sep, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  6. 31 Oct, 2018 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 01 Jan, 2015 1 commit
  10. 27 Feb, 2014 2 commits
    • Max Kellermann's avatar
      db/simple: mount points · e9a85aa4
      Max Kellermann authored
      A SimpleDatabase instance can now "mount" other Database instances at
      certain locations.  This is used to use a new SimpleDatabase instance
      for each storage mount (issued with the "mount" protocol command).
      Each such instance has its own database file, stored in the directory
      that is specified with the "cache_directory" option.
      e9a85aa4
    • Max Kellermann's avatar
      db/update/Queue: use std::list instead of std::queue · f6525468
      Max Kellermann authored
      The problem with std::queue is that it doesn't give us enough control.
      The method Clear() is a kludge already, but soon, we'll need
      filtering.
      f6525468
  11. 30 Jan, 2014 1 commit
  12. 24 Jan, 2014 1 commit
  13. 23 Jan, 2014 1 commit
  14. 13 Jan, 2014 1 commit
  15. 17 Oct, 2013 2 commits
  16. 15 Oct, 2013 1 commit
  17. 02 Jan, 2013 1 commit
  18. 13 Jun, 2012 1 commit
  19. 29 Jan, 2011 1 commit
  20. 01 Jan, 2010 1 commit
  21. 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
  22. 24 Sep, 2009 2 commits
  23. 06 Jul, 2009 1 commit
  24. 02 Jul, 2009 2 commits
    • Max Kellermann's avatar
      filter: added "volume" plugin · e3c436f4
      Max Kellermann authored
      The "volume" filter plugin will replace the current software volume
      code.  One "volume" filter may be attached to each output device.
      This will allow the user to use hardware mixers for some devices, and
      software mixers for other devices at the same time.
      
      Currently, neither the filter API nor the "volume" plugin is
      integrated into MPD.
      e3c436f4
    • Max Kellermann's avatar
      filter: added new plugin API for filters · 48f3e13b
      Max Kellermann authored
      The filter API allows us to implement software volume as a pluggable
      filter, and we will be able to integrate libraries like SoX.
      48f3e13b
  25. 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
  26. 02 Mar, 2009 1 commit
  27. 04 Feb, 2009 1 commit
  28. 07 Jan, 2009 2 commits
  29. 03 Jan, 2009 1 commit
  30. 30 Dec, 2008 2 commits
  31. 27 Dec, 2008 2 commits
  32. 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
  33. 08 Oct, 2008 1 commit