Skip to content

Commit

Permalink
project: Version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Oct 22, 2017
1 parent d09521e commit 4770061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion #Resources/PATCH_NOTES.md
@@ -1,4 +1,4 @@
# 2.2.3 - Pre-Pass, VBAQ and more fixes! (Hotfix 3)
# 2.2.4 - Pre-Pass, VBAQ and more fixes! (Hotfix 4)
With the newly released Driver 17.7.2, AMD fixed many reported issues and added some much wanted features:

- Pre-Pass and VBAQ are finally working,
Expand All @@ -11,8 +11,12 @@ And now it's time for the plugin to also be updated! This release primarily aims
Hotfix 1: Fixed VBAQ and Pre-Pass being used with Constant QP, causing significant corruption issues and changed some default values for H265.
Hotfix 2: Fixed an at-exit crash caused by an AMF trace function.
Hotfix 3: Fixed an issue with Constant QP that caused it to incorrectly use Minimum/Maximum QP.
Hotfix 4: Updated internal property list to match Fall Creators Update AMD Driver.

## Changelog
### 2.2.4
* Removed LowLatency, CommonLowLatency and QPC*Offset properties.

### 2.2.3
* Fixed Minimum/Maximum QP incorrectly being applied to Constant QP.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ PROJECT(enc-amf)
################################################################################
SET(enc-amf_VERSION_MAJOR 2)
SET(enc-amf_VERSION_MINOR 2)
SET(enc-amf_VERSION_PATCH 3)
SET(enc-amf_VERSION_PATCH 4)
configure_file(
"${PROJECT_SOURCE_DIR}/#Resources/package.in.bat"
"${PROJECT_SOURCE_DIR}/#Resources/package.bat"
Expand Down

0 comments on commit 4770061

Please sign in to comment.