1. 16 Mar, 2020 2 commits
  2. 12 Mar, 2020 1 commit
  3. 01 Feb, 2020 2 commits
  4. 18 Jan, 2020 1 commit
  5. 05 Jul, 2019 1 commit
  6. 17 Jun, 2019 1 commit
  7. 20 Feb, 2019 5 commits
  8. 17 Feb, 2019 1 commit
  9. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  10. 31 Oct, 2018 1 commit
  11. 10 Aug, 2017 1 commit
  12. 07 Aug, 2017 1 commit
  13. 08 Jun, 2017 1 commit
  14. 03 Jan, 2017 1 commit
  15. 09 Sep, 2016 2 commits
  16. 06 Mar, 2016 1 commit
  17. 01 Mar, 2016 1 commit
  18. 26 Feb, 2016 1 commit
  19. 21 Jan, 2015 1 commit
  20. 01 Jan, 2015 1 commit
  21. 29 Dec, 2014 3 commits
  22. 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
  23. 19 Feb, 2014 1 commit
  24. 06 Feb, 2014 2 commits
  25. 05 Feb, 2014 1 commit
  26. 04 Feb, 2014 1 commit
  27. 24 Jan, 2014 1 commit
  28. 23 Jan, 2014 1 commit
  29. 13 Jan, 2014 1 commit
  30. 28 Nov, 2013 1 commit