1. 20 4月, 2016 11 次提交
  2. 19 4月, 2016 7 次提交
  3. 15 4月, 2016 4 次提交
    • J
      win-capture: Fix case where hook only captures one frame · bef1b37a
      jp9000 提交于
      When using a chain hook method (forward or reverse), it was unwisely
      assumed that the previous hook in the chain would not overwrite new
      hooks when it's called.  When the game capture hook calls the previous
      hook in the chain, certain other programs that hook (in this case,
      rivatuner on-screen display) would overwrite the hook with older data
      and erase the game capture hook, causing it to only capture the first
      frame and then never capture again.
      
      This patch ensures that the hook is always saved before calling the next
      hook in the chain and then restored after the call returns.  It also
      preserves any new hooks that may be added on top of it at any point.
      bef1b37a
    • J
      Merge pull request #537 from Gol-D-Ace/vcredist · 3fec8e23
      Jim 提交于
      UI: Change message regarding vcredist
      3fec8e23
    • J
      Merge pull request #536 from AnthonySuper/master · 06889b77
      Jim 提交于
      libobs: remove duplicated determinant calculation
      06889b77
    • J
      UI: Make minor text adjustment to bitrate warnings · b28b165d
      jp9000 提交于
      Specify that it's the streaming bitrate and not just "bitrate" so users
      hopefully realize that it's not referring to the recording settings.
      b28b165d
  4. 14 4月, 2016 7 次提交
  5. 13 4月, 2016 3 次提交
  6. 11 4月, 2016 5 次提交
  7. 10 4月, 2016 3 次提交