1. 02 11月, 2020 1 次提交
  2. 10 2月, 2020 2 次提交
  3. 24 6月, 2019 1 次提交
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  4. 22 3月, 2015 1 次提交
    • S
      decklink: Add Windows DeckLink project · dd739d1e
      Skyler Lipthay 提交于
      The code specific to Windows: helps convert `BSTR` instances to
      `std::string`s; provides a Windows COM-specific implementation of
      `CreateDeckLinkDiscoveryInstance`; aliases CFUUIDGetUUIDBytes,
      CFUUIDBytes, and IUnknownUUID (the Linux SDK does this, but for some
      reason the Windows SDK does not).
      dd739d1e