Simple x264 Launcher development repository
修订版 | eba9f57773f460bb20a19e81f4367bc93b212938 (tree) |
---|---|
时间 | 2016-10-21 19:08:52 |
作者 | ![]() |
Commiter | lordmulder |
Bump version.
@@ -2,8 +2,9 @@ | ||
2 | 2 | Simple x264/x265 Launcher version history |
3 | 3 | ----------------------------------------- |
4 | 4 | |
5 | -Version 2.75 [2016-??-??] | |
6 | -* Updated x265 to version 2.1+20 | |
5 | +Version 2.76 [2016-10-21] | |
6 | +* Updated x265 to version 2.1+25 | |
7 | +* Updated NVEncC to version 3.01 | |
7 | 8 | * Detection of "portable" VapourSynth (see README for details!) |
8 | 9 | * Detection of "portable" Avisynth (see README for details!) |
9 | 10 |
@@ -86,6 +86,10 @@ The following third-party software is used by this application: | ||
86 | 86 | http://www.videolan.org/developers/x265.html |
87 | 87 | x265 is a free software and is released under the terms of the GNU GPL. |
88 | 88 | |
89 | +* The NVEncC encoder software is Copyright (c) 1999-2016 rigaya. | |
90 | + https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6 | |
91 | + NVEncC is a free software and is released under the terms of the MIT License. | |
92 | + | |
89 | 93 | * AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al. |
90 | 94 | http://avisynth.nl/index.php/Main_Page |
91 | 95 | AviSynth is a free software, released under the terms of the GNU GPL. |
@@ -25,8 +25,8 @@ | ||
25 | 25 | |
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 7 |
28 | -#define VER_X264_PATCH 5 | |
29 | -#define VER_X264_BUILD 1058 | |
28 | +#define VER_X264_PATCH 6 | |
29 | +#define VER_X264_BUILD 1060 | |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |
32 | 32 |