From 74fd84ba4c24c16a18b48a7ed512fc01d9f1ee41 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 28 Sep 2016 22:32:59 +0200 Subject: [PATCH] Bump x265 version, --- HISTORY.txt | 4 ++++ src/encoder_x265.cpp | 4 ++-- src/version.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index d2a8ced..057f26c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.75 [2016-??-??] +* Updated x265 to version 2.1+2 +* Detection of "portable" VapourSynth (see README for details!) + Version 2.75 [2016-09-25] * Updated build environment to Visual Studio 2015 with Update-3 * Updated x264 to revision 2721 diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index aa73a89..16ff973 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -39,8 +39,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 20; -static const unsigned int VERSION_X265_MINIMUM_REV = 54; +static const unsigned int VERSION_X265_MINIMUM_VER = 21; +static const unsigned int VERSION_X265_MINIMUM_REV = 0; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index d015401..90361b3 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 5 -#define VER_X264_BUILD 1043 +#define VER_X264_BUILD 1045 #define VER_X264_PORTABLE_EDITION (0)