1. 02 8月, 2015 8 次提交
  2. 01 8月, 2015 1 次提交
  3. 31 7月, 2015 5 次提交
  4. 28 7月, 2015 1 次提交
  5. 26 7月, 2015 1 次提交
    • J
      decklink: Fix crash (null pointer dereference) · 595de46e
      jp9000 提交于
      This is my fault; I made an idiotic assumption about the data and it
      ended up causing the plugin to crash.  This is definitely one of my more
      embarrassing moments.
      595de46e
  6. 25 7月, 2015 1 次提交
    • A
      libobs: Use one copy for RGBA output when possible · ffb3ca45
      Anthony Catel 提交于
      A minor optimization: in copy_rgbx_frame (used when libobs is set to
      output RGBA frames instead of YUV frames), if the line sizes for the
      source and destination match, just use a single memcpy call for all of
      the data instead of multiple memcpy calls.
      ffb3ca45
  7. 22 7月, 2015 1 次提交
  8. 21 7月, 2015 1 次提交
  9. 19 7月, 2015 7 次提交
  10. 18 7月, 2015 2 次提交
  11. 17 7月, 2015 9 次提交
  12. 16 7月, 2015 3 次提交
    • J
      libobs/util: Add functions to get/set the cwd · 5c0f4546
      jp9000 提交于
      Adds functions to get or set the current working directory.
      5c0f4546
    • J
      libobs: Fix module search to ignore . and .. · 7bd51470
      jp9000 提交于
      When globbing for modules, the intent was to ignore the . and ..
      directories that might also be included in the glob search.  It was
      mistakenly doing a string compare on the 'path' variable which contains
      the full path, rather than the 'file' variable which just contains the
      found file itself, so the string compare always failed.
      7bd51470
    • J
      UI: Make plugin search path use arch. bits in name · 1f1f03d9
      jp9000 提交于
      If on windows/linux, make the plugin search path also include the
      architecture bits for its binary search path.
      1f1f03d9