From 4de244e91a4c8f0e632584e63fd7c01af9c6b393 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 15 Sep 2016 22:36:32 +0200 Subject: [PATCH] Updated x265 and NVEncC versions. --- HISTORY.txt | 4 ++++ src/encoder_nvenc.cpp | 4 ++-- src/encoder_x265.cpp | 2 +- src/version.h | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index f9fd1ed..1ba0b79 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.75 [2016-??-??] +* Updated x265 to version 2.0+16 +* Updated NVEncC to version 2.11 + Version 2.74 [2016-07-18] * Updated x265 to version 2.0+2 diff --git a/src/encoder_nvenc.cpp b/src/encoder_nvenc.cpp index 56849cc..468467b 100644 --- a/src/encoder_nvenc.cpp +++ b/src/encoder_nvenc.cpp @@ -39,8 +39,8 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 207; -static const unsigned int VERSION_NVENCC_MINIMUM_API = 60; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 211; +static const unsigned int VERSION_NVENCC_MINIMUM_API = 70; // ------------------------------------------------------------ // Helper Macros diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 9e22be6..0d6c7cf 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 20; -static const unsigned int VERSION_X265_MINIMUM_REV = 0; +static const unsigned int VERSION_X265_MINIMUM_REV = 16; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 22487e8..2dfd49b 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 4 -#define VER_X264_BUILD 1038 +#define VER_X264_BUILD 1039 #define VER_X264_PORTABLE_EDITION (0)