Commit Graph

  • 09bf5b3a94 Made the help dialog or AVS2YUV work again + some code refactoring by using QScopedPointer's. lordmulder 2014-11-19 17:21:46 +0100
  • a76b1b13b1 Do not attempt to download signature file, if download of update info failed already. lordmulder 2014-11-19 17:21:02 +0100
  • c3fc0f4cc0 Fixed header. lordmulder 2014-11-19 17:20:29 +0100
  • 79eaae58c2 Overhaul of the Windows version detection code + added support for Windows 10 (Technical Preview). lordmulder 2014-11-19 17:20:13 +0100
  • 5cb932bd01 Added new x265 tuning options (PSNR and Grain). lordmulder 2014-11-19 17:19:39 +0100
  • 8e2b012ed8 Added support for Windows 10 tech preview. lordmulder 2014-11-02 20:31:29 +0100
  • c1fd967277 Added one more update mirror. v2.44 lordmulder 2014-11-02 16:32:48 +0100
  • e01f4f4726 Bump x265 version to 1.4. lordmulder 2014-11-02 16:15:36 +0100
  • 94af36996c Updated README file. lordmulder 2014-10-12 16:48:19 +0200
  • f57ea2b229 Remember the last Template name that was loaded, so we can use this as the initial name when saving the modified template. lordmulder 2014-10-11 17:20:05 +0200
  • b1a66ae866 Updated x264 version info. lordmulder 2014-10-11 17:19:10 +0200
  • 1d2d990737 Updated WebUpdate and GnuPG binaries to the latest versions. lordmulder 2014-10-08 23:40:47 +0200
  • 621f7bca2e Some more installer fixes/tweaks. v2.42 lordmulder 2014-08-16 15:53:27 +0200
  • 8ce934e9a0 Updated list of known hosts. lordmulder 2014-08-16 15:22:35 +0200
  • 1f281ae4bc Some minor installer fixes (README file was not included). lordmulder 2014-08-15 20:21:34 +0200
  • 68f9abdced Updated list of mirrors. lordmulder 2014-08-15 19:00:28 +0200
  • 860add9fae Updated Git ignore file. v2.41 lordmulder 2014-08-15 16:58:19 +0200
  • ec39869819 Bump version. lordmulder 2014-08-15 16:52:09 +0200
  • 3bc039eb9e Small build script improvement. lordmulder 2014-08-15 16:50:15 +0200
  • c72ceebc74 Small fix of the Setup script. lordmulder 2014-08-13 17:30:53 +0200
  • b570dc302e Small build script fix. lordmulder 2014-08-13 16:59:19 +0200
  • 5dc612e75c Ported REAMDE file to Markdown + updated build script accordingly. lordmulder 2014-08-13 16:43:38 +0200
  • 9fb93a96fb Improved error message when VapourSynth is *not* available. lordmulder 2014-08-13 16:14:57 +0200
  • 6d7a0bc4ce Added support for VapourSynth r24+. Minimum required version is now r24! lordmulder 2014-08-13 16:07:57 +0200
  • ee5c384578 Enabled 2-Pass encoding support for x265. lordmulder 2014-08-13 16:03:15 +0200
  • d462755a9e Bump program version + updated minimum encoder versions. lordmulder 2014-08-13 15:39:06 +0200
  • 9ac2aa911b Added backward compatibility for "old" template entries. lordmulder 2014-08-13 15:38:17 +0200
  • 2179dd9371 Added support for Visual Studio 2013 with Update-3. lordmulder 2014-08-13 15:05:07 +0200
  • dd4e1132ea Cleaned up some obsolete files. lordmulder 2014-08-13 15:03:01 +0200
  • e2ad461784 Bump x265 encoder version. v2.40 lordmulder 2014-06-04 19:36:20 +0200
  • ee2e684365 Updated list of known hosts. lordmulder 2014-05-30 20:58:57 +0200
  • 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. lordmulder 2014-05-18 21:59:26 +0200
  • 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". lordmulder 2014-05-14 17:17:40 +0200
  • fff0cc76ef Minimize main window into the notification area ("systray"), when trying to close the program while we still have running jobs. lordmulder 2014-05-14 17:13:42 +0200
  • eacfe15342 Recognize Visual Studio 2013 with Update 2. lordmulder 2014-05-14 17:12:38 +0200
  • 3ebb3d97d1 Bump x265 encoder version. v2.39 lordmulder 2014-05-10 17:29:54 +0200
  • 0c4c96da50 Fixed a typo (reported by sidspyker). lordmulder 2014-05-09 18:15:54 +0200
  • 834905abf9 Some improvements to version number handling. lordmulder 2014-05-06 00:22:18 +0200
  • 726d494ca1 Fixed detection of x265 core version 1.0 and higher (old code assumed "0.x" format). lordmulder 2014-05-05 18:20:58 +0200
  • 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. lordmulder 2014-05-05 15:07:31 +0200
  • a7d4c7a100 Added link to x265 online documentation. lordmulder 2014-05-05 15:05:37 +0200
  • 2250665143 Added a few missing icon files to the repository. lordmulder 2014-05-03 16:49:39 +0200
  • d50c155b93 Implemented corner widget for the menubar. lordmulder 2014-05-03 16:46:08 +0200
  • 061009a171 Updated Python download address + some code refactoring. lordmulder 2014-05-03 15:11:29 +0200
  • 1af6d6ccd4 Updated encoder versions. v2.38 lordmulder 2014-05-01 21:22:57 +0200
  • 75ff0690f1 Updated README file. lordmulder 2014-05-01 15:59:21 +0200
  • 45b2a2c28e Don't assume the encoder has crashed when the exit code is -1, since x264 will return -1 when it could not open the input file. lordmulder 2014-05-01 15:58:56 +0200
  • 04b19f3ecc On systems where the QDesktopServices::MoviesLocation cannot be determined, a bad output file path was generated, if no "recent" output directory had been stored yet. The initial output directory will now fall back to QDesktopServices::DesktopLocation or QDesktopServices::HomeLocation, if the QDesktopServices::MoviesLocation is not available. This should fix the issue. lordmulder 2014-04-22 01:59:12 +0200
  • 996bff4d94 Some formatting fixes in ReadMe file. lordmulder 2014-04-21 20:25:48 +0200
  • d4814e6c92 Updated the "Copying" file. lordmulder 2014-04-21 18:25:04 +0200
  • 2586bdb120 Updated installer script. v2.37 lordmulder 2014-04-21 16:48:59 +0200
  • d5095d74f8 Simplified file verification code quite a bit. lordmulder 2014-04-21 16:39:54 +0200
  • 10e5b33b06 Updated VS2010 project file. lordmulder 2014-04-20 22:25:49 +0200
  • bed4300a84 Fixed two memory leaks found by VLD. lordmulder 2014-04-20 21:25:11 +0200
  • d0cc5d5637 Fixed DEBUG configuration. lordmulder 2014-04-20 21:23:14 +0200
  • d3130ee1d2 Updated VLD library to v2.4rc2. lordmulder 2014-04-20 21:21:56 +0200
  • 086639e37b Correctly handle the "--first-run" CLI option. lordmulder 2014-04-20 20:47:43 +0200
  • 6e8b0511c8 Changed behavior of launchNextJob() to launch the *first* pending job on the list rather than the next pending job (relative to the selected one). lordmulder 2014-04-20 19:40:59 +0200
  • 2d4e314e72 Updated the VS2012 project file. lordmulder 2014-04-20 18:06:21 +0200
  • f80533f99a Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut. lordmulder 2014-04-20 17:38:55 +0200
  • cc3d25dfce Improved detected of source file type + EncoderInfo object can check if the given source type is supported. lordmulder 2014-04-20 15:09:58 +0200
  • 1cabbdc7b5 Updated Visual Studio 2012 project file. lordmulder 2014-04-18 21:22:10 +0200
  • 21032e0268 Fixed compilation with MSVC 2012. lordmulder 2014-04-18 21:21:34 +0200
  • 7e439a0043 Updated the ReadMe file. lordmulder 2014-04-18 20:36:08 +0200
  • e6d5820b9d Implemented initial queue saving/loading support. lordmulder 2014-04-18 14:41:20 +0200
  • 5cc6f24d53 Small fix for deployment script. v2.36 lordmulder 2014-04-16 22:36:23 +0200
  • bb2702f899 Make sure comboxboxes are *not* initialized yet, so loading the template will update the GUI. lordmulder 2014-04-16 21:27:27 +0200
  • 868c5d6895 Updated x265 version number. lordmulder 2014-04-16 20:33:25 +0200
  • ae5374f68b Some more tweaking to template loading code. Also added some backward-compatibility fixes. lordmulder 2014-04-16 20:20:31 +0200
  • 5967add59c Fixed icon in help dialog. lordmulder 2014-04-16 20:19:38 +0200
  • 68806a2f42 Updated deployment script. lordmulder 2014-04-16 20:18:48 +0200
  • 0ce1fff4c6 Tunings are now also loaded from the EncoderInfo object. Also improved template saving code. lordmulder 2014-04-16 16:50:03 +0200
  • 09e6e4fe7f Updated and improved tool tips. lordmulder 2014-04-16 16:05:38 +0200
  • 383bf1c0dd The list of supported profiles will now be loaded from the EncoderInfo object, depending on the select Encoder *and* Variant. lordmulder 2014-04-16 16:05:24 +0200
  • 23dacbaddf Improved exception handling. lordmulder 2014-04-16 14:57:32 +0200
  • e67d61e8f6 Added EncoderFactory class. lordmulder 2014-04-16 13:49:36 +0200
  • ca2d532f8b Improved x264/x265 version check + check supported RC modes. lordmulder 2014-04-15 22:12:02 +0200
  • d10dfaec1e Removed an obsolete Debug output (was broken anyway). lordmulder 2014-04-15 22:11:33 +0200
  • 8f6ccd028f Fixed template loading. Also overhaul of the complete template loading/saving code. v2.35 lordmulder 2014-04-11 21:28:47 +0200
  • 057336d162 Each encoder now can return an AbstractEncoderInfo object, which contains the supported I/O formats. Use this info the AddJob dialog. lordmulder 2014-04-11 15:33:02 +0200
  • d24ceaab78 Updated web-site URL's to make them more consistent. lordmulder 2014-04-11 14:44:01 +0200
  • 14cbc72ad8 Updated encoder versions. v2.34 lordmulder 2014-04-10 23:56:43 +0200
  • 5587e9a8a3 Updated the installer script. lordmulder 2014-02-26 18:29:24 +0100
  • 715dee0627 Updated deployment scripts. lordmulder 2014-02-26 18:15:23 +0100
  • 024355831d Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes. lordmulder 2014-02-26 17:39:36 +0100
  • 675ef7cef5 Fixed VapourSynth input + some more code re-factoring. lordmulder 2014-02-26 16:08:06 +0100
  • e694ed1154 Finished new "About" dialog and removed old code. lordmulder 2014-02-26 15:34:56 +0100
  • fb721fb532 Added new "About" dialog. lordmulder 2014-02-26 03:58:19 +0100
  • 20db251b94 Fixed path to auto-updater tools. lordmulder 2014-02-26 01:08:59 +0100
  • 1decd835d9 Fixed Avisynth version detection as well as detecting the source properties. lordmulder 2014-02-26 00:55:11 +0100
  • 87fbc8a8b4 Show confirmation dialog before aborting a job. lordmulder 2014-02-26 00:54:33 +0100
  • 65e7bc32e0 Fixed the use of the "m_abort" and "m_pause" flags. Also various fixes to encoder output parsing. lordmulder 2014-02-25 23:52:10 +0100
  • 6279ee6b58 Removed obsolete code from EncodeThread class. lordmulder 2014-02-25 23:51:09 +0100
  • 155f66c061 Implemented VSPipe version detection + various fixes. lordmulder 2014-02-25 22:44:39 +0100
  • 38e7dbae56 Refactored source types (Avisynth, VapourSynth, etc) into separate classes + loads of fixes. lordmulder 2014-02-24 23:13:42 +0100
  • 6164e48604 Refactored runEncodingPass() into AbstractEncoder class and refactored encoder-specific parts into the corresponding Encoder classes. lordmulder 2014-02-24 19:51:53 +0100
  • 0fa2a16e13 Refactored encoder version detection into encoder-specific classes. lordmulder 2014-02-24 14:57:30 +0100
  • b356e28a32 Some refactoring to allow supporting multiple encoders in the encode thread (far from being complete though). lordmulder 2014-02-22 20:32:46 +0100
  • 52eb860a9c Added ".hevc" file extension to the save file dialog. lordmulder 2014-02-21 23:57:03 +0100
  • 6f4a2c5493 Added x265 about box and web-links. lordmulder 2014-02-21 19:28:17 +0100