1. 13 9月, 2017 1 次提交
  2. 12 9月, 2017 9 次提交
  3. 11 9月, 2017 5 次提交
  4. 10 9月, 2017 1 次提交
  5. 30 8月, 2017 1 次提交
    • R
      obs-outputs: Improve new netcode if encoder reports 0 bitrate · 41a1b099
      Richard Stanway 提交于
      Some encoders such as the AMD AMF encoder don't set their bitrate
      property, so it gets returned as 0. This causes the new network code to
      allocate a tiny buffer, resulting in output starvation and throttling
      to the point of uselessness if low latency mode is also enabled.
      41a1b099
  6. 25 8月, 2017 5 次提交
  7. 24 8月, 2017 1 次提交
  8. 19 8月, 2017 4 次提交
  9. 11 8月, 2017 5 次提交
  10. 10 8月, 2017 5 次提交
  11. 09 8月, 2017 3 次提交
    • J
      libobs: Update version to 20.0.0 · 21d16589
      jp9000 提交于
      21d16589
    • R
      UI/updater: Improved handling of failure conditions · 043fea0a
      Richard Stanway 提交于
      Currently if a file is partially written to (eg, the file is opened for
      writing but the write fails), the updater won't correctly roll back to the
      previous version, leaving the OBS install in an inconsistent state.
      
      We now track failed installs or hash failures on patched files with a new
      STATE_INSTALL_FAILED state and properly roll back on errors.
      043fea0a
    • R
      UI/updater: Restart progress bar when installing updates · e59f9696
      Richard Stanway 提交于
      When updating large files such as libcef, the patching process can take a
      decent amount of time. Previously the progress bar would remain at 100%
      after completing the downloads, so the user may think the updater has
      frozen. Now it shows the process of the install / patching process.
      e59f9696