project: Version 0.11.0a4

* The "Super Resolution" filter is now called "Upscaling" and in the future will support additional providers, like FidelityFX "Super-Resolution" and NVIDIA "Upscaling".
* The entire plugin now has identical logging behavior, so it should be easy to identify exact parts of the plugin in log files.
* A crash caused by log functions on Linux/Mac has been fixed, which was caused by reusing variable length arguments. (#632)
* Radeghast submitted a new 'Swirl' example shader. (#618)
* Added an AV1 encoder based on AOM-AV1, although its stability and quality may not be great so far.
* Denoising of Video content is now possible with the new "Denoising" filter on NVIDIA RTX hardware.
* Fixed a few bugs affecting the "Upscaling" (previously "Super Resolution") filter.
* Fixed references to NVIDIA missing the ®.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-10-03 21:24:06 +02:00
parent a5166c409e
commit 168d04293a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 11) set(VERSION_MINOR 11)
set(VERSION_PATCH 0) set(VERSION_PATCH 0)
set(VERSION_TWEAK 0) set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "a3") set(VERSION_SUFFIX "a4")
set(VERSION_COMMIT "00000000") set(VERSION_COMMIT "00000000")
# Check if we are in a git repository. # Check if we are in a git repository.