1. 28 Nov, 2013 1 commit
  2. 28 Oct, 2013 1 commit
  3. 23 Oct, 2013 2 commits
  4. 17 Oct, 2013 1 commit
  5. 15 Oct, 2013 1 commit
  6. 02 Oct, 2013 1 commit
  7. 05 Sep, 2013 1 commit
  8. 04 Sep, 2013 1 commit
  9. 03 Sep, 2013 1 commit
  10. 04 Aug, 2013 1 commit
  11. 30 Jul, 2013 1 commit
  12. 28 Jan, 2013 3 commits
  13. 27 Jan, 2013 1 commit
  14. 26 Jan, 2013 1 commit
  15. 25 Jan, 2013 1 commit
  16. 21 Jan, 2013 1 commit
  17. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  18. 14 Sep, 2011 1 commit
  19. 29 Mar, 2011 1 commit
    • Simon Kagstrom's avatar
      input: Add despotify input plugin · 124d1a59
      Simon Kagstrom authored
      For Spotify tracks. Uses a spt URI, so with mpc you can play tracks
      with e.g.,
      
        mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1
        mpc play
      
      Uses the pcm_decoder_plugin for the output
      124d1a59