obs-StreamFX/source/encoders
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
..
codecs encoders/codecs/h264: Basic support for parsing NALs 2023-04-05 18:51:51 +02:00
handlers encoders/ffmpeg/nvenc: Ensure compatibility with more than just FFmpeg 4.2 2023-04-05 18:58:17 +02:00
encoder-aom-av1.cpp encoders/aom-av1: Set proper packet priority and drop priority 2023-04-05 18:51:53 +02:00
encoder-aom-av1.hpp encoders/aom-av1: AV1 encoder based on libaom 2023-04-05 18:51:15 +02:00
encoder-ffmpeg.cpp encoders/ffmpeg: Add support for re-configuration of encoders 2023-04-05 18:51:53 +02:00
encoder-ffmpeg.hpp encoders/ffmpeg: Support proper settings migration 2023-04-05 18:51:53 +02:00