obs-streamFX/source
Michael Fabian 'Xaymar' Dirks c4461e70b9 code: Migrate encoder::ffmpeg to modern handler loader
A different version of the dynamic loader allows us to simply register handlers at load time, instead of requiring custom code. Could also make it so that it loads them when needed, but since they're mostly static code, this won't matter much.
2023-05-16 15:19:11 +02:00
..
encoders code: Migrate encoder::ffmpeg to modern handler loader 2023-05-16 15:19:11 +02:00
ffmpeg code: Disable useless alignment styling and update standard 2023-05-14 03:25:07 +02:00
filters code: Migrate filter::autoframing to new dynamic loader 2023-05-14 09:14:29 +02:00
gfx code: Migrate obs::source_tracker to new dynamic loader 2023-05-14 09:14:29 +02:00
nvidia code: Disable useless alignment styling and update standard 2023-05-14 03:25:07 +02:00
obs code: Migrate obs::source_tracker to new dynamic loader 2023-05-14 09:14:29 +02:00
sources code: Migrate source::mirror to new dynamic loader 2023-05-14 09:14:29 +02:00
transitions code: Migrate transition::shader to new dynamic loader 2023-05-14 09:14:29 +02:00
ui code: Migrate ui::handler to new dynamic loader 2023-05-14 09:14:29 +02:00
util code: Migrate util::threadpool to new dynamic loader 2023-05-14 09:14:29 +02:00
common.hpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00
configuration.cpp code: Migrate configuration to new dynamic loader 2023-05-14 09:14:29 +02:00
configuration.hpp code: Migrate configuration to new dynamic loader 2023-05-14 09:14:29 +02:00
plugin.cpp code: Reorder and fix static initializers 2023-05-14 09:14:29 +02:00
plugin.hpp code: Migrate util::threadpool to new dynamic loader 2023-05-14 09:14:29 +02:00
strings.hpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00
updater.cpp code: Fix version comparison logic 2023-05-14 06:35:36 +02:00
updater.hpp code: Disable useless alignment styling and update standard 2023-05-14 03:25:07 +02:00
warning-disable.hpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00
warning-enable.hpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00
windll.cpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00