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