1. 01 Jan, 2015 1 commit
  2. 04 Dec, 2014 1 commit
  3. 25 Nov, 2014 1 commit
  4. 07 Oct, 2014 1 commit
  5. 07 Aug, 2014 1 commit
  6. 30 Jul, 2014 1 commit
  7. 11 May, 2014 2 commits
  8. 24 Jan, 2014 1 commit
  9. 23 Jan, 2014 2 commits
  10. 13 Jan, 2014 1 commit
  11. 29 Dec, 2013 1 commit
  12. 15 Dec, 2013 2 commits
  13. 23 Oct, 2013 1 commit
  14. 17 Oct, 2013 1 commit
  15. 02 Oct, 2013 1 commit
  16. 05 Sep, 2013 2 commits
  17. 04 Sep, 2013 2 commits
  18. 03 Sep, 2013 2 commits
  19. 04 Aug, 2013 1 commit
  20. 30 Jul, 2013 1 commit
  21. 16 Apr, 2013 1 commit
  22. 28 Jan, 2013 1 commit
  23. 27 Jan, 2013 1 commit
  24. 26 Jan, 2013 1 commit
  25. 24 Jan, 2013 1 commit
  26. 10 Jan, 2013 2 commits
  27. 07 Jan, 2013 1 commit
  28. 05 Jan, 2013 1 commit
  29. 02 Jan, 2013 1 commit
  30. 08 Aug, 2012 1 commit
  31. 19 Mar, 2012 1 commit
  32. 16 Sep, 2011 2 commits
    • 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
    • Max Kellermann's avatar
      input_plugin: add method check() · 29241c4f
      Max Kellermann authored
      To check for errors without reading.  The decoder thread wants to do
      that, before it passes the input stream to the plugin.
      29241c4f