22 Commits

Author SHA1 Message Date
ed02fae429 Fixed VapourSynth detection for R46+ and increase minimum required version to R46. 2019-07-22 14:19:18 +02:00
af87671309 Bump minimum VapourSynth version. 2019-05-09 22:18:24 +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
24ce592604 Updated copyright year. 2019-05-02 12:47:47 +02:00
d90f8d0508 Updated copyright year. 2018-02-26 15:56:51 +01:00
a348b67891 Fixed parsing of source properties for new Avs2YUV version. 2017-01-07 21:54:06 +01:00
f823b485d7 Happy new year 2017! 2017-01-07 18:48:20 +01:00
f38c651a18 Added support for detecting "portable" Avisynth. 2016-10-02 16:18:01 +02:00
8a8889f51a Implemented ClipInfo class + various fixes. 2016-05-08 18:33:48 +02:00
286f615370 Happy new year 2016! 2016-01-01 23:59:55 +01:00
9a5076ffcb More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
d88c4ca553 Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02: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
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
024355831d Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes. 2014-02-26 17:39:36 +01:00
675ef7cef5 Fixed VapourSynth input + some more code re-factoring. 2014-02-26 16:08:06 +01:00
1decd835d9 Fixed Avisynth version detection as well as detecting the source properties. 2014-02-26 00:55:11 +01:00
155f66c061 Implemented VSPipe version detection + various fixes. 2014-02-25 22:44:39 +01:00
38e7dbae56 Refactored source types (Avisynth, VapourSynth, etc) into separate classes + loads of fixes. 2014-02-24 23:13:42 +01:00