1. 31 Oct, 2018 1 commit
  2. 03 Jan, 2017 1 commit
  3. 26 Feb, 2016 1 commit
  4. 18 Dec, 2015 1 commit
  5. 01 Jan, 2015 1 commit
  6. 21 Nov, 2014 1 commit
  7. 11 Aug, 2014 2 commits
  8. 07 Aug, 2014 2 commits
  9. 17 Feb, 2014 1 commit
  10. 13 Jan, 2014 1 commit
  11. 07 Dec, 2013 1 commit
  12. 19 Oct, 2013 1 commit
  13. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  14. 02 Oct, 2013 1 commit
  15. 03 Jan, 2013 2 commits
  16. 29 Jan, 2011 1 commit
  17. 17 Jan, 2010 1 commit
  18. 01 Jan, 2010 1 commit
  19. 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
  20. 01 Nov, 2009 1 commit
    • Max Kellermann's avatar
      text_file: allocate line buffers dynamically · 9bcfd3a4
      Max Kellermann authored
      Use a single GString buffer object in all functions loading the
      database.  Enlarge it automatically for long lines.  This eliminates
      the maximum line length for tag values.  There is still an upper limit
      of 512 kB to prevent denial of service, but that's reasonable I guess.
      9bcfd3a4
  21. 06 Jul, 2009 1 commit
  22. 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
  23. 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
  24. 02 Mar, 2009 1 commit
  25. 04 Feb, 2009 1 commit
  26. 07 Jan, 2009 2 commits
  27. 03 Jan, 2009 1 commit
  28. 30 Dec, 2008 2 commits
  29. 27 Dec, 2008 2 commits
  30. 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
  31. 08 Oct, 2008 1 commit
  32. 09 Sep, 2008 2 commits