1. 29 Jan, 2011 1 commit
  2. 01 Jan, 2010 1 commit
  3. 25 Sep, 2009 1 commit
  4. 24 Sep, 2009 3 commits
  5. 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
  6. 01 Jan, 2009 1 commit
    • Max Kellermann's avatar
      event_pipe: added pipe_event enum and callbacks · b3e2635a
      Max Kellermann authored
      Make the event_pipe (formerly main_notify) send/receive a set of
      events, with a callback for each one.
      
      The default event PIPE_EVENT_SIGNAL does not have a callback.  It
      is still there for waking up the main thread, when it is waiting for
      the player thread.
      b3e2635a
  7. 27 Nov, 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. 09 Oct, 2008 3 commits
    • Max Kellermann's avatar
      update: make the job id unsigned · 4beba26c
      Max Kellermann authored
      Since the return value cannot be -1 anymore, we can make it unsigned.
      4beba26c
    • Max Kellermann's avatar
      update: job ID must be positive · f1022bcc
      Max Kellermann authored
      The documentation for directory_update_init() was incorrect: a job ID
      must be positive, not non-negative.  If the update queue is full and
      no job was created, it makes more sense to return 0 instead of -1,
      because it is more consistent with the return value of isUpdatingDB().
      f1022bcc
    • Max Kellermann's avatar
      update: don't export updateDirectory() · 7dd099a6
      Max Kellermann authored
      If the user requests database update during startup, call
      directory_update_init().  This should be changed to fully asynchronous
      update later.
      
      For this to work, main_notify has to be initialized before db_init().
      7dd099a6
  10. 08 Oct, 2008 3 commits
  11. 07 Sep, 2008 1 commit
  12. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  13. 02 Jun, 2008 1 commit
  14. 13 Apr, 2008 4 commits
  15. 12 Apr, 2008 4 commits
  16. 05 Apr, 2007 1 commit
  17. 20 Aug, 2006 1 commit
  18. 06 Aug, 2006 1 commit
  19. 01 Aug, 2006 3 commits
  20. 20 Jul, 2006 1 commit
  21. 14 Jul, 2006 1 commit
  22. 13 Jul, 2006 1 commit
  23. 16 Nov, 2005 1 commit
  24. 02 Nov, 2004 1 commit
  25. 10 May, 2004 1 commit