1. 13 Jan, 2014 1 commit
  2. 28 Dec, 2013 1 commit
  3. 25 Nov, 2013 1 commit
  4. 06 Nov, 2013 1 commit
  5. 28 Oct, 2013 1 commit
  6. 19 Oct, 2013 2 commits
  7. 17 Oct, 2013 1 commit
  8. 27 Sep, 2013 1 commit
  9. 26 Sep, 2013 1 commit
  10. 04 Sep, 2013 1 commit
  11. 04 Aug, 2013 1 commit
  12. 03 Aug, 2013 1 commit
  13. 30 Jul, 2013 1 commit
  14. 16 Apr, 2013 3 commits
  15. 08 Apr, 2013 1 commit
  16. 02 Feb, 2013 1 commit
  17. 15 Jan, 2013 1 commit
  18. 25 Sep, 2012 1 commit
  19. 19 Sep, 2011 1 commit
  20. 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
  21. 30 Aug, 2011 1 commit
  22. 29 Jan, 2011 1 commit
  23. 10 Jan, 2011 1 commit
  24. 04 Nov, 2010 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
  27. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: reimplement as a filter plugin · 752dfb3d
      Max Kellermann authored
      Apply the replay gain in the output thread.  This means a new setting
      will be active instantly, without going through the whole music pipe.
      And we might have different replay gain settings for each audio output
      device.
      752dfb3d
  28. 01 Jan, 2010 1 commit
  29. 09 Nov, 2009 1 commit
  30. 29 Oct, 2009 1 commit
  31. 23 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added methods enable() and disable() · e53ca368
      Max Kellermann authored
      With these methods, an output plugin can allocate some global
      resources only if it is actually enabled.  The method enable() is
      called after daemonization, which allows for more sophisticated
      resource allocation during that method.
      e53ca368
  32. 21 Oct, 2009 1 commit
  33. 14 Aug, 2009 1 commit
    • Max Kellermann's avatar
      output: fixed shout stuck pause bug · 7133f560
      Max Kellermann authored
      Explicitly make the output thread leave the ao_pause() loop.  This
      patch is a workaround, and the "pause" flag is not managed in a
      thread-safe way, but that's good enough for now.
      7133f560
  34. 06 Jul, 2009 2 commits
    • Max Kellermann's avatar
      output: attach a filter chain to each audio_output · e47bdfe8
      Max Kellermann authored
      This patch adds initial filter support for audio outputs.  Each audio
      output gets a "filter" attribute, which is used by ao_play_chunk().
      
      The PCM conversion is now performed by convert_filter_plugin.
      audio_output.convert_state has been removed.
      e47bdfe8
    • Max Kellermann's avatar
      output: added command REOPEN · 78fa3f06
      Max Kellermann authored
      REOPEN is called when the input audio format changes.  The output
      thread may be reconfigure the PCM converter.
      78fa3f06
  35. 26 Mar, 2009 1 commit