1. 06 Mar, 2016 1 commit
  2. 16 Oct, 2015 1 commit
  3. 07 Aug, 2014 1 commit
  4. 30 Jul, 2014 1 commit
  5. 12 May, 2014 1 commit
  6. 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
  7. 19 Feb, 2014 1 commit
  8. 06 Feb, 2014 5 commits
  9. 05 Feb, 2014 2 commits
  10. 04 Feb, 2014 1 commit
  11. 28 Jan, 2014 4 commits
  12. 24 Jan, 2014 2 commits
  13. 23 Jan, 2014 2 commits
  14. 13 Jan, 2014 1 commit
  15. 06 Jan, 2014 1 commit
  16. 05 Jan, 2014 1 commit
  17. 04 Jan, 2014 1 commit
  18. 23 Dec, 2013 1 commit
  19. 22 Dec, 2013 1 commit
  20. 15 Dec, 2013 1 commit
    • Max Kellermann's avatar
      mixer/alsa: fix deadlock · 42a09ff1
      Max Kellermann authored
      This deadlock was a regression by commit 8e38b4f8.  Since we currently
      can't resolve this, let's revert the commit, and add a GLib specific
      workaround for the build failure.
      42a09ff1
  21. 13 Dec, 2013 1 commit
  22. 28 Nov, 2013 1 commit
  23. 30 Oct, 2013 1 commit
  24. 28 Oct, 2013 1 commit
  25. 21 Oct, 2013 1 commit
  26. 20 Oct, 2013 1 commit
  27. 15 Oct, 2013 1 commit
  28. 02 Oct, 2013 1 commit
  29. 01 Oct, 2013 2 commits