1. 17 Dec, 2008 1 commit
  2. 03 Nov, 2008 3 commits
  3. 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
  4. 11 Oct, 2008 2 commits
    • Max Kellermann's avatar
      player: added commands QUEUE and CANCEL · 35a939e3
      Max Kellermann authored
      QUEUE adds a new song to the player's queue.  CANCEL clears the queue.
      These two commands replace the old and complex queueState and
      queueLockState code.
      35a939e3
    • Max Kellermann's avatar
      player: removed player_control.fileTime · 42409a35
      Max Kellermann authored
      This variable is superfluous, it is only used to copy its value to
      player_control.totalTime.  Since the original source of this value
      (song->tag->time) will still be available at this point, we can safely
      remove fileTime.
      42409a35
  5. 10 Oct, 2008 2 commits
  6. 08 Oct, 2008 3 commits
  7. 29 Sep, 2008 2 commits
  8. 24 Sep, 2008 1 commit
  9. 26 Aug, 2008 16 commits
  10. 13 Apr, 2008 1 commit
    • Eric Wong's avatar
      Get rid of PlayerControl inside the PlayerData struct · 98acfa8a
      Eric Wong authored
      It actually increases our image size a small bit and may even
      hurt performance a very small bit, but makes the code less
      verbose and easier to manage.
      
      I don't see a reason for mpd to ever support playing multiple
      files at the same time (users can run multiple instances of mpd
      if they really want to play Zaireeka, but that's such an edge
      case it's not worth ever supporting in our code).
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7352 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      98acfa8a
  11. 12 Apr, 2008 8 commits