1. 08 May, 2017 1 commit
  2. 17 Jan, 2017 1 commit
  3. 03 Jan, 2017 1 commit
  4. 09 Sep, 2016 1 commit
  5. 01 Jul, 2016 1 commit
    • Max Kellermann's avatar
      pcm/Volume: remove assert() from destructor · 5c75096b
      Max Kellermann authored
      While this assert() was useful when we had to track the object's state
      manually, there was no practical purpose other than verifying old
      code, and it complicates our new C++ code.
      5c75096b
  6. 01 Mar, 2016 1 commit
  7. 26 Feb, 2016 1 commit
  8. 01 Jan, 2015 1 commit
  9. 13 Jan, 2014 1 commit
  10. 28 Dec, 2013 2 commits
  11. 23 Dec, 2013 2 commits
  12. 22 Dec, 2013 2 commits
  13. 03 Aug, 2013 1 commit
  14. 30 Jul, 2013 1 commit
  15. 08 Apr, 2013 1 commit
  16. 31 Jan, 2013 1 commit
  17. 30 Jan, 2013 1 commit
  18. 02 Aug, 2012 1 commit
  19. 20 Oct, 2011 2 commits
  20. 10 Oct, 2011 1 commit
  21. 29 Jan, 2011 1 commit
  22. 01 Jan, 2010 1 commit
  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. 21 Feb, 2009 1 commit
  26. 07 Jan, 2009 5 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