1. 03 Jan, 2017 1 commit
  2. 09 Sep, 2016 2 commits
  3. 06 Mar, 2016 1 commit
  4. 01 Mar, 2016 1 commit
  5. 26 Feb, 2016 1 commit
  6. 21 Jan, 2015 1 commit
  7. 01 Jan, 2015 1 commit
  8. 29 Dec, 2014 3 commits
  9. 05 Mar, 2014 1 commit
    • Pete Beardmore's avatar
      PulseOutputPlugin: avoid locking mainloop object from within mainloop thread · 9da57e74
      Pete Beardmore authored
      -fixes regression introduced by:
       '8d6fedf8 [PATCH] Mixer: add class MixerListener'
      -listener.OnMixerVolumeChanged() called GetVolume() which attempted to acquire
      the lock but as per 'pa_threaded_mainloop_lock()' documentation:
      This function may not be called inside the event loop thread. Events that are
      dispatched from the event loop thread are executed with this lock held
      -this patch seperates the underlying action of GetVolume() into a new
      GetVolumeInternal() function, to be called only when the lock is already held, as
      is the case for the listener.OnMixerVolumeChanged() call
      9da57e74
  10. 19 Feb, 2014 1 commit
  11. 06 Feb, 2014 2 commits
  12. 05 Feb, 2014 1 commit
  13. 04 Feb, 2014 1 commit
  14. 24 Jan, 2014 1 commit
  15. 23 Jan, 2014 1 commit
  16. 13 Jan, 2014 1 commit
  17. 28 Nov, 2013 1 commit
  18. 28 Oct, 2013 1 commit
  19. 15 Oct, 2013 1 commit
  20. 02 Oct, 2013 1 commit
  21. 05 Sep, 2013 1 commit
  22. 04 Sep, 2013 1 commit
  23. 04 Aug, 2013 2 commits
  24. 16 Apr, 2013 3 commits
  25. 22 Feb, 2013 1 commit
  26. 09 Jan, 2013 3 commits
  27. 17 Sep, 2011 1 commit
  28. 29 Jan, 2011 1 commit
  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. 23 Oct, 2009 1 commit