|
74ac7077a6
|
Some more refactoring.
|
2013-07-03 21:52:19 +02:00 |
|
|
a74f27ab5b
|
Code refactoring: Now "Preferences" and "Recently" used models are in separate classes for a more cleaner design.
|
2013-07-03 21:34:21 +02:00 |
|
|
43e1146263
|
Added sound effect when a job has completed or failed (optionally, disabled by default).
|
2013-07-01 03:03:21 +02:00 |
|
|
e1e7248b3a
|
Added option to set the process priority of the encoder processes.
|
2013-06-17 00:42:57 +02:00 |
|
|
4e2094c296
|
Fixed a stupid mistake that made some of the *input* formats not show up.
|
2013-05-23 22:28:57 +02:00 |
|
|
7c9c6054a2
|
Installer update.
|
2013-05-23 22:18:53 +02:00 |
|
|
cfe88da4fc
|
Make help screen work again + updated Readme file.
|
2013-05-23 22:15:33 +02:00 |
|
|
a3072d9c6b
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
|
|
a56ed35a1a
|
Finished work to better handle multiple input files.
|
2013-05-11 01:50:05 +02:00 |
|
|
680debf496
|
Some more refactoring to allow better handling of multiple input files.
|
2013-05-08 22:46:25 +02:00 |
|
|
aacf84b88a
|
Some initial refactoring to allow better handling of multiple input files.
|
2013-05-08 00:04:40 +02:00 |
|
|
8078a6b90d
|
Updated build script.
|
2013-05-05 14:32:58 +02:00 |
|
|
6942f4291c
|
Better support for new x264 builds with OpenCL Lookahead.
|
2013-05-05 14:12:30 +02:00 |
|
|
b2b751035d
|
Better support for new x264 builds with OpenCL Lookahead.
|
2013-05-05 14:11:34 +02:00 |
|
|
dd7a18abbb
|
Moved the Avisynth detected code into a background thread.
|
2013-04-02 23:10:58 +02:00 |
|
|
2d80a1d7a5
|
Bumped versions.
|
2013-03-06 23:37:15 +01:00 |
|
|
7070d0d41f
|
Bump version.
|
2013-01-15 21:18:24 +01:00 |
|
|
337a65bb2d
|
Now using global "fatal exit" function.
|
2012-12-15 19:12:56 +01:00 |
|
|
6a2c9e463f
|
Updated build script.
|
2012-12-05 22:51:27 +01:00 |
|
|
d17f7d0bd9
|
Added solution/project files for Visual Studio 2012.
|
2012-12-02 19:58:49 +01:00 |
|
|
4883e8aae2
|
Prepare for separate solutions for MSVC2010 and MSVC2012.
|
2012-12-02 19:36:43 +01:00 |
|
|
ea0f4b813e
|
Fixed 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).
|
2012-12-01 15:54:07 +01:00 |
|
|
9400b628d6
|
Updated version info.
|
2012-11-28 23:36:00 +01:00 |
|
|
6562924242
|
Show an additional tool-tip when the user enters "invalid" custom parameters. Should make things more clear.
|
2012-09-27 18:13:55 +02:00 |
|
|
f4549d74ef
|
Allow "--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.
|
2012-09-22 14:58:51 +02:00 |
|
|
3f8ed91da3
|
Added 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.
|
2012-05-14 21:47:47 +02:00 |
|
|
1fcc296bda
|
Fix of previous commit.
|
2012-05-08 16:08:02 +02:00 |
|
|
1f0518d10c
|
Less restrictive minimum/maximum for the "target bitrate" selector.
|
2012-05-08 02:50:20 +02:00 |
|
|
38a6def683
|
Better handling of exceptions in Avisynth code.
|
2012-04-30 22:24:41 +02:00 |
|
|
7effdd62d8
|
Added an option to save the log automatically.
|
2012-04-30 19:26:41 +02:00 |
|
|
1cb2b2b4c8
|
Added support for VLD and fixed a few memory leaks found by VLD.
|
2012-04-30 16:56:01 +02:00 |
|
|
12e37c30a2
|
Bump version.
|
2012-03-29 18:45:51 +02:00 |
|
|
d55e24e3be
|
Fix help display. Regression introduced when 8-Bit/10-Bit support was added.
|
2012-03-29 15:20:26 +02:00 |
|
|
b7acf86d6e
|
Added 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.
|
2012-03-25 22:11:07 +02:00 |
|
|
2c021cf3f1
|
Improved file size estimation.
|
2012-02-27 21:39:15 +01:00 |
|
|
ae97181d06
|
Show an estimate(!) of the final size during the encode.
|
2012-02-23 03:18:46 +01:00 |
|
|
912f9e576e
|
Properly remember the last selected output file filter index.
|
2012-02-22 23:53:16 +01:00 |
|
|
72a9145a5d
|
Improved IPC behavior when the running instance does not respond for whatever reason.
|
2012-02-21 01:59:44 +01:00 |
|
|
ff3f5516d8
|
Added support for handling multiple instances.
|
2012-02-21 00:37:31 +01:00 |
|
|
9a7ddf16c4
|
Updated ReadMe file.
|
2012-02-20 21:40:47 +01:00 |
|
|
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 |
|