Bump x264 version and updated changelog.

This commit is contained in:
LoRd_MuldeR 2022-06-16 15:59:16 +02:00
parent 1157c58f61
commit 0da5ba8abe
3 changed files with 9 additions and 4 deletions

View 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

View 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

View 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)