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