1. 21 11月, 2015 3 次提交
    • J
      obs-filters: Reset cx/cy/mul/add crop vals in tick, not render · 78d5e27a
      jp9000 提交于
      To first render the filter, the width/height values must be set, but
      currently they're only set in the render function, which means that the
      crop filter can never be rendered when the program first starts up.
      This would cause the filter to fail to render at all under those
      circumstances.
      
      This patch moves the calculations from render to tick to ensure that
      they're always called and the values are always set.
      78d5e27a
    • J
      50c61898
    • J
      win-capture: Hook Reset/ResetEx in Present* funcs · 1755511b
      jp9000 提交于
      The virtual address table values for Reset/ResetEx can sometimes point
      to functions that are in libraries outside of D3D8.dll and D3D9.dll, and
      will cause a crash if used.  Instead, just hook Reset/ResetEx when one
      of the Present* functions are called.
      1755511b
  2. 19 11月, 2015 10 次提交
  3. 18 11月, 2015 2 次提交
  4. 17 11月, 2015 7 次提交
  5. 16 11月, 2015 5 次提交
  6. 15 11月, 2015 2 次提交
  7. 14 11月, 2015 11 次提交