• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版f63ad23475bbaed5dce9b8d8a8240447e8c2370c (tree)
时间2016-07-18 18:35:32
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump x265 version.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,6 +2,9 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5+Version 2.74 [2016-07-18]
6+* Updated x265 to version 2.0+2
7+
58 Version 2.73 [2016-07-03]
69 * Updated x264 to revision 2705
710 * Updated x265 to version 1.9+227
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -39,8 +39,8 @@
3939 #include <QPair>
4040
4141 //x265 version info
42-static const unsigned int VERSION_X265_MINIMUM_VER = 19;
43-static const unsigned int VERSION_X265_MINIMUM_REV = 227;
42+static const unsigned int VERSION_X265_MINIMUM_VER = 20;
43+static const unsigned int VERSION_X265_MINIMUM_REV = 0;
4444
4545 // ------------------------------------------------------------
4646 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -25,8 +25,8 @@
2525
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 7
28-#define VER_X264_PATCH 3
29-#define VER_X264_BUILD 1036
28+#define VER_X264_PATCH 4
29+#define VER_X264_BUILD 1038
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser