mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +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> |
||
---|---|---|
.. | ||
gs | ||
obs-encoder-factory.cpp | ||
obs-encoder-factory.hpp | ||
obs-signal-handler.cpp | ||
obs-signal-handler.hpp | ||
obs-source-active-child.cpp | ||
obs-source-active-child.hpp | ||
obs-source-active-reference.cpp | ||
obs-source-active-reference.hpp | ||
obs-source-factory.cpp | ||
obs-source-factory.hpp | ||
obs-source-info.cpp | ||
obs-source-info.hpp | ||
obs-source-showing-reference.cpp | ||
obs-source-showing-reference.hpp | ||
obs-source-tracker.cpp | ||
obs-source-tracker.hpp | ||
obs-source.cpp | ||
obs-source.hpp | ||
obs-tools.cpp | ||
obs-tools.hpp | ||
obs-weak-source.cpp | ||
obs-weak-source.hpp |