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