From 521bd4010af6e45e9f783ac63622e03ff8dc0eea Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 29 May 2021 19:25:01 +0200 Subject: [PATCH] Bump x265 minimum required version to 3.5. --- HISTORY.txt | 6 ++++++ src/encoder_x265.cpp | 2 +- src/version.h | 8 ++++---- x264_launcher_MSVC2019.vcxproj | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 27d3c90..2611182 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,12 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 3.00 [2021-05-29] +* Updated x265 to version 3.5+2 +* Updated cURL to version 7.76.1 (2021-04-14) +* Updated build environment to Visual Studio 2019 with Update-10 +* Do not close application when hibernating computer + Version 2.99 [2020-11-18] * Updated x264 to revision 3027 (API v161) * Updated x265 to version 3.4+30 diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index e393c7b..d17b9ff 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 34; +static const unsigned int VERSION_X265_MINIMUM_VER = 35; static const unsigned int VERSION_X265_MINIMUM_REV = 0; // ------------------------------------------------------------ diff --git a/src/version.h b/src/version.h index ec4acda..735476e 100644 --- a/src/version.h +++ b/src/version.h @@ -23,10 +23,10 @@ #error Please do *not* inlcude "version.h" directly! #endif -#define VER_X264_MAJOR 2 -#define VER_X264_MINOR 9 -#define VER_X264_PATCH 9 -#define VER_X264_BUILD 1210 +#define VER_X264_MAJOR 3 +#define VER_X264_MINOR 0 +#define VER_X264_PATCH 0 +#define VER_X264_BUILD 1212 #define VER_X264_PORTABLE_EDITION (0) diff --git a/x264_launcher_MSVC2019.vcxproj b/x264_launcher_MSVC2019.vcxproj index 4d67c5d..5b21827 100644 --- a/x264_launcher_MSVC2019.vcxproj +++ b/x264_launcher_MSVC2019.vcxproj @@ -15,7 +15,7 @@ Win32Proj x264_launcher x264_launcher - 8.1 + 10.0.14393.0