OSDN Git Service

Bump x264 version and updated changelog.
authorlordmulder <mulder2@gmx.de>
Thu, 16 Jun 2022 13:59:16 +0000 (15:59 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 16 Jun 2022 13:59:16 +0000 (15:59 +0200)
HISTORY.txt
src/encoder_x264.cpp
src/version.h

index 20162a5..6707a42 100644 (file)
@@ -2,6 +2,11 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 3.02 [2021-06-16]
+* Updated x264 to revision 3094 (API v164)
+* Updated x265 to version 3.5+37
+* Updated build environment to Visual Studio 2022 with Update-2
+
 Version 3.01 [2021-12-08]
 * Updated x265 to version 3.5+20
 * Updated NVEncC to version 5.41
index 3da829c..1e31e83 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x264 version info
-static const unsigned int VERSION_X264_MINIMUM_REV = 3049;
-static const unsigned int VERSION_X264_CURRENT_API =  163;
+static const unsigned int VERSION_X264_MINIMUM_REV = 3065;
+static const unsigned int VERSION_X264_CURRENT_API =  164;
 
 // ------------------------------------------------------------
 // Helper Macros
index 60a68b0..3343689 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 3
 #define VER_X264_MINOR 0
-#define VER_X264_PATCH 1
-#define VER_X264_BUILD 1216
+#define VER_X264_PATCH 2
+#define VER_X264_BUILD 1218
 
 #define VER_X264_PORTABLE_EDITION (0)