Commit Graph

  • 6942f4291c Better support for new x264 builds with OpenCL Lookahead. lordmulder 2013-05-05 14:12:30 +0200
  • b2b751035d Better support for new x264 builds with OpenCL Lookahead. lordmulder 2013-05-05 14:11:34 +0200
  • dd7a18abbb Moved the Avisynth detected code into a background thread. lordmulder 2013-04-02 23:10:58 +0200
  • 2d80a1d7a5 Bumped versions. lordmulder 2013-03-06 23:37:15 +0100
  • 7070d0d41f Bump version. lordmulder 2013-01-15 21:18:24 +0100
  • 337a65bb2d Now using global "fatal exit" function. lordmulder 2012-12-15 19:12:56 +0100
  • 6a2c9e463f Updated build script. lordmulder 2012-12-05 22:51:27 +0100
  • d17f7d0bd9 Added solution/project files for Visual Studio 2012. lordmulder 2012-12-02 19:58:49 +0100
  • 4883e8aae2 Prepare for separate solutions for MSVC2010 and MSVC2012. lordmulder 2012-12-02 19:36:43 +0100
  • 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). lordmulder 2012-12-01 15:54:07 +0100
  • 9400b628d6 Updated version info. lordmulder 2012-11-28 23:36:00 +0100
  • 6562924242 Show an additional tool-tip when the user enters "invalid" custom parameters. Should make things more clear. lordmulder 2012-09-27 18:13:55 +0200
  • 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. lordmulder 2012-09-22 14:58:51 +0200
  • 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. lordmulder 2012-05-14 21:47:47 +0200
  • 1fcc296bda Fix of previous commit. lordmulder 2012-05-08 16:08:02 +0200
  • 1f0518d10c Less restrictive minimum/maximum for the "target bitrate" selector. lordmulder 2012-05-08 02:50:20 +0200
  • 38a6def683 Better handling of exceptions in Avisynth code. lordmulder 2012-04-30 22:24:41 +0200
  • 7effdd62d8 Added an option to save the log automatically. lordmulder 2012-04-30 19:26:41 +0200
  • 1cb2b2b4c8 Added support for VLD and fixed a few memory leaks found by VLD. lordmulder 2012-04-30 16:56:01 +0200
  • 12e37c30a2 Bump version. lordmulder 2012-03-29 18:45:51 +0200
  • d55e24e3be Fix help display. Regression introduced when 8-Bit/10-Bit support was added. lordmulder 2012-03-29 15:20:26 +0200
  • 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. lordmulder 2012-03-25 22:11:07 +0200
  • 2c021cf3f1 Improved file size estimation. lordmulder 2012-02-27 21:39:15 +0100
  • ae97181d06 Show an estimate(!) of the final size during the encode. lordmulder 2012-02-23 03:18:46 +0100
  • 912f9e576e Properly remember the last selected output file filter index. lordmulder 2012-02-22 23:53:16 +0100
  • 72a9145a5d Improved IPC behavior when the running instance does not respond for whatever reason. lordmulder 2012-02-21 01:59:44 +0100
  • ff3f5516d8 Added support for handling multiple instances. lordmulder 2012-02-21 00:37:31 +0100
  • 9a7ddf16c4 Updated ReadMe file. lordmulder 2012-02-20 21:36:57 +0100
  • 47a0a1f8c7 Updated ReadMe file + slightly tweak install script. lordmulder 2012-02-18 01:22:24 +0100
  • 0ece9fed40 Updated ReadMe file. lordmulder 2012-02-17 22:18:40 +0100
  • 1033990705 Added a web-link for "Help and Support". lordmulder 2012-02-16 23:58:33 +0100
  • c91451069e Added "Copy" and "Paste" to custom context menu. lordmulder 2012-02-16 14:33:26 +0100
  • 83e51e6a17 Added "Editor" dialog for custom parameters. lordmulder 2012-02-16 02:08:46 +0100
  • c66376096d Delete zero-size output files when job fails or is aborted. lordmulder 2012-02-15 00:45:42 +0100
  • aefe4fa3ea Strip down Avisynth header file to what we actually need/use. lordmulder 2012-02-14 23:57:28 +0100
  • 10b495bfa5 Added a "restart" button and extended JobListModel API as required. lordmulder 2012-02-14 23:36:44 +0100
  • 877c06712d Added some more information about audio encoding to ReadMe file. lordmulder 2012-02-14 20:50:35 +0100
  • 0c2eca6912 Updated ReadMe file. lordmulder 2012-02-14 19:03:19 +0100
  • e81d00dee7 Bump version. lordmulder 2012-02-14 00:27:02 +0100
  • a0991e1137 Added option to by-pass the Avisynth check. Not recommended! lordmulder 2012-02-13 20:49:16 +0100
  • 9829729d7f Actually detect the Avisynth version. Will accept version 2.5 or later. lordmulder 2012-02-13 18:52:55 +0100
  • 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. lordmulder 2012-02-13 16:44:50 +0100
  • aedd58b092 Updated CPUID assembly from x264. lordmulder 2012-02-13 03:02:06 +0100
  • 6ed0a8be29 Make installer remember the install location from a previous installation. lordmulder 2012-02-13 02:12:04 +0100
  • 5046a80d56 Properly verify custom Avs2YUV parameters. Also improved color-space info in the ReadMe file. lordmulder 2012-02-13 00:04:39 +0100
  • e316c3cd37 Compatibility fix. lordmulder 2012-02-12 17:35:50 +0100
  • 6073e311af Updated ReadMe file. lordmulder 2012-02-12 16:45:29 +0100
  • 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! lordmulder 2012-02-12 15:58:28 +0100
  • 5025b163a9 Updated ReadMe file. lordmulder 2012-02-11 23:34:37 +0100
  • 912b021ce9 Added notice. lordmulder 2012-02-11 18:21:45 +0100
  • 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. lordmulder 2012-02-11 16:10:21 +0100
  • 1d5af73ac7 Minimum required OS is Windows XP, not Windows 2000. lordmulder 2012-02-11 03:11:29 +0100
  • 8a1666485c Improved installer script. lordmulder 2012-02-11 00:28:32 +0100
  • 2147ef1a34 Improved internal API for version info. lordmulder 2012-02-11 00:19:24 +0100
  • 4085e0b57a Updated ReadMe file. lordmulder 2012-02-11 00:06:56 +0100
  • 4cc54f27e7 Improved version info. lordmulder 2012-02-10 22:54:19 +0100
  • 68a01d1483 Improved version info. lordmulder 2012-02-10 22:48:08 +0100
  • d83ddf7303 Improved version info. lordmulder 2012-02-10 22:30:27 +0100
  • 14f15d3f76 Updated ReadMe file. lordmulder 2012-02-10 19:53:12 +0100
  • ed774d4f0f Implemented asynchronous handling of dropped files, so the source application gets unblocked ASAP. Also added Drag&Drop support to the "Add Job" dialog. lordmulder 2012-02-10 18:42:16 +0100
  • 9f2a0c4f10 Refactored selection of the "data" directory into a global function and killed some Copy&Paste code. lordmulder 2012-02-10 18:40:28 +0100
  • 5b01c67785 Make the installer explicitly request elevation. lordmulder 2012-02-10 12:32:08 +0100
  • defd0b795a Updated ReadMe file. lordmulder 2012-02-10 02:18:28 +0100
  • 5ceb25656c Implemented a portable mode. Will be enabled, if the string "portable" is found in the EXE name. lordmulder 2012-02-10 01:58:45 +0100
  • 074e9f9b7e Updated ReadMe file. lordmulder 2012-02-09 23:36:26 +0100
  • cad7904241 Improve installer and ReadMe file. lordmulder 2012-02-09 23:14:38 +0100
  • fe0847e60c Improved build script and installer. lordmulder 2012-02-09 16:45:42 +0100
  • 8e22c9c35e Added OS check to installer. lordmulder 2012-02-09 14:51:41 +0100
  • e648300812 Remember last configuration, even if it was unsaved. lordmulder 2012-02-09 02:06:29 +0100
  • 10934275f7 Include text files in distribution packages. lordmulder 2012-02-08 22:50:36 +0100
  • c1d4d1d589 Added support for Windows 7 Taskbar progress indicator + include version info in resources. lordmulder 2012-02-08 00:29:47 +0100
  • f07f8bcb13 Moved CPU capabilities check to the main window init function. lordmulder 2012-02-07 21:48:25 +0100
  • 9db58c543f Improved CPU detection code. lordmulder 2012-02-07 03:37:47 +0100
  • 42a2bf73ec Improved build script. lordmulder 2012-02-07 00:22:25 +0100
  • 394379d74f Improved custom parameter checking some more + properly split custom parameters that contain whitespaces. lordmulder 2012-02-06 22:40:07 +0100
  • 048f0f6945 Much improved validation of custom parameters. lordmulder 2012-02-06 17:34:25 +0100
  • e718e31458 Fixed potential deadlock. lordmulder 2012-02-06 16:13:24 +0100
  • de3e25d4fd Forbid one more parameter in the custom options. lordmulder 2012-02-06 04:39:03 +0100
  • 3ce9e09055 Added workarounds for the unfortunate lack of Unicode support in (unpatched) x264 and Avisynth. lordmulder 2012-02-05 21:52:23 +0100
  • 71a5b84d7b Reorganized web-links a bit + added "Reset" button to preferences dialog. lordmulder 2012-02-05 15:42:41 +0100
  • 48991004ff Added support for adding files from the command-line. lordmulder 2012-02-05 04:41:42 +0100
  • a4d8e6e8bc Added option to use 64-Bit Avisynth/Avs2YUV. lordmulder 2012-02-05 02:49:08 +0100
  • ccfe3910ba Append the proper extension to the output file name, according to selected file type. lordmulder 2012-02-04 22:44:19 +0100
  • d7d5f27756 Make it possible to save to the name of an existing template. lordmulder 2012-02-04 19:09:27 +0100
  • fa9488fb78 Added support for fractional CRF values. In CQ mode the quantizer will be rounded to the next int value. Also cleaned-up resource file. lordmulder 2012-02-04 15:56:38 +0100
  • 4663c724ef Added option to shutdown the computer when all jobs are completed. lordmulder 2012-02-04 01:12:21 +0100
  • 2077dd06f2 Added support for running multiple jobs in parallel. lordmulder 2012-02-03 15:28:00 +0100
  • 9f2a6951a4 Use the proper binary for help screen (32- vs. 64-Bit) + added "maximum job cont" option to preferences. lordmulder 2012-02-03 12:31:51 +0100
  • b28307c997 Create index file, if FFMS input is used. Avoids re-indexing for the seconds pass. lordmulder 2012-02-03 02:26:08 +0100
  • c81b23c81e Added "Preferences" dialog. lordmulder 2012-02-03 00:53:14 +0100
  • 6121903aa0 Added option to delete jobs from the list + also added option to browse the output file. lordmulder 2012-02-02 22:53:40 +0100
  • 0d22776128 Improved saving of new profiles. lordmulder 2012-02-02 18:55:55 +0100
  • c7d9019870 Added "x264" and "Qt" about dialogs. lordmulder 2012-02-02 17:20:42 +0100
  • 6e3d3bc700 Remember last "open from" and "save to" locations. lordmulder 2012-02-02 15:56:49 +0100
  • a662b818d3 Drag & Drop support. lordmulder 2012-02-02 13:52:52 +0100
  • 4ce96f7e23 Check binary type of all tools. lordmulder 2012-02-02 04:12:58 +0100
  • e03b846898 Improved x264 version detection. lordmulder 2012-02-02 04:00:05 +0100
  • 2a3325b02f Added "Pause" support. lordmulder 2012-02-02 02:13:02 +0100
  • 405e7d2382 Added help screen. lordmulder 2012-02-01 01:08:54 +0100
  • 18a3411e6e Added support for saving and deleting custom templates. lordmulder 2012-01-31 22:30:21 +0100