Commit Graph

573 Commits

Author SHA1 Message Date
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
3ebb3d97d1 Bump x265 encoder version. 2014-05-10 17:29:54 +02:00
0c4c96da50 Fixed a typo (reported by sidspyker). 2014-05-09 18:15:54 +02:00
834905abf9 Some improvements to version number handling. 2014-05-06 00:22:18 +02:00
726d494ca1 Fixed detection of x265 core version 1.0 and higher (old code assumed "0.x" format). 2014-05-05 18:20:58 +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
a7d4c7a100 Added link to x265 online documentation. 2014-05-05 15:05:37 +02:00
2250665143 Added a few missing icon files to the repository. 2014-05-03 16:49:39 +02:00
d50c155b93 Implemented corner widget for the menubar. 2014-05-03 16:46:08 +02:00
061009a171 Updated Python download address + some code refactoring. 2014-05-03 15:11:29 +02:00
1af6d6ccd4 Updated encoder versions. 2014-05-01 21:22:57 +02:00