1. 19 Aug, 2014 2 commits
  2. 11 Jul, 2014 6 commits
  3. 22 May, 2014 1 commit
  4. 07 Feb, 2014 1 commit
  5. 24 Jan, 2014 1 commit
  6. 23 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 23 Oct, 2013 1 commit
  9. 21 Oct, 2013 2 commits
  10. 02 Oct, 2013 1 commit
  11. 27 Sep, 2013 1 commit
  12. 05 Sep, 2013 1 commit
  13. 04 Sep, 2013 2 commits
  14. 04 Aug, 2013 1 commit
  15. 03 Aug, 2013 1 commit
  16. 29 Jul, 2013 2 commits
  17. 28 Jul, 2013 2 commits
  18. 26 Jan, 2013 1 commit
  19. 11 Feb, 2012 1 commit
  20. 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
  21. 29 Jan, 2011 1 commit
  22. 04 Jan, 2010 1 commit
  23. 01 Jan, 2010 1 commit
  24. 26 Dec, 2009 1 commit
  25. 15 Dec, 2009 1 commit
  26. 02 Dec, 2009 1 commit
  27. 13 Nov, 2009 1 commit
  28. 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
  29. 13 Oct, 2009 1 commit
  30. 19 Jul, 2009 1 commit
    • David Woodhouse's avatar
      Add audio_format_init() function · 37754559
      David Woodhouse authored
      It makes no difference right now, but we're about to add an endianness
      flag and will want to make sure it's correctly initialised every time.
      37754559