Commit Graph

383 Commits

Author SHA1 Message Date
49bc9123c2 Show debug console only for "pre-release" builds. 2015-02-08 22:45:12 +01:00
f64f67606a Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
fd689aeb70 Updated build script. 2015-02-02 22:18:40 +01:00
e669acfd39 Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
24e2b93d68 Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
07fdd97f97 Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
ce6d991d8d Updated version date in .rc file too. 2015-01-31 20:06:19 +01:00
ffe4c0c5e2 Changelog updated. 2015-01-31 20:04:40 +01:00
bca0d562e5 Fixed Windows 10 version detection for the latest Windows 10 pre-release build. 2015-01-31 19:59:13 +01:00
d4d0882a10 Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
96f9965e84 Updated Avs2YUV to v0.24 (BugMaster's mod 3). 2015-01-31 19:16:26 +01:00
508734686e Updated x264 and x265 versions. 2015-01-31 19:15:51 +01:00
4f4ce331d7 Updated list of known hosts (backport from LameXP). 2015-01-31 19:15:15 +01:00
7524549739 Some improvements to x264 version check. In particular, some "patched" builds with *broken* string should now produce the correct error message. 2015-01-05 20:53:01 +01:00
7a09181ad2 Make sure that user doesn't enter any orphaned "-" or "--" prefixes. 2014-11-30 17:27:39 +01:00
09bf5b3a94 Made the help dialog or AVS2YUV work again + some code refactoring by using QScopedPointer's. 2014-11-19 17:21:46 +01:00
a76b1b13b1 Do not attempt to download signature file, if download of update info failed already. 2014-11-19 17:21:02 +01:00
c3fc0f4cc0 Fixed header. 2014-11-19 17:20:29 +01:00
79eaae58c2 Overhaul of the Windows version detection code + added support for Windows 10 (Technical Preview). 2014-11-19 17:20:13 +01:00
5cb932bd01 Added new x265 tuning options (PSNR and Grain). 2014-11-19 17:19:39 +01:00
8e2b012ed8 Added support for Windows 10 tech preview. 2014-11-02 20:31:29 +01:00
c1fd967277 Added one more update mirror. 2014-11-02 16:32:48 +01:00
e01f4f4726 Bump x265 version to 1.4. 2014-11-02 16:15:36 +01:00
94af36996c Updated README file. 2014-10-12 16:48:19 +02:00
f57ea2b229 Remember the last Template name that was loaded, so we can use this as the initial name when saving the modified template. 2014-10-11 17:20:05 +02:00
b1a66ae866 Updated x264 version info. 2014-10-11 17:19:10 +02:00
1d2d990737 Updated WebUpdate and GnuPG binaries to the latest versions. 2014-10-08 23:40:47 +02:00
621f7bca2e Some more installer fixes/tweaks. 2014-08-16 15:53:27 +02:00
8ce934e9a0 Updated list of known hosts. 2014-08-16 15:22:35 +02:00
1f281ae4bc Some minor installer fixes (README file was not included). 2014-08-15 20:21:34 +02:00
68f9abdced Updated list of mirrors. 2014-08-15 19:00:28 +02:00
860add9fae Updated Git ignore file. 2014-08-15 16:58:19 +02:00
ec39869819 Bump version. 2014-08-15 16:52:09 +02:00
3bc039eb9e Small build script improvement. 2014-08-15 16:50:15 +02:00
c72ceebc74 Small fix of the Setup script. 2014-08-13 17:30:53 +02:00
b570dc302e Small build script fix. 2014-08-13 16:59:19 +02:00
5dc612e75c Ported REAMDE file to Markdown + updated build script accordingly. 2014-08-13 16:43:38 +02:00
9fb93a96fb Improved error message when VapourSynth is *not* available. 2014-08-13 16:14:57 +02:00
6d7a0bc4ce Added support for VapourSynth r24+. Minimum required version is now r24! 2014-08-13 16:07:57 +02:00
ee5c384578 Enabled 2-Pass encoding support for x265. 2014-08-13 16:03:15 +02:00
d462755a9e Bump program version + updated minimum encoder versions. 2014-08-13 15:39:06 +02:00
9ac2aa911b Added backward compatibility for "old" template entries. 2014-08-13 15:38:17 +02:00
2179dd9371 Added support for Visual Studio 2013 with Update-3. 2014-08-13 15:05:07 +02:00
dd4e1132ea Cleaned up some obsolete files. 2014-08-13 15:03:01 +02:00
e2ad461784 Bump x265 encoder version. 2014-06-04 19:36:20 +02:00
ee2e684365 Updated list of known hosts. 2014-05-30 20:58:57 +02:00
f79633e597 Code simplification: Removed the "m_status" member variable. Instead, application will be considered 'ready' when file timer is not running *and* no modal dialog is visible. 2014-05-18 21:59:26 +02:00
214cdc4e30 Made the file size estimation less jumpy: Before the progress was rounded to a precision of 1.0 percent. This caused a "jump" of the estimated size each time the integral part of progress increased by one. Now the progress is rounded to a precision of 0.1 percent, which greatly reduces the effect. Furthermore, we apply a slight smoothing filter on the estimated values in order to make the output more "stable". 2014-05-14 17:17:40 +02:00
fff0cc76ef Minimize main window into the notification area ("systray"), when trying to close the program while we still have running jobs. 2014-05-14 17:13:42 +02:00
eacfe15342 Recognize Visual Studio 2013 with Update 2. 2014-05-14 17:12:38 +02:00