Commit Graph

579 Commits

Author SHA1 Message Date
304af28a5a Updated cURL binary to v7.70.0 (2020-04-29). 2020-05-15 23:26:03 +02:00
0e14bb3846 Bump NVEncC binaries to version 5.00. 2020-04-18 15:50:49 +02:00
6ab46e8483 Small build script improvement. 2020-04-18 15:33:19 +02:00
718c88e8bf Bump x265 minimum required version to 3.3+1. 2020-04-17 23:01:43 +02:00
d2236b4e0a Bump version and update changelog. 2020-04-17 22:48:36 +02:00
7e7ac8c703 Bump x264 minimum required version to API-#160 (r2999). 2020-04-17 22:43:05 +02:00
ad65eb4364 Updated cURL binary to v7.69.1 (2020-03-11). 2020-04-17 22:29:05 +02:00
2c475919da Updated build script. 2020-04-10 15:17:45 +02:00
f7ba35757c Added support for presets to NVEncC. 2020-04-10 15:09:39 +02:00
b3d696aae0 Updated download links for x264/x265 binaries. 2020-01-19 12:56:14 +01:00
778afc79fc Bump version. 2020-01-03 01:10:36 +01:00
e4253a7dc6 Happy new year 2020! 2020-01-03 01:04:32 +01:00
2050a079c5 Bum Avs2YUV version to 0.24 (BugMaster's mod 6). 2020-01-03 00:47:03 +01:00
ee7155642b Bump x264 minimum required version to API-#159 (r2991). 2020-01-03 00:46:44 +01:00
fc7ef6b92e Added tune "Animation" to x265 encoder. 2019-12-13 00:11:48 +01:00
bb459092e6 Added more supported input formats for NVEncC encoder. 2019-10-05 22:34:50 +02:00
b235200318 Adapted for recent changes in NVEncC progress output. 2019-10-05 22:25:38 +02:00
f319b9c326 Updated README file. 2019-10-05 21:48:57 +02:00
3f3e284c40 Workaround for wrong (old) version number reported by NVEncC executable. 2019-10-05 21:41:01 +02:00
23fa592fc0 Bump version + updated README file. 2019-10-05 21:20:06 +02:00
ffe3a06703 Bump NVEncC binaries to version 4.50. 2019-10-05 21:19:51 +02:00
1f0a03d8e0 Bump x265 minimum required version to 3.2+5. 2019-10-05 21:04:26 +02:00
8dc7cccd2d Removed debug break-point. 2019-08-19 23:05:51 +02:00
b3bce7b535 Adjusted build script to invoke Rich-Header Eraser tool on our binaries. 2019-08-19 23:01:06 +02:00
bbd2b4f6ea Simplified VapourSynth detection code. 2019-08-13 20:03:11 +02:00
d59c4f5789 Workaround to detect VapourSynth even if it has been installed with "for me only" option (not recommended). 2019-08-12 20:20:44 +02:00
3d620d791c Small tweak to VapourSynth detection. 2019-08-09 14:33:57 +02:00
9d6b4ccfeb Don't mistakenly detect 64-Bit VapourSynth on 32-Bit-only OS. 2019-08-07 21:50:52 +02:00
00b713ca08 Bump version + updated README file. 2019-08-06 21:12:17 +02:00
0de29ef2d0 Fixed detection of new NVEncC version. 2019-08-06 21:11:55 +02:00
7402359b36 Some more improvements to VapourSynth detection code. 2019-08-06 20:47:59 +02:00
e763eeae5b Small tweak to VapourSynth detection. 2019-08-05 22:55:10 +02:00
bdd55a654a Fixed regression: Do not show a "critical" error message, if VapourSynth could not be found. 2019-07-22 19:40:54 +02:00
cb42e52fb1 Fixed detection of "portable" VapourSynth. 2019-07-22 15:46:29 +02:00
d9c3d88cad Cosmetics. 2019-07-22 15:21:49 +02:00
2bbb409dc4 Bump x265 minimum required version to 3.1+8. 2019-07-22 14:59:26 +02:00
1a08b0add5 Bump version + updated README file. 2019-07-22 14:41:55 +02:00
0f62ffbb06 Bump x264 minimum required version to API-#158 (r2982). 2019-07-22 14:41:04 +02:00
ed02fae429 Fixed VapourSynth detection for R46+ and increase minimum required version to R46. 2019-07-22 14:19:18 +02:00
528acc04c3 Added project/solution files for VS2019. 2019-07-14 20:15:40 +02:00
67e7feba86 Updated x265 to version 3.1. 2019-07-14 19:49:38 +02:00
5e571c8a78 Build fix for latest changes in MUtilities library. 2019-07-14 19:48:06 +02:00
df9b5afb68 Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
3c6316df82 Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
af87671309 Bump minimum VapourSynth version. 2019-05-09 22:18:24 +02:00
59cfdf1411 Updated project/solution files. 2019-05-07 21:16:27 +02:00
8955a9edd7 Various improvements to Avisynth and VapourSynth detection code. Refactored common code into a shared base class. 2019-05-07 21:13:22 +02:00
798c41f7f8 Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory.
Even though it would make more sense to evaluate %APPDATA%, VapourSynth apparently ignores that one. We set up %APPDATA% anyway, just to be sure.
2019-05-07 21:10:13 +02:00
dad84faa34 Small build script improvement. 2019-05-04 17:49:00 +02:00
fc14a14b78 Updated changelog. 2019-05-02 15:45:53 +02:00