• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版eba9f57773f460bb20a19e81f4367bc93b212938 (tree)
时间2016-10-21 19:08:52
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump version.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,8 +2,9 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
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
78 * Detection of "portable" VapourSynth (see README for details!)
89 * Detection of "portable" Avisynth (see README for details!)
910
--- a/README.md
+++ b/README.md
@@ -86,6 +86,10 @@ The following third-party software is used by this application:
8686 http://www.videolan.org/developers/x265.html
8787 x265 is a free software and is released under the terms of the GNU GPL.
8888
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+
8993 * AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al.
9094 http://avisynth.nl/index.php/Main_Page
9195 AviSynth is a free software, released under the terms of the GNU GPL.
--- 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 5
29-#define VER_X264_BUILD 1058
28+#define VER_X264_PATCH 6
29+#define VER_X264_BUILD 1060
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser