OSDN Git Service

Bump x265 minimum required version to 3.3+27. v2.97
authorlordmulder <mulder2@gmx.de>
Fri, 15 May 2020 21:29:31 +0000 (23:29 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 15 May 2020 21:30:08 +0000 (23:30 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 4d4238c..710b888 100644 (file)
@@ -2,8 +2,10 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.97 [unreleased]
-* Updated NVEncC to version 5.00
+Version 2.97 [2020-05-15]
+* Updated x265 to version 3.3+27
+* Updated NVEncC to version 5.01
+* Updated cURL to version 7.70.0 (2020-04-29)
 
 Version 2.96 [2020-04-17]
 * Updated x264 to revision 3000 (API v160)
index adbcc53..05b28ca 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 33;
-static const unsigned int VERSION_X265_MINIMUM_REV =  1;
+static const unsigned int VERSION_X265_MINIMUM_REV = 27;
 
 // ------------------------------------------------------------
 // Helper Macros
index e24b82a..48b1305 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 9
-#define VER_X264_PATCH 6
-#define VER_X264_BUILD 1200
+#define VER_X264_PATCH 7
+#define VER_X264_BUILD 1202
 
 #define VER_X264_PORTABLE_EDITION (0)