mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 15:25:06 +00:00
6e1566386e
- Use auto in places where code clarity is improved or identical. - Replace trivial constructors and destructors with default. - Use true random for random generation. - Use std::string_view where it is valid to do so. - Apply const where it is valid to do so. - Use references where it is valid to do so. - Manually optimize memory usage with std::move and std::copy. - Opt for memory efficient containers where the size is known ahead of time. Signed-off-by: lainon <GermanAizek@yandex.ru> |
||
---|---|---|
.. | ||
filter-autoframing.cpp | ||
filter-autoframing.hpp | ||
filter-blur.cpp | ||
filter-blur.hpp | ||
filter-color-grade.cpp | ||
filter-color-grade.hpp | ||
filter-denoising.cpp | ||
filter-denoising.hpp | ||
filter-displacement.cpp | ||
filter-displacement.hpp | ||
filter-dynamic-mask.cpp | ||
filter-dynamic-mask.hpp | ||
filter-sdf-effects.cpp | ||
filter-sdf-effects.hpp | ||
filter-shader.cpp | ||
filter-shader.hpp | ||
filter-transform.cpp | ||
filter-transform.hpp | ||
filter-upscaling.cpp | ||
filter-upscaling.hpp | ||
filter-virtual-greenscreen.cpp | ||
filter-virtual-greenscreen.hpp |