1. 09 Sep, 2016 2 commits
  2. 01 Jul, 2016 2 commits
  3. 06 Mar, 2016 1 commit
  4. 01 Mar, 2016 1 commit
  5. 26 Feb, 2016 1 commit
  6. 11 Nov, 2015 1 commit
  7. 06 Nov, 2015 1 commit
  8. 16 Oct, 2015 1 commit
  9. 17 Sep, 2015 2 commits
  10. 17 Mar, 2015 1 commit
  11. 03 Mar, 2015 1 commit
  12. 21 Jan, 2015 2 commits
  13. 16 Jan, 2015 1 commit
  14. 01 Jan, 2015 1 commit
  15. 29 Dec, 2014 3 commits
  16. 02 Dec, 2014 3 commits
  17. 07 Aug, 2014 1 commit
  18. 30 Jul, 2014 1 commit
  19. 12 May, 2014 1 commit
  20. 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
  21. 19 Feb, 2014 1 commit
  22. 06 Feb, 2014 5 commits
  23. 05 Feb, 2014 2 commits
  24. 04 Feb, 2014 1 commit
  25. 28 Jan, 2014 3 commits