1. 28 Oct, 2013 2 commits
  2. 26 Oct, 2013 1 commit
  3. 21 Oct, 2013 1 commit
  4. 19 Oct, 2013 1 commit
  5. 17 Oct, 2013 2 commits
  6. 27 Sep, 2013 2 commits
  7. 04 Sep, 2013 1 commit
  8. 28 Jul, 2013 1 commit
  9. 27 Jan, 2013 1 commit
  10. 25 Jan, 2013 1 commit
    • Max Kellermann's avatar
      PlayerControl: add second Cond object · a9b62a2e
      Max Kellermann authored
      This fixes a deadlock bug introduced by 18076ac9.  After all, the
      second Cond was necessary.
      
      The problem: two threads can wait for a signal at the same time.  The
      player thread waits for the output thread to finish playback.  The
      main thread waits for the player thread to complete a command.  The
      output thread finishes playback, and sends a signal, which
      unfortunately does not wake up the player thread, but the main
      thread.  The main thread sees that the command is still not finished,
      and waits again.  The signal is lost forever, and MPD is deadlocked.
      a9b62a2e
  11. 20 Jan, 2013 1 commit
  12. 15 Jan, 2013 1 commit
  13. 10 Jan, 2013 3 commits
  14. 09 Jan, 2013 1 commit
  15. 07 Jan, 2013 1 commit
  16. 04 Jan, 2013 4 commits
  17. 27 Sep, 2012 1 commit
  18. 25 Aug, 2012 1 commit
    • Max Kellermann's avatar
      player_thread: disable cross-fading in "single" mode · f3515505
      Max Kellermann authored
      This commit reimplements the core of the "single" mode.  Instead of
      doing the detection in the playlist code from the outside, it is moved
      to the player thread, which gets a new option called "border_pause".
      It will now pause playback exactly at the beginning of the new song,
      making the feature more reliable.
      
      Now that the player thread knows what will happen, it can suppress
      cross-fading.
      
      Fixes mantis tickets 0003055 and 0003166.
      f3515505
  19. 15 Aug, 2012 1 commit
  20. 08 Aug, 2012 5 commits
  21. 05 Oct, 2011 1 commit
  22. 31 Mar, 2011 1 commit
  23. 29 Jan, 2011 1 commit
  24. 10 Jan, 2011 2 commits
  25. 19 Jun, 2010 1 commit
  26. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  27. 01 Jan, 2010 1 commit