1. 19 Oct, 2013 2 commits
  2. 17 Oct, 2013 1 commit
  3. 02 Oct, 2013 1 commit
  4. 05 Sep, 2013 1 commit
  5. 04 Sep, 2013 1 commit
  6. 04 Aug, 2013 3 commits
  7. 03 Aug, 2013 2 commits
  8. 30 Jul, 2013 3 commits
  9. 16 Apr, 2013 3 commits
  10. 22 Feb, 2013 1 commit
  11. 02 Feb, 2013 1 commit
  12. 01 Feb, 2013 1 commit
  13. 31 Jan, 2013 1 commit
  14. 30 Jan, 2013 6 commits
  15. 07 Jan, 2013 1 commit
  16. 04 Jan, 2013 1 commit
  17. 25 Sep, 2012 1 commit
  18. 09 Jul, 2012 1 commit
  19. 12 Jun, 2012 1 commit
  20. 13 Dec, 2011 1 commit
  21. 19 Sep, 2011 1 commit
  22. 01 Sep, 2011 1 commit
    • Max Kellermann's avatar
      output_thread: reimplement CANCEL synchronization · 8b0b4ff0
      Max Kellermann authored
      The output thread could hang indefinitely after finishing CANCEL,
      because it could have missed the signal while the output was not
      unlocked in ao_command_finished().
      
      This patch removes the wait() call after CANCEL, and adds the flag
      "allow_play" instead.  While this flag is set, playback is skipped.
      With this flag, there will not be any excess wait() call after the
      pipe has been cleared.
      
      This patch fixes a bug that causes mpd to discontinue playback after
      seeking, due to the race condition described above.
      8b0b4ff0
  23. 29 Jan, 2011 1 commit
  24. 10 Jan, 2011 1 commit
  25. 02 May, 2010 2 commits
  26. 10 Mar, 2010 1 commit
    • Max Kellermann's avatar
      output: added option "always_on" for radio stations · e686d191
      Max Kellermann authored
      Did you ever accidently click "stop" while feeding a radio station?
      This option sets the output device to "pause" to disable the "close"
      method.  It falls back to "pause" then, which is specific to the
      plugin.  Some plugins implement it by feeding silence.
      e686d191