1. 21 6月, 2020 13 次提交
  2. 19 6月, 2020 6 次提交
  3. 15 6月, 2020 1 次提交
  4. 14 6月, 2020 2 次提交
  5. 12 6月, 2020 2 次提交
  6. 09 6月, 2020 1 次提交
  7. 08 6月, 2020 2 次提交
  8. 04 6月, 2020 3 次提交
  9. 03 6月, 2020 1 次提交
  10. 02 6月, 2020 6 次提交
  11. 01 6月, 2020 3 次提交
    • R
      libobs: Unload modules while OBS core is active · b62ced9b
      Richard Stanway 提交于
      Modules are now unloaded while OBS core is still active, allowing
      modules that call into libobs in their unload function to continue to
      work. This changes the behavior of such calls - previously they were a
      no-op since the OBS core would be gone, but they are now executed with
      the OBS core still being active.
      b62ced9b
    • R
      libobs: Remove excessive null checks · dd519123
      Richard Stanway 提交于
      libobs functions check for a null obs_core inconsistently. If the core
      is null, the functions silently return with no indication of an error to
      the API user. This commit removes all null checks in libobs functions
      that require libobs to be initialized. For OBS Studio, we are
      (hopefully!) using the API properly so this should have no impact.
      dd519123
    • J
      Merge pull request #3017 from exeldro/hotkey_pair_data · 71506a8f
      Jim 提交于
      libobs: Use correct data pointer for hotkey pair
      71506a8f