1. 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
  2. 20 Jan, 2009 1 commit
    • Max Kellermann's avatar
      event_pipe: added "TAG" event · 06bd9ad8
      Max Kellermann authored
      The "TAG" event is emitted by the player thread when the current
      song's tag has changed.  Split this event from "PLAYLIST" and make it
      a separate callback, which is more efficient.
      06bd9ad8
  3. 04 Jan, 2009 1 commit
  4. 03 Jan, 2009 1 commit
  5. 02 Jan, 2009 1 commit
  6. 01 Jan, 2009 5 commits
  7. 30 Dec, 2008 2 commits
  8. 28 Dec, 2008 1 commit
  9. 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
  10. 06 Oct, 2008 1 commit
  11. 24 Sep, 2008 1 commit
  12. 12 Apr, 2008 1 commit
    • Eric Wong's avatar
      Fix the problem of songs not advancing without client activity · baf9b94e
      Eric Wong authored
      The select() in the main event loop blocks now (saving us many
      unnecessary wakeups).  This interacted badly with the threads
      that were trying to wakeup the main task via
      pthread_cond_signal() since the main task was not blocked
      on a condition variable, but on select().
      
      So now if we detect a need to wakeup the player, we write
      to a pipe which select() is watching instead of blindly
      calling pthread_cond_signal().
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7347 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      baf9b94e
  13. 03 Jan, 2008 1 commit
  14. 05 Apr, 2007 1 commit
  15. 11 Jan, 2007 1 commit
  16. 08 Jan, 2007 2 commits
  17. 20 Jul, 2006 1 commit
  18. 14 Jul, 2006 2 commits
  19. 13 Jul, 2006 1 commit
  20. 03 Nov, 2004 1 commit
  21. 17 Jun, 2004 2 commits
  22. 14 Apr, 2004 1 commit
  23. 18 Mar, 2004 1 commit
  24. 23 Feb, 2004 1 commit