1. 07 Oct, 2012 3 commits
  2. 06 Oct, 2012 16 commits
  3. 05 Oct, 2012 12 commits
  4. 04 Oct, 2012 8 commits
  5. 03 Oct, 2012 1 commit
    • Rémi Denis-Courmont's avatar
      dshow: check CoInitialize() in callbacks · bc985660
      Rémi Denis-Courmont authored
      If the calling thread is using COM with MTA model, then CoInitializeEx()
      will fail, and CoUninitialize() will be unbalanced. Ultimately, the
      calling thread is likely to crash. (CoInitializeEx() could also fail in
      case of memory error, but that is unlikely).
      bc985660