1. 04 12月, 2018 1 次提交
    • J
      libobs: Fix starting timestamp for preloaded frames · 4fa30c61
      jp9000 提交于
      If audio monitoring is enabled and set to output only, the
      obs_source_show_preloaded_video function would still incorrectly set the
      current source audio output timestamp to the current system time, which
      would cause audio to use an incorrect starting point from long ago for
      the first starting audio segment if audio monitoring is then turned off
      some time after having started the source.
      
      Instead, the starting timestamp should be set to 0 if audio monitoring
      is enabled with no output to stream, so that if/when audio monitoring is
      disabled, it recalculates the starting timestamp of the first audio
      packet on the spot again.
      
      Closes obsproject/obs-studio#1522
      4fa30c61
  2. 03 12月, 2018 12 次提交
  3. 01 12月, 2018 4 次提交
  4. 26 11月, 2018 2 次提交
  5. 23 11月, 2018 1 次提交
  6. 13 11月, 2018 1 次提交
    • G
      CI: Update Qt path on Windows · e6ac8302
      Gol-D-Ace 提交于
      AppVeyor recently updated their Qt version to 5.11.2 which breaks
      builds, because of the outdated path. Using this path should always
      ensure that the newest subversion of Qt 5.11 gets used.
      e6ac8302
  7. 01 11月, 2018 2 次提交
  8. 27 10月, 2018 1 次提交
    • S
      UI: Remove scrollbar line controls for Dark theme · 7656ee95
      SuslikV 提交于
      Fixes an issue when it's hard to perform drag-by-mouse move of the
      scrollbar while handle is at corner and has minimum size.
      
      Info: the handle minimum size styled as 20px, while add/sub-line is
      14px, thus only 6px left for mouse drag when handle resides at corner.
      While handle styled to cover whole bar including, subcontrol elements,
      it is better to remove the hidden subcontrols completely.
      7656ee95
  9. 22 10月, 2018 1 次提交
  10. 18 10月, 2018 1 次提交
    • F
      UI: Emit STREAMING_STOPPING event immediately · bab9d6e9
      Fred Emmott 提交于
      If there's a delay, it will *also* be ommitted after the appropriate
      number of seconds.
      
      I was originally going to add a new event for this, however this is
      consistent with STREAMING_STARTING, which is emitted at the start
      of the delay, not the end.
      bab9d6e9
  11. 09 10月, 2018 1 次提交
  12. 05 10月, 2018 3 次提交
  13. 02 10月, 2018 2 次提交
  14. 29 9月, 2018 4 次提交
  15. 28 9月, 2018 2 次提交
  16. 27 9月, 2018 1 次提交
  17. 26 9月, 2018 1 次提交