OSDN Git Service

Bump version. v2.71
authorlordmulder <mulder2@gmx.de>
Sun, 12 Jun 2016 12:35:22 +0000 (14:35 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 12 Jun 2016 12:35:22 +0000 (14:35 +0200)
HISTORY.txt
src/encoder_nvenc.cpp
src/encoder_x265.cpp
src/version.h

index 2b28df8..f9769a7 100644 (file)
@@ -2,10 +2,11 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.71 [2016-??-??]
-* Updated x265 to version 1.9+183
+Version 2.71 [2016-06-12]
+* Updated x265 to version 1.9+200
 * Added experimental NVEncC (NVIDIA GPU encoding) support
 * Code refactoring
+* Fixed various included web-links
 
 Version 2.70 [2016-04-29]
 * Fixed potential VapourSynth error, when Avisynth is *not* installed
index 2fa478b..56849cc 100644 (file)
@@ -39,7 +39,7 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 206;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 207;
 static const unsigned int VERSION_NVENCC_MINIMUM_API = 60;
 
 // ------------------------------------------------------------
index 99eb230..6717cc0 100644 (file)
@@ -40,7 +40,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER =  19;
-static const unsigned int VERSION_X265_MINIMUM_REV = 183;
+static const unsigned int VERSION_X265_MINIMUM_REV = 200;
 
 // ------------------------------------------------------------
 // Helper Macros
index 3ce96bf..d9fb964 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 7
-#define VER_X264_PATCH 0
-#define VER_X264_BUILD 1032
+#define VER_X264_PATCH 1
+#define VER_X264_BUILD 1034
 
 #define VER_X264_PORTABLE_EDITION (0)