1. 22 2月, 2021 2 次提交
  2. 15 2月, 2021 2 次提交
  3. 14 2月, 2021 2 次提交
  4. 09 2月, 2021 1 次提交
  5. 08 2月, 2021 2 次提交
  6. 07 2月, 2021 4 次提交
  7. 06 2月, 2021 1 次提交
    • J
      win-wasapi: Add default audio device change detection · 74e64481
      jp9000 提交于
      Probably long time coming, but when the user changes their default audio
      device in Windows sound settings, OBS will now detect it and change the
      audio device automatically to the new device if it was set to use the
      "Default" device.
      74e64481
  8. 02 2月, 2021 2 次提交
  9. 01 2月, 2021 1 次提交
    • T
      obs-outputs: Fix RTMP restart not always working · 244b6c92
      Thulinma 提交于
      Bug is caused by the internal connection variables not being reset on
      reconnect, leading OBS to both be unable to parse valid packets from and
      send valid packets to the remote end.  This commit splits RTMP_Init off
      into a new RTMP_Reset function, which resets these internal variables
      without re-initing the rest of the library.  The original RTMP_Init
      calls the new function, perfectly preserving the old behaviour while
      adding a new reset function to address the issue with.
      
      Fixes obsproject/obs-studio#2865
      244b6c92
  10. 30 1月, 2021 4 次提交
  11. 29 1月, 2021 2 次提交
  12. 27 1月, 2021 5 次提交
  13. 26 1月, 2021 2 次提交
    • K
      linux-capture: Fix lock ordering · 0dce235f
      Kurt Kartaltepe 提交于
      xcompcap was taking locks in the wrong order resulting in deadlocks on
      close. If you had an xcompcap properties window open on close it was
      nearly 100% deadlock. This ensures locks are taken in the same order as
      libobs takes when shutting down.
      0dce235f
    • S
      rtmp-services: Update MyFreeCams · 16a5ce89
      SCG82 提交于
      16a5ce89
  14. 25 1月, 2021 8 次提交
  15. 23 1月, 2021 2 次提交