OSDN Git Service

Updated x264 binaries to r2851. v2.84
authorlordmulder <mulder2@gmx.de>
Sat, 15 Jul 2017 19:08:48 +0000 (21:08 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 15 Jul 2017 19:08:48 +0000 (21:08 +0200)
HISTORY.txt
src/encoder_x264.cpp
src/version.h

index a31717b..8337220 100644 (file)
@@ -2,6 +2,10 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.84 [2017-07-12]
+* Updated x264 to revision 2851
+* Updated x265 to version 2.5+2
+
 Version 2.83 [2017-06-11]
 * Updated x264 to revision 2833
 * Updated x265 to version 2.4+36
index 1339b6b..477d00b 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 2768;
-static const unsigned int VERSION_X264_CURRENT_API =  150;
+static const unsigned int VERSION_X264_MINIMUM_REV = 2795;
+static const unsigned int VERSION_X264_CURRENT_API =  152;
 
 // ------------------------------------------------------------
 // Helper Macros
index b41e4f6..b2490de 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 8
-#define VER_X264_PATCH 3
-#define VER_X264_BUILD 1115
+#define VER_X264_PATCH 4
+#define VER_X264_BUILD 1116
 
 #define VER_X264_PORTABLE_EDITION (0)