1. 21 Jan, 2015 2 commits
  2. 01 Jan, 2015 1 commit
  3. 24 Dec, 2014 2 commits
  4. 02 Dec, 2014 3 commits
  5. 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
  6. 19 Feb, 2014 2 commits
  7. 06 Feb, 2014 1 commit
  8. 05 Feb, 2014 2 commits
  9. 04 Feb, 2014 1 commit
  10. 29 Jan, 2014 3 commits
  11. 28 Jan, 2014 4 commits
  12. 24 Jan, 2014 2 commits
  13. 23 Jan, 2014 2 commits
  14. 13 Jan, 2014 1 commit
  15. 28 Nov, 2013 1 commit
  16. 25 Nov, 2013 1 commit
  17. 06 Nov, 2013 1 commit
  18. 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
  19. 28 Oct, 2013 1 commit
  20. 19 Oct, 2013 2 commits
  21. 17 Oct, 2013 1 commit
  22. 02 Oct, 2013 1 commit
  23. 05 Sep, 2013 1 commit
  24. 04 Sep, 2013 1 commit
  25. 04 Aug, 2013 2 commits