Updated Changelog.

This commit is contained in:
LoRd_MuldeR 2015-03-14 14:50:34 +01:00
parent fa29d4ba11
commit 029eabbfdb
2 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,11 @@ Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.50 [2015-MM-DD]
* Overhauled startup code + show spinner while initializing
* Much improved Avisynth and VapourSynth detection code
* 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]
* Updated x265 to version 1.4+424

View File

@ -37,8 +37,8 @@
#include <QRegExp>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 2495;
static const unsigned int VERSION_X264_CURRENT_API = 144;
static const unsigned int VERSION_X264_MINIMUM_REV = 2533;
static const unsigned int VERSION_X264_CURRENT_API = 146;
// ------------------------------------------------------------
// Helper Macros