• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版363b472d2b60938d8874d57ca16acf287213d2c6 (tree)
时间2016-06-12 21:35:22
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump version.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,10 +2,11 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5-Version 2.71 [2016-??-??]
6-* Updated x265 to version 1.9+183
5+Version 2.71 [2016-06-12]
6+* Updated x265 to version 1.9+200
77 * Added experimental NVEncC (NVIDIA GPU encoding) support
88 * Code refactoring
9+* Fixed various included web-links
910
1011 Version 2.70 [2016-04-29]
1112 * Fixed potential VapourSynth error, when Avisynth is *not* installed
--- a/src/encoder_nvenc.cpp
+++ b/src/encoder_nvenc.cpp
@@ -39,7 +39,7 @@
3939 #include <QPair>
4040
4141 //x265 version info
42-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 206;
42+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 207;
4343 static const unsigned int VERSION_NVENCC_MINIMUM_API = 60;
4444
4545 // ------------------------------------------------------------
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -40,7 +40,7 @@
4040
4141 //x265 version info
4242 static const unsigned int VERSION_X265_MINIMUM_VER = 19;
43-static const unsigned int VERSION_X265_MINIMUM_REV = 183;
43+static const unsigned int VERSION_X265_MINIMUM_REV = 200;
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 0
29-#define VER_X264_BUILD 1032
28+#define VER_X264_PATCH 1
29+#define VER_X264_BUILD 1034
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser