1. 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
  2. 04 Jan, 2009 1 commit
  3. 03 Jan, 2009 1 commit
  4. 02 Jan, 2009 1 commit
  5. 01 Jan, 2009 5 commits
  6. 30 Dec, 2008 2 commits
  7. 28 Dec, 2008 1 commit
  8. 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
  9. 06 Oct, 2008 1 commit
  10. 24 Sep, 2008 1 commit
  11. 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
  12. 03 Jan, 2008 1 commit
  13. 05 Apr, 2007 1 commit
  14. 11 Jan, 2007 1 commit
  15. 08 Jan, 2007 2 commits
  16. 20 Jul, 2006 1 commit
  17. 14 Jul, 2006 2 commits
  18. 13 Jul, 2006 1 commit
  19. 03 Nov, 2004 1 commit
  20. 17 Jun, 2004 2 commits
  21. 14 Apr, 2004 1 commit
  22. 18 Mar, 2004 1 commit
  23. 23 Feb, 2004 1 commit