1. 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
  2. 19 Feb, 2014 2 commits
  3. 06 Feb, 2014 1 commit
  4. 05 Feb, 2014 2 commits
  5. 04 Feb, 2014 1 commit
  6. 29 Jan, 2014 3 commits
  7. 28 Jan, 2014 4 commits
  8. 24 Jan, 2014 2 commits
  9. 23 Jan, 2014 2 commits
  10. 13 Jan, 2014 1 commit
  11. 28 Nov, 2013 1 commit
  12. 25 Nov, 2013 1 commit
  13. 06 Nov, 2013 1 commit
  14. 04 Nov, 2013 1 commit
    • Max Kellermann's avatar
      Log: add level "DEFAULT" · ecf12a60
      Max Kellermann authored
      Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to
      G_LOG_LEVEL_MESSAGE.  Now client connect/disconnect message are only
      logged on log_level "secure".
      ecf12a60
  15. 28 Oct, 2013 1 commit
  16. 19 Oct, 2013 2 commits
  17. 17 Oct, 2013 1 commit
  18. 02 Oct, 2013 1 commit
  19. 05 Sep, 2013 1 commit
  20. 04 Sep, 2013 1 commit
  21. 04 Aug, 2013 3 commits
  22. 03 Aug, 2013 2 commits
  23. 30 Jul, 2013 3 commits
  24. 16 Apr, 2013 2 commits