Commit Graph

31 Commits

Author SHA1 Message Date
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
ed02fae429 Fixed VapourSynth detection for R46+ and increase minimum required version to R46. 2019-07-22 14:19:18 +02:00
3c6316df82 Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +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
24ce592604 Updated copyright year. 2019-05-02 12:47:47 +02:00
d90f8d0508 Updated copyright year. 2018-02-26 15:56:51 +01:00
f823b485d7 Happy new year 2017! 2017-01-07 18:48:20 +01:00
a102ca5c73 Shut up some warnings when detecting VapourSynth registry path. 2016-10-21 12:00:33 +02:00
f38c651a18 Added support for detecting "portable" Avisynth. 2016-10-02 16:18:01 +02:00
f35f2635a3 Cleaned up VapourSynth detection code + detect "portable" VapourSynth if available. 2016-09-27 21:04:35 +02:00
ff27a265da Fixed detection of 64-Bit VapourSynth when 32-Bit VapourSynth is *not* installed (only relevant for 64-Bit Windows) + use registry functions from MUtils library. 2016-03-11 19:08:29 +01:00
286f615370 Happy new year 2016! 2016-01-01 23:59:55 +01:00
0187a00f4d Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +01:00
2658b4c628 Some more improvements to VapourSynth detection + overhauled the SysinfoModel class. 2015-02-28 17:12:35 +01:00
0c6c00202e Improved VapourSynth detection code. 2015-02-27 19:05:18 +01:00
e669acfd39 Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
d4d0882a10 Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
6d7a0bc4ce Added support for VapourSynth r24+. Minimum required version is now r24! 2014-08-13 16:07:57 +02:00
834905abf9 Some improvements to version number handling. 2014-05-06 00:22:18 +02:00
8f16f75ead Improved VapourSynth detection code, so that 64-Bit version can be detected as well. Since we cannot load the 64-Bit DLL, we will no longer attempt to load the VSSCRIPT.DLL directly, but instead just run VSPIPE.EXE and read out the version number. This is going to fail, if the VSSCRIPT.DLL is missing on the system. 2014-05-05 15:07:31 +02:00
b16bbfa60c Happy new year 2014! 2014-01-27 19:58:24 +01:00
ddfedba2dd More VapourSynth path fixes: We now store the VapourSynth path *including* the "core" or "core32" postfix. 2013-11-29 20:27:45 +01:00
21b57e4a42 Fixed VapourSynth detection with newer (R22+) VapourSynth versions. Hopefully. 2013-11-29 18:10:11 +01:00
e860efa3e0 Added BLAKE2 checksum code. Also moved some files. 2013-11-23 15:19:17 +01:00
fe48035eae Improved VapourSynth detection code. 2013-11-08 17:39:16 +01:00
f6e3275018 Massive clean up: Removed Win32 API dependency from "global.h". All Win32 API calls are now wrapped in custom functions in "global.cpp". 2013-11-03 18:34:20 +01:00
36a7593760 Fixed VapourSynth registry path for Non-WOW64 (i.e. 32-Bit) versions of Windows. Previous path was assuming Registry Redirection, which is only used under WOW64, but not on native 32-Bit systems. 2013-08-27 21:35:17 +02:00
3766369c49 Refactored VapourSynth detection code into a separate thread, similar to Avisynth. 2013-08-07 15:34:02 +02:00