obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 36aec3be54 encoders/ffmpeg/nvenc: Ensure compatibility with more than just FFmpeg 4.2
When FFmpeg Encoders was originally written, FFmpeg 4.2 was still new and OBS Studio did not seem to want to update to anything newer for a while. This led to code being fine-tuned for FFmpeg 4.2, which stops working the moment OBS Studio upgrades FFmpeg. This removes the dependency on FFmpeg 4.2 hopefully, and allows using newer FFmpeg versions - or perhaps even older versions.

Additionally the nonsensical behavior of the Target Quality slider was fixed. It is now from 0 to 51, instead of from 0 to 100, and as such matches FFmpeg exactly.
2023-04-05 18:58:17 +02:00
..
encoders encoders/ffmpeg/nvenc: Ensure compatibility with more than just FFmpeg 4.2 2023-04-05 18:58:17 +02:00
ffmpeg ffmpeg/tools: Helpers for easily populating OBS property lists 2023-04-05 18:58:17 +02:00
filters filters/autoframing: Always set projection matrix 2023-04-05 18:51:55 +02:00
gfx gfx/shader/texture: Fix incorrect placement of modified_type 2023-04-05 18:51:49 +02:00
nvidia nvidia/ar/facedetection: Add Face Detection feature 2023-04-05 18:51:36 +02:00
obs obs/encoder-factory: Support proper settings migration 2023-04-05 18:51:52 +02:00
sources gfx/shader: Support for visible and active tracking in parameters 2023-04-05 18:51:42 +02:00
transitions gfx/shader: Support for visible and active tracking in parameters 2023-04-05 18:51:42 +02:00
ui ui/about: Remove additional spacers 2023-04-05 18:51:55 +02:00
util util/library: Don't mix incompatible parameters 2023-04-05 18:51:37 +02:00
common.hpp project: Apply coding guidelines 2023-04-05 18:50:57 +02:00
configuration.cpp configuration: Fix unicode support 2023-03-28 13:11:04 +02:00
configuration.hpp configuration: Fix failed saving due to invalid path 2023-03-28 12:40:46 +02:00
plugin.cpp third-party: Add GLAD OpenGL wrapper 2023-04-05 18:51:40 +02:00
plugin.hpp util: Apply coding guidelines 2023-04-05 18:50:57 +02:00
strings.hpp locale: Remove any unused Strings 2023-04-05 18:51:28 +02:00
updater.cpp project: Unify logging structure 2023-04-05 18:51:14 +02:00
updater.hpp util: Apply coding guidelines 2023-04-05 18:50:57 +02:00
windll.cpp cmake: Place Windows exclusive functionality into own file 2020-04-22 23:32:22 +02:00