OSDN Git Service

Bump x265 minimum required version to 3.5.
authorlordmulder <mulder2@gmx.de>
Sat, 29 May 2021 17:25:01 +0000 (19:25 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 29 May 2021 17:44:33 +0000 (19:44 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h
x264_launcher_MSVC2019.vcxproj

index 27d3c90..2611182 100644 (file)
@@ -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
index e393c7b..d17b9ff 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //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;
 
 // ------------------------------------------------------------
index ec4acda..735476e 100644 (file)
 #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)
 
index 4d67c5d..5b21827 100644 (file)
@@ -15,7 +15,7 @@
     <Keyword>Win32Proj</Keyword>
     <RootNamespace>x264_launcher</RootNamespace>
     <ProjectName>x264_launcher</ProjectName>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">