1. 06 Nov, 2013 1 commit
  2. 25 Oct, 2013 1 commit
  3. 20 Oct, 2013 1 commit
  4. 19 Oct, 2013 1 commit
  5. 17 Oct, 2013 1 commit
  6. 02 Oct, 2013 1 commit
  7. 27 Sep, 2013 1 commit
  8. 26 Sep, 2013 1 commit
  9. 04 Sep, 2013 1 commit
  10. 03 Aug, 2013 1 commit
  11. 16 Apr, 2013 2 commits
  12. 22 Feb, 2013 1 commit
  13. 01 Feb, 2013 1 commit
  14. 30 Jan, 2013 1 commit
  15. 10 Jan, 2013 1 commit
  16. 07 Jan, 2013 1 commit
  17. 05 Jan, 2013 1 commit
  18. 04 Jan, 2013 1 commit
  19. 06 Oct, 2011 1 commit
  20. 19 Sep, 2011 1 commit
  21. 01 Sep, 2011 2 commits
    • Max Kellermann's avatar
      output_all: move _lock_signal() to output_control.c · 2be6184c
      Max Kellermann authored
      Better name, better documentation.
      2be6184c
    • 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
  22. 30 Aug, 2011 1 commit
  23. 16 Mar, 2011 1 commit
  24. 29 Jan, 2011 1 commit
  25. 10 Jan, 2011 3 commits
  26. 04 Nov, 2010 2 commits
  27. 02 May, 2010 2 commits
  28. 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
  29. 01 Jan, 2010 1 commit
  30. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  31. 09 Nov, 2009 1 commit
  32. 02 Nov, 2009 2 commits
  33. 29 Oct, 2009 1 commit