obs-StreamFX/source/encoders
Michael Fabian 'Xaymar' Dirks a0d0760f6d encoders/ffmpeg: Fix fallbacks, hide handler-less encoders and clean up
* Changes the encoder name to 'streamfx-{name}' from 'streamfx--{name}' as the latter is a typo, but adds a proxy to still support the latter in bad configurations.
* Some of the warning messages have been improved in order to better support end-users, and support for the new encoder error messages has been added.
* Adds support for the is_hw argument instead of blindly relying on obs_encoder_get_caps() which actually returns the wrong values due to rerouting.
* Fixed handler-less encoders showing up in the UI outside of debug builds.
2023-03-28 12:52:19 +02:00
..
codecs project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
handlers common: Rename LOG_ to DLOG_ to avoid macro confusion 2023-03-28 12:52:17 +02:00
encoder-ffmpeg.cpp encoders/ffmpeg: Fix fallbacks, hide handler-less encoders and clean up 2023-03-28 12:52:19 +02:00
encoder-ffmpeg.hpp encoders/ffmpeg: Fix fallbacks, hide handler-less encoders and clean up 2023-03-28 12:52:19 +02:00