OSDN Git Service

Updated x264 and x265 versions.
authorlordmulder <mulder2@gmx.de>
Tue, 13 Dec 2016 19:07:44 +0000 (20:07 +0100)
committerlordmulder <mulder2@gmx.de>
Tue, 13 Dec 2016 19:07:44 +0000 (20:07 +0100)
HISTORY.txt
src/encoder_x264.cpp
src/encoder_x265.cpp
src/version.h

index 7a3ffdf..80f6e66 100644 (file)
@@ -2,6 +2,10 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.77 [2016-??-??]
+* Updated x264 to revision 2744
+* Updated x265 to version 2.1+25
+
 Version 2.76 [2016-10-21]
 * Updated x265 to version 2.1+25
 * Updated NVEncC to version 3.01
index d9a7eca..5789d0d 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2708;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2728;
 static const unsigned int VERSION_X264_CURRENT_API =  148;
 
 // ------------------------------------------------------------
index 0a586e0..143842a 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 21;
-static const unsigned int VERSION_X265_MINIMUM_REV = 25;
+static const unsigned int VERSION_X265_MINIMUM_REV = 69;
 
 // ------------------------------------------------------------
 // Helper Macros
index 2e34923..4c2ee11 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 7
 #define VER_X264_PATCH 6
-#define VER_X264_BUILD 1061
+#define VER_X264_BUILD 1064
 
 #define VER_X264_PORTABLE_EDITION (0)