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