Bump minimal supported x264, x265 and NVEncC versions.

This commit is contained in:
LoRd_MuldeR 2024-07-14 15:14:49 +02:00
parent aae287f0a6
commit f2d07fc1bc
5 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,9 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 3.04 [2024-06-16]
Version 3.04 [2024-07-14]
* Updated x264 to revision 3191 (API v164)
* Updated x265 to version 3.6+13
* Support for latest VapourSynth versions that no longer support the '--y4m' switch
* Updated cURL to version 8.8.0 (2024-05-22)
* Updated build environment to Visual Studio 2022 with Update-10

View File

@ -40,7 +40,7 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 728;
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 757;
// ------------------------------------------------------------
// Helper Macros

View File

@ -40,7 +40,7 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 3106;
static const unsigned int VERSION_X264_MINIMUM_REV = 3108;
static const unsigned int VERSION_X264_CURRENT_API = 164;
// ------------------------------------------------------------

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 35;
static const unsigned int VERSION_X265_MINIMUM_REV = 100;
static const unsigned int VERSION_X265_MINIMUM_VER = 36;
static const unsigned int VERSION_X265_MINIMUM_REV = 0;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,8 +26,8 @@
#define VER_X264_MAJOR 3
#define VER_X264_MINOR 0
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1221
#define VER_X264_BUILD 1222
#define VER_X264_PORTABLE_EDITION (0)
#define VER_X264_PRE_RELEASE (1)
#define VER_X264_PRE_RELEASE (0)