1. 19 Oct, 2013 1 commit
  2. 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
  3. 02 Oct, 2013 1 commit
  4. 03 Jan, 2013 2 commits
  5. 29 Jan, 2011 1 commit
  6. 17 Jan, 2010 1 commit
  7. 01 Jan, 2010 1 commit
  8. 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
  9. 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
  10. 06 Jul, 2009 1 commit
  11. 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
  12. 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
  13. 02 Mar, 2009 1 commit
  14. 04 Feb, 2009 1 commit
  15. 07 Jan, 2009 2 commits
  16. 03 Jan, 2009 1 commit
  17. 30 Dec, 2008 2 commits
  18. 27 Dec, 2008 2 commits
  19. 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
  20. 08 Oct, 2008 1 commit
  21. 09 Sep, 2008 2 commits
  22. 08 Sep, 2008 1 commit
  23. 07 Sep, 2008 3 commits
  24. 29 Aug, 2008 2 commits
  25. 26 Aug, 2008 1 commit
  26. 12 Apr, 2008 3 commits
  27. 05 Feb, 2008 1 commit
  28. 26 Jan, 2008 1 commit
  29. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3