OSDN Git Service

Updated x265 to version 2.5+22.
authorlordmulder <mulder2@gmx.de>
Wed, 4 Oct 2017 21:18:57 +0000 (23:18 +0200)
committerlordmulder <mulder2@gmx.de>
Wed, 4 Oct 2017 21:18:57 +0000 (23:18 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 8337220..c87e6e1 100644 (file)
@@ -2,6 +2,10 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.85 [2017-10-04]
+* Updated x265 to version 2.5+22
+* Updated build environment to Visual Studio 2017 with Update-3
+
 Version 2.84 [2017-07-12]
 * Updated x264 to revision 2851
 * Updated x265 to version 2.5+2
index 06be544..ac678f9 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 25;
-static const unsigned int VERSION_X265_MINIMUM_REV =  0;
+static const unsigned int VERSION_X265_MINIMUM_REV = 22;
 
 // ------------------------------------------------------------
 // Helper Macros
index b2490de..eaffce1 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 8
-#define VER_X264_PATCH 4
-#define VER_X264_BUILD 1116
+#define VER_X264_PATCH 5
+#define VER_X264_BUILD 1118
 
 #define VER_X264_PORTABLE_EDITION (0)