Skip to content

Commit

Permalink
Bump x264 and x265 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmulder committed Jan 24, 2016
1 parent 653eeee commit 8caee77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
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
* 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]
* Fixed a dependency issue with Visual Studio runtime libraries
Expand Down
2 changes: 1 addition & 1 deletion src/encoder_x264.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <QRegExp>

//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;

// ------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/encoder_x265.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

//x265 version info
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
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 6
#define VER_X264_PATCH 5
#define VER_X264_BUILD 1007
#define VER_X264_BUILD 1008

#define VER_X264_PORTABLE_EDITION (0)

Expand Down
Binary file modified x264_launcher.rc
Binary file not shown.

0 comments on commit 8caee77

Please sign in to comment.