Commit Graph

90 Commits

Author SHA1 Message Date
47a0a1f8c7 Updated ReadMe file + slightly tweak install script. 2012-02-18 01:22:24 +01:00
0ece9fed40 Updated ReadMe file. 2012-02-17 22:18:40 +01:00
1033990705 Added a web-link for "Help and Support". 2012-02-16 23:58:33 +01:00
c91451069e Added "Copy" and "Paste" to custom context menu. 2012-02-16 14:33:26 +01:00
83e51e6a17 Added "Editor" dialog for custom parameters. 2012-02-16 02:08:46 +01:00
c66376096d Delete zero-size output files when job fails or is aborted. 2012-02-15 00:45:42 +01:00
aefe4fa3ea Strip down Avisynth header file to what we actually need/use. 2012-02-14 23:57:28 +01:00
10b495bfa5 Added a "restart" button and extended JobListModel API as required. 2012-02-14 23:36:44 +01:00
877c06712d Added some more information about audio encoding to ReadMe file. 2012-02-14 20:50:35 +01:00
0c2eca6912 Updated ReadMe file. 2012-02-14 19:03:19 +01:00
e81d00dee7 Bump version. 2012-02-14 00:27:02 +01:00
a0991e1137 Added option to by-pass the Avisynth check. Not recommended! 2012-02-13 20:49:16 +01:00
9829729d7f Actually detect the Avisynth version. Will accept version 2.5 or later. 2012-02-13 18:52:55 +01:00
9667385870 Make sure that the current configuration can be saved to a template, even if it equals the "<Recently Used>" configuration. Also added Avisynth credits. 2012-02-13 16:44:50 +01:00
aedd58b092 Updated CPUID assembly from x264. 2012-02-13 03:02:06 +01:00
6ed0a8be29 Make installer remember the install location from a previous installation. 2012-02-13 02:12:04 +01:00
5046a80d56 Properly verify custom Avs2YUV parameters. Also improved color-space info in the ReadMe file. 2012-02-13 00:04:39 +01:00
e316c3cd37 Compatibility fix. 2012-02-12 17:35:50 +01:00
6073e311af Updated ReadMe file. 2012-02-12 16:45:29 +01:00
e149f87ed8 Added support for custom Avs2YUV parameters. Required to allow passing trough 4:2:2 (YV16) and 4:4:4 (YV24) data, as Avs2YUV converts to 4:2:0 (YV12) by default. YV16 and YV24 requires Avisynth 2.6! 2012-02-12 15:58:28 +01:00
5025b163a9 Updated ReadMe file. 2012-02-11 23:34:37 +01:00
912b021ce9 Added notice. 2012-02-11 18:21:45 +01:00
ac5d2c4f89 Improved deadlock handling. We will now throw a warning after 1 minute and abort after 5 minutes of inactivity. This may still be too short for FFVideoSource() to finish indexing on extremely large files. Though in this case the user should use 'ffmsindex' to create the index beforehand. 2012-02-11 16:10:21 +01:00
1d5af73ac7 Minimum required OS is Windows XP, not Windows 2000. 2012-02-11 03:11:29 +01:00
8a1666485c Improved installer script. 2012-02-11 00:28:32 +01:00
2147ef1a34 Improved internal API for version info. 2012-02-11 00:19:24 +01:00
4085e0b57a Updated ReadMe file. 2012-02-11 00:06:56 +01:00
4cc54f27e7 Improved version info. 2012-02-10 22:54:19 +01:00
68a01d1483 Improved version info. 2012-02-10 22:48:08 +01:00
d83ddf7303 Improved version info. 2012-02-10 22:30:27 +01:00
14f15d3f76 Updated ReadMe file. 2012-02-10 19:53:12 +01:00
ed774d4f0f Implemented asynchronous handling of dropped files, so the source application gets unblocked ASAP. Also added Drag&Drop support to the "Add Job" dialog. 2012-02-10 18:42:16 +01:00
9f2a0c4f10 Refactored selection of the "data" directory into a global function and killed some Copy&Paste code. 2012-02-10 18:40:28 +01:00
5b01c67785 Make the installer explicitly request elevation. 2012-02-10 12:32:08 +01:00
defd0b795a Updated ReadMe file. 2012-02-10 02:18:28 +01:00
5ceb25656c Implemented a portable mode. Will be enabled, if the string "portable" is found in the EXE name. 2012-02-10 01:58:45 +01:00
074e9f9b7e Updated ReadMe file. 2012-02-09 23:36:26 +01:00
cad7904241 Improve installer and ReadMe file. 2012-02-09 23:14:38 +01:00
fe0847e60c Improved build script and installer. 2012-02-09 16:45:42 +01:00
8e22c9c35e Added OS check to installer. 2012-02-09 14:51:41 +01:00
e648300812 Remember last configuration, even if it was unsaved. 2012-02-09 02:06:29 +01:00
10934275f7 Include text files in distribution packages. 2012-02-08 22:50:36 +01:00
c1d4d1d589 Added support for Windows 7 Taskbar progress indicator + include version info in resources. 2012-02-08 00:29:47 +01:00
f07f8bcb13 Moved CPU capabilities check to the main window init function. 2012-02-07 21:48:25 +01:00
9db58c543f Improved CPU detection code. 2012-02-07 03:37:47 +01:00
42a2bf73ec Improved build script. 2012-02-07 00:22:25 +01:00
394379d74f Improved custom parameter checking some more + properly split custom parameters that contain whitespaces. 2012-02-06 22:40:07 +01:00
048f0f6945 Much improved validation of custom parameters. 2012-02-06 17:34:25 +01:00
e718e31458 Fixed potential deadlock. 2012-02-06 16:13:24 +01:00
de3e25d4fd Forbid one more parameter in the custom options. 2012-02-06 04:39:03 +01:00