project: Version 0.11.0a5
- Updated the AOM library to libAOM v3.1.2-882-03b6f69. - Fixed the Denoising filter not working correctly with unexpected sizes. - Fixed the Denoising filter not rendering at the correct size. - Fixed the Denoising and Upscaling filter destroying the Alpha channel. - Fixed the Denoising filter running twice on the same image, resulting in a far worse image. - Fixed Upscaling not automatically deciding on a proper scale factor for you when the selected one is not supported.
This commit is contained in:
parent
36d322e662
commit
d3808f3960
|
@ -34,6 +34,7 @@ body:
|
|||
label: "StreamFX Version"
|
||||
description: "On which StreamFX version did you first encounter this issue?"
|
||||
options:
|
||||
- "0.11.0a5"
|
||||
- "0.11.0a4"
|
||||
- "0.11.0a3"
|
||||
- "0.11.0a2"
|
||||
|
|
|
@ -40,7 +40,7 @@ set(VERSION_MAJOR 0)
|
|||
set(VERSION_MINOR 11)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(VERSION_SUFFIX "a4")
|
||||
set(VERSION_SUFFIX "a5")
|
||||
set(VERSION_COMMIT "00000000")
|
||||
|
||||
# Check if we are in a git repository.
|
||||
|
|
Loading…
Reference in New Issue