OSDN Git Service

Bump version. v2.76
authorlordmulder <mulder2@gmx.de>
Fri, 21 Oct 2016 10:08:52 +0000 (12:08 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 21 Oct 2016 10:08:52 +0000 (12:08 +0200)
HISTORY.txt
README.md
src/version.h

index 490d259..7a3ffdf 100644 (file)
@@ -2,8 +2,9 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.75 [2016-??-??]
-* Updated x265 to version 2.1+20
+Version 2.76 [2016-10-21]
+* Updated x265 to version 2.1+25
+* Updated NVEncC to version 3.01
 * Detection of "portable" VapourSynth (see README for details!)
 * Detection of "portable" Avisynth (see README for details!)
 
index f1e5fd6..d8e8d17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,6 +86,10 @@ The following third-party software is used by this application:
   http://www.videolan.org/developers/x265.html
   x265 is a free software and is released under the terms of the GNU GPL.
 
+* The NVEncC encoder software is Copyright (c) 1999-2016 rigaya.
+  https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6
+  NVEncC is a free software and is released under the terms of the MIT License.
+
 * AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al.
   http://avisynth.nl/index.php/Main_Page
   AviSynth is a free software, released under the terms of the GNU GPL.
index e63284d..ff3ad83 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 7
-#define VER_X264_PATCH 5
-#define VER_X264_BUILD 1058
+#define VER_X264_PATCH 6
+#define VER_X264_BUILD 1060
 
 #define VER_X264_PORTABLE_EDITION (0)