obs-studio/plugins/decklink
jp9000 2f8d28f7fa decklink: Keep deckLinkConfiguration while in use
Apparently this annoying, stupid variable was leaking before the ComPtr
was added, which ironically was necessary to ensure devices worked.
After that ComPtr commit some devices stopped capturing properly.
Basically, it implies that this pointer needs to stick around while the
device is in use.

(Jim note: This was one of the most painful things I've ever had to
debug)
2022-09-02 17:09:12 -07:00
..
data/locale Update translations from Crowdin 2022-08-30 09:00:44 +00:00
linux plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
mac plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
win plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
CMakeLists.txt cmake: Fix diverging prefix padding for OBS status outputs 2022-03-26 09:44:23 -04:00
DecklinkBase.cpp mac-decklink: Fix C++ virtual function warnings 2020-08-06 12:53:30 -07:00
DecklinkBase.h mac-decklink: Fix C++ virtual function warnings 2020-08-06 12:53:30 -07:00
DecklinkInput.cpp decklink: Fix automatic pixel format detection 2020-12-20 14:44:14 -08:00
DecklinkInput.hpp decklink: Fix automatic pixel format detection 2020-12-20 14:44:14 -08:00
DecklinkOutput.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
DecklinkOutput.hpp plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
OBSVideoFrame.cpp decklink: Add destructor for OBSVideoFrame, initialize flags 2021-07-24 22:34:44 +02:00
OBSVideoFrame.h decklink: Add destructor for OBSVideoFrame, initialize flags 2021-07-24 22:34:44 +02:00
audio-repack.c libobs: Enable compilation on aarch64 2019-11-25 13:04:21 -05:00
audio-repack.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
audio-repack.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
const.h decklink: Fix automatic pixel format detection 2020-12-20 14:44:14 -08:00
decklink-device-discovery.cpp decklink: Use ComPtr for variables 2022-03-08 03:36:01 -08:00
decklink-device-discovery.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
decklink-device-instance.cpp decklink: Keep deckLinkConfiguration while in use 2022-09-02 17:09:12 -07:00
decklink-device-instance.hpp decklink: Keep deckLinkConfiguration while in use 2022-09-02 17:09:12 -07:00
decklink-device-mode.cpp decklink: Remove unnecessary AddRef 2022-09-02 17:09:12 -07:00
decklink-device-mode.hpp decklink: Use ComPtr for variables 2022-03-08 03:36:01 -08:00
decklink-device.cpp decklink: Remove BOM 2022-08-13 00:49:17 -07:00
decklink-device.hpp decklink: Remove BOM 2022-08-13 00:49:17 -07:00
decklink-devices.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
decklink-devices.hpp Decklink: add output support 2018-09-25 19:13:25 -05:00
decklink-output.cpp plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
decklink-source.cpp decklink: Cleanup hide/show code 2021-08-21 12:53:28 -05:00
platform.hpp decklink: Make header self-sufficient 2021-10-10 19:12:45 -07:00
plugin-main.cpp decklink: Use ComPtr for variables 2022-03-08 03:36:01 -08:00
util.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
util.hpp decklink: Allow selecting input connections. 2019-03-03 13:19:38 -06:00