1. 12 Dec, 2014 2 commits
  2. 09 Dec, 2014 2 commits
  3. 08 Dec, 2014 7 commits
  4. 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
  5. 28 Nov, 2014 4 commits
  6. 26 Nov, 2014 4 commits
  7. 25 Nov, 2014 11 commits
  8. 24 Nov, 2014 8 commits
  9. 18 Nov, 2014 1 commit