obs-StreamFX/source/obs
Michael Fabian 'Xaymar' Dirks dbb71cf801 project: Code cleanup and reapply formatting
Changes applied:

* Moved utility files to /util/.
* Removed unused #includes.
* Removed unused ::ffmpeg::tools function.
* Removed unused variables.
* Fixed missing parentheses in the version macro.
* Fixed missing override on virtual function overrides and removed unnecessary virtual keyword from them.
* Disabled additional warning for ATL headers on MSVC only.
* Replaced direct printf parameters with their macro equivalent.
* Replaced C-style casts with C++-style casts.
* Applied clang-format again after an earlier change to the CMake file broke the integration for it.
2023-03-28 12:52:20 +02:00
..
gs project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
obs-encoder-factory.cpp obs/encoder-factory: Factory to create encoder instances 2023-03-28 12:52:11 +02:00
obs-encoder-factory.hpp obs/encoder-factory: Fix encoder rerouting not working properly 2023-03-28 12:52:18 +02:00
obs-signal-handler.cpp obs-signal-handler: Helper classes for signals and audio 2020-02-14 07:30:46 +01:00
obs-signal-handler.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
obs-source-factory.cpp project: Apply clang-format 2019-12-21 17:05:53 +01:00
obs-source-factory.hpp common: Rename LOG_ to DLOG_ to avoid macro confusion 2023-03-28 12:52:17 +02:00
obs-source-tracker.cpp common: Rename LOG_ to DLOG_ to avoid macro confusion 2023-03-28 12:52:17 +02:00
obs-source-tracker.hpp obs/source-tracker: Don't leak pointers to sources 2023-03-28 12:52:17 +02:00
obs-source.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
obs-source.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
obs-tools.cpp common: Rename LOG_ to DLOG_ to avoid macro confusion 2023-03-28 12:52:17 +02:00
obs-tools.hpp obs-tools: Add OBS data deleter 2020-04-22 23:15:32 +02:00