mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 14:25:05 +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> |
||
---|---|---|
.. | ||
amf_h264_handler.cpp | ||
amf_h264_handler.hpp | ||
amf_hevc_handler.cpp | ||
amf_hevc_handler.hpp | ||
amf_shared.cpp | ||
amf_shared.hpp | ||
debug_handler.cpp | ||
debug_handler.hpp | ||
dnxhd_handler.cpp | ||
dnxhd_handler.hpp | ||
handler.cpp | ||
handler.hpp | ||
nvenc_h264_handler.cpp | ||
nvenc_h264_handler.hpp | ||
nvenc_hevc_handler.cpp | ||
nvenc_hevc_handler.hpp | ||
nvenc_shared.cpp | ||
nvenc_shared.hpp | ||
prores_aw_handler.cpp | ||
prores_aw_handler.hpp |