Updated Changelog.
This commit is contained in:
parent
fa29d4ba11
commit
029eabbfdb
@ -3,9 +3,11 @@ Simple x264/x265 Launcher version history
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.50 [2015-MM-DD]
|
Version 2.50 [2015-MM-DD]
|
||||||
|
* Overhauled startup code + show spinner while initializing
|
||||||
* Much improved Avisynth and VapourSynth detection code
|
* Much improved Avisynth and VapourSynth detection code
|
||||||
* Added option to prefer 64-Bit VapourSynth, when available
|
* Added option to prefer 64-Bit VapourSynth, when available
|
||||||
* Updated x265 to version 1.5+129
|
* Updated x264 to revision 2538
|
||||||
|
* Updated x265 to version 1.5+200
|
||||||
|
|
||||||
Version 2.46 [2015-01-31]
|
Version 2.46 [2015-01-31]
|
||||||
* Updated x265 to version 1.4+424
|
* Updated x265 to version 1.4+424
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
#include <QRegExp>
|
#include <QRegExp>
|
||||||
|
|
||||||
//x264 version info
|
//x264 version info
|
||||||
static const unsigned int VERSION_X264_MINIMUM_REV = 2495;
|
static const unsigned int VERSION_X264_MINIMUM_REV = 2533;
|
||||||
static const unsigned int VERSION_X264_CURRENT_API = 144;
|
static const unsigned int VERSION_X264_CURRENT_API = 146;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Helper Macros
|
// Helper Macros
|
||||||
|
Loading…
Reference in New Issue
Block a user