1. 25 Jan, 2017 2 commits
  2. 03 Jan, 2017 1 commit
  3. 29 Dec, 2016 1 commit
  4. 26 Dec, 2016 1 commit
  5. 14 Dec, 2016 1 commit
  6. 03 Dec, 2016 3 commits
  7. 09 Nov, 2016 4 commits
  8. 28 Oct, 2016 2 commits
  9. 09 Sep, 2016 1 commit
  10. 04 Sep, 2016 1 commit
  11. 01 Jul, 2016 2 commits
  12. 22 Jun, 2016 1 commit
  13. 26 Feb, 2016 1 commit
  14. 21 Jan, 2015 2 commits
  15. 01 Jan, 2015 1 commit
  16. 24 Dec, 2014 2 commits
  17. 02 Dec, 2014 3 commits
  18. 01 Dec, 2014 1 commit
    • Nix's avatar
      Output: start with a null mixer. · 811af02f
      Nix authored
      There are code paths (mostly error cases) in which it is possible to
      initialize an AudioOutput and then kill it without ever calling
      audio_output_new().  In such a case, its destructor will attempt to
      free a mixer that was never initialized, leading to an attempt to
      take out a lock on a mutex that was similarly never initialized,
      which hangs forever.
      
      Fix by always initializing the mixer appropriately.
      811af02f
  19. 19 Feb, 2014 2 commits
  20. 06 Feb, 2014 1 commit
  21. 05 Feb, 2014 2 commits
  22. 04 Feb, 2014 1 commit
  23. 29 Jan, 2014 3 commits
  24. 28 Jan, 2014 1 commit