No description
Find a file
Michael Fabian 'Xaymar' Dirks 26a76e0451 filters/color-grade: Redesign for use with LUTs
There is hardly any reason for us to recalculate everything all the time. LUTs can cache the work once, and then re-use it every time necessary, drastically reducing the impact of Color Grading by almost 60% (on some GPUs even more). Additionally this fixes the negative gamma issue, which plagued the filter for a while.

In the future, once PR 4199 (https://github.com/obsproject/obs-studio/pull/4199) has been merged, we can cut away one intermediate rendering step currently required to make the effect work. Hopefully this will be with the 27.x release of OBS Studio.
2023-03-28 13:11:11 +02:00
.github ci: Update scripts for refactor and adjust OBS to v26.1.x 2023-03-28 13:11:10 +02:00
cmake cmake: Refactor component and dependency system 2023-03-28 13:11:10 +02:00
data filters/color-grade: Redesign for use with LUTs 2023-03-28 13:11:11 +02:00
media media: Update Icon 2023-03-28 13:11:07 +02:00
source filters/color-grade: Redesign for use with LUTs 2023-03-28 13:11:11 +02:00
templates cmake: Add packaging support for Windows, Linux and Mac 2023-03-28 13:11:10 +02:00
third-party third-party/msvc-redist-helper: Add submodule for msvc-redist-helper 2023-03-28 13:11:06 +02:00
ui ui/updater: Apply workaround for OBS Studio checking for modals 2023-03-28 13:10:59 +02:00
.clang-format templates: Add generated configuration file 2023-03-28 12:52:21 +02:00
.clang-tidy cmake: Add support for running clang-tidy 2020-04-18 19:11:53 +02:00
.editorconfig project: Revert to 4-wide tab 2018-09-27 02:44:56 +02:00
.gitignore project: Remove AMD text from gitignore 2017-08-19 23:32:18 +02:00
.gitmodules third-party/msvc-redist-helper: Add submodule for msvc-redist-helper 2023-03-28 13:11:06 +02:00
AUTHORS.md AUTHORS: Add Authors file 2019-04-23 17:54:18 +02:00
CMakeLists.txt filters/color-grade: Redesign for use with LUTs 2023-03-28 13:11:11 +02:00
CODEOWNERS project: Add CODEOWNERS file 2023-03-28 12:52:16 +02:00
CONTRIBUTING.md project: Update README.md and CONTRIBUTING.md 2020-03-31 15:48:09 +02:00
crowdin.yml Update Crowdin configuration file 2019-01-24 03:24:33 +01:00
LICENSE GPLv2 and gitignore 2017-06-28 23:20:50 +02:00
README.md project: Add new logo 2020-04-19 23:00:47 +02:00

StreamFX Logo

StreamFX

StreamFX is a plugin to libOBS (OBS Studio, StreamElements OBS Live) that adds new sources, filters and transitions to give you the ability to drastically improve your stream and recording setup past what was possible in OBS Studio until now. Whether it is blurring out a region, moving something in 3D, or just writing your own shaders as a new transition, source or filter - StreamFX has it all.

CI Crowdin

Support the StreamFX project!

Like any other free project, StreamFX relies on donations to be continuously developed and stay free. If StreamFX helped you, consider helping the StreamFX project by making a one time donation via PayPal, or a continuous donation via Patreon or Github Sponsors!

Contributing

There's two ways you can directly contribute to the project. One is by submitting translations into your language on Crowdin, and the other is by contributing code to the project.