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