obs-StreamFX/source/filters
Michael Fabian 'Xaymar' Dirks 5a4d38d249 project: Fix a massive list of dangerous warnings
This is a massive improvement to stability and safety when using the plugin, as all exceptions should now no longer be leaked into C controlled code, which can't actually handle exceptions at all.

Warnings fixed:

* Potentially throwing exception during library load.
* Possibly throwing function passed to C.
* Statement does nothing.
* Variable is initialized but not referenced.
* Variable overloads variable in parent scope.
2019-09-05 18:42:28 +02:00
..
filter-blur.cpp filter-blur: Don't throw exceptions into C code 2019-09-04 20:43:40 +02:00
filter-blur.hpp filter-blur: Don't throw exceptions into C code 2019-09-04 20:43:40 +02:00
filter-color-grade.cpp project: Re-apply formatting 2019-09-04 03:03:41 +02:00
filter-color-grade.hpp color-grade: Add further Tint options 2019-09-04 01:41:15 +02:00
filter-displacement.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
filter-displacement.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
filter-dynamic-mask.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-dynamic-mask.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-sdf-effects.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-sdf-effects.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-shader.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-shader.hpp project: Remove use of P_INITIALIZER 2019-09-04 02:47:27 +02:00
filter-transform.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
filter-transform.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00