d17f7d0bd9Added solution/project files for Visual Studio 2012.lordmulder2012-12-02 19:58:49 +01:00
4883e8aae2Prepare for separate solutions for MSVC2010 and MSVC2012.lordmulder2012-12-02 19:36:43 +01:00
ea0f4b813eFixed Drag&Drop with Qt v4.8.4. It still is a mystery how the old code ever worked with Qt 4.8.2 (and older).lordmulder2012-12-01 15:54:07 +01:00
6562924242Show an additional tool-tip when the user enters "invalid" custom parameters. Should make things more clear.lordmulder2012-09-27 18:13:55 +02:00
f4549d74efAllow "--frames" and "--fps" as custom parameters, because they might be useful when FFMS2 input is used. We will discard those parameters later, iff Avisynth/Pipe input is used.lordmulder2012-09-22 14:58:51 +02:00
3f8ed91da3Added an option to save the output file to the same folder where the source is located. Also improved Avisynth detection in case of exception error.lordmulder2012-05-14 21:47:47 +02:00
d55e24e3beFix help display. Regression introduced when 8-Bit/10-Bit support was added.lordmulder2012-03-29 15:20:26 +02:00
b7acf86d6eAdded option to choose between 8-Bit and 10-Bit encoding at runtime. We now include 8-Bit and 10-Bit builds in the distribution package.lordmulder2012-03-25 22:11:07 +02:00
a0991e1137Added option to by-pass the Avisynth check. Not recommended!lordmulder2012-02-13 20:49:16 +01:00
9829729d7fActually detect the Avisynth version. Will accept version 2.5 or later.lordmulder2012-02-13 18:52:55 +01:00
9667385870Make sure that the current configuration can be saved to a template, even if it equals the "<Recently Used>" configuration. Also added Avisynth credits.lordmulder2012-02-13 16:44:50 +01:00
e149f87ed8Added 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!lordmulder2012-02-12 15:58:28 +01:00
ac5d2c4f89Improved 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.lordmulder2012-02-11 16:10:21 +01:00
1d5af73ac7Minimum required OS is Windows XP, not Windows 2000.lordmulder2012-02-11 03:11:29 +01:00
ed774d4f0fImplemented asynchronous handling of dropped files, so the source application gets unblocked ASAP. Also added Drag&Drop support to the "Add Job" dialog.lordmulder2012-02-10 18:42:16 +01:00
9f2a0c4f10Refactored selection of the "data" directory into a global function and killed some Copy&Paste code.lordmulder2012-02-10 18:40:28 +01:00
5b01c67785Make the installer explicitly request elevation.lordmulder2012-02-10 12:32:08 +01:00
de3e25d4fdForbid one more parameter in the custom options.lordmulder2012-02-06 04:39:03 +01:00
3ce9e09055Added workarounds for the unfortunate lack of Unicode support in (unpatched) x264 and Avisynth.lordmulder2012-02-05 21:52:23 +01:00
71a5b84d7bReorganized web-links a bit + added "Reset" button to preferences dialog.lordmulder2012-02-05 15:42:41 +01:00
48991004ffAdded support for adding files from the command-line.lordmulder2012-02-05 04:41:42 +01:00
a4d8e6e8bcAdded option to use 64-Bit Avisynth/Avs2YUV.lordmulder2012-02-05 02:49:08 +01:00
ccfe3910baAppend the proper extension to the output file name, according to selected file type.lordmulder2012-02-04 22:44:19 +01:00
d7d5f27756Make it possible to save to the name of an existing template.lordmulder2012-02-04 19:09:27 +01:00
fa9488fb78Added support for fractional CRF values. In CQ mode the quantizer will be rounded to the next int value. Also cleaned-up resource file.lordmulder2012-02-04 15:56:38 +01:00
4663c724efAdded option to shutdown the computer when all jobs are completed.lordmulder2012-02-04 01:12:21 +01:00
2077dd06f2Added support for running multiple jobs in parallel.lordmulder2012-02-03 15:28:00 +01:00
9f2a6951a4Use the proper binary for help screen (32- vs. 64-Bit) + added "maximum job cont" option to preferences.lordmulder2012-02-03 12:31:51 +01:00
b28307c997Create index file, if FFMS input is used. Avoids re-indexing for the seconds pass.lordmulder2012-02-03 02:26:08 +01:00