1. 28 Nov, 2011 7 commits
  2. 27 Nov, 2011 8 commits
  3. 23 Oct, 2011 1 commit
  4. 13 Oct, 2011 3 commits
  5. 09 Oct, 2011 2 commits
  6. 08 Oct, 2011 4 commits
  7. 07 Oct, 2011 1 commit
    • Max Kellermann's avatar
      configure.ac: disable systemd service by default · 72ff9bd3
      Max Kellermann authored
      Defaulting to "with systemd" causes problems for users who install MPD
      as an unprivileged user, and it breaks "make distcheck".  It looks
      like enabling it by default creates too many practical problems for
      unexperienced users.
      
      With --with-systemdsystemunitdir (without a parameter), configure.ac
      attempts to auto-detect systemd.
      72ff9bd3
  8. 06 Oct, 2011 4 commits
  9. 05 Oct, 2011 6 commits
  10. 04 Oct, 2011 1 commit
  11. 30 Sep, 2011 1 commit
  12. 21 Sep, 2011 2 commits
    • Max Kellermann's avatar
      decoder_api: emulate SEEK command for initial seek to CUE track · 525a7919
      Max Kellermann authored
      When playing a CUE track, the player thread waited for the decoder to
      become ready, and then sent a SEEK command to the beginning of the CUE
      track.  If that is near the start of the song file, and the track is
      short enough, the decoder could have finished decoding already at that
      point, and seeking fails.
      
      This commit makes this initial seek more robust: instead of letting
      the player thread deal with the difficult timings, let the decoder API
      emulate a SEEK command, and return it to the decoder plugin, as soon
      as the plugin finishes its initialization.
      525a7919
    • Max Kellermann's avatar
      fb19210c