obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 381aa3ecd4 source-mirror: Correctly check for Audio and Video source
Previously this would not do anything correctly, as the call to obs_source_get_flags does not return anything for most sources. Instead obs_source_get_output_flags should be used to verify that we actually have a video or audio capable source to work with.
2019-04-02 20:19:40 +02:00
..
filters filter-blur: Add empty entry to the Mask Source input 2019-04-02 19:58:14 +02:00
gfx gfx/blur/dual-filtering: Implement Dual Filtering Blur 2019-04-02 03:50:01 +02:00
obs obs-audio-capture: Remove unused code 2019-04-02 19:45:10 +02:00
sources source-mirror: Correctly check for Audio and Video source 2019-04-02 20:19:40 +02:00
plugin.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
plugin.hpp utility: Move helper macros 2019-04-02 03:50:01 +02:00
strings.hpp filter-blur: Refactor to use new Blur code 2019-04-02 03:50:01 +02:00
util-event.cpp util-event: Template event handler class 2018-11-08 08:07:49 +01:00
util-event.hpp util-event: Automatically clear event listeners when destructed 2019-04-02 19:11:26 +02:00
util-math.cpp util-math: Add 16-byte aligned version of vec2 2019-01-24 05:14:17 +01:00
util-math.hpp filter-blur: Refactor to use new Blur code 2019-04-02 03:50:01 +02:00
util-memory.cpp project: Improve Linux support (#27 and #13) 2019-01-14 22:31:35 +01:00
util-memory.hpp util-memory: Fix alligned_alloc for MSVC 2019-01-24 20:18:28 +01:00
utility.cpp project: Improve Linux support (#27 and #13) 2019-01-14 22:31:35 +01:00
utility.hpp utility: Move helper macros 2019-04-02 03:50:01 +02:00