Bump x264 and x265 versions.
This commit is contained in:
parent
653eeee98e
commit
8caee77d8a
@ -2,9 +2,11 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.65 [2015-??-??]
|
Version 2.65 [2016-01-24]
|
||||||
* Added menu entry to remove all completed or enqueued jobs at once
|
* Added menu entry to remove all completed or enqueued jobs at once
|
||||||
* Improved 32-Bit vs. 64-Bit selection for Avisynth/VapourSynth
|
* Improved 32-Bit vs. 64-Bit selection for Avisynth/VapourSynth
|
||||||
|
* Updated x264 to revision 2665
|
||||||
|
* Updated x265 to version 1.8+212
|
||||||
|
|
||||||
Version 2.64 [2015-12-20]
|
Version 2.64 [2015-12-20]
|
||||||
* Fixed a dependency issue with Visual Studio runtime libraries
|
* Fixed a dependency issue with Visual Studio runtime libraries
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2555;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2643;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 148;
|
static const unsigned int VERSION_X264_CURRENT_API = 148;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
|
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
|
||||||
static const unsigned int VERSION_X265_MINIMUM_REV = 187;
|
static const unsigned int VERSION_X265_MINIMUM_REV = 212;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 6
|
#define VER_X264_MINOR 6
|
||||||
#define VER_X264_PATCH 5
|
#define VER_X264_PATCH 5
|
||||||
#define VER_X264_BUILD 1007
|
#define VER_X264_BUILD 1008
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
BIN
x264_launcher.rc
BIN
x264_launcher.rc
Binary file not shown.
Loading…
Reference in New Issue
Block a user