.. |
3rd_party
|
Fixed compilation with MSVC 2012.
|
2014-04-18 21:21:34 +02:00 |
binaries.cpp
|
Improved exception handling.
|
2014-04-16 14:57:32 +02:00 |
binaries.h
|
Implemented x265 detection. Also improved x264 and Avs2YUV verification.
|
2014-02-21 17:52:16 +01:00 |
checksum.cpp
|
Improved exception handling.
|
2014-04-16 14:57:32 +02:00 |
checksum.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
cli.cpp
|
Correctly handle the "--first-run" CLI option.
|
2014-04-20 20:47:43 +02:00 |
cli.h
|
Correctly handle the "--first-run" CLI option.
|
2014-04-20 20:47:43 +02:00 |
encoder_abstract.cpp
|
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".
|
2014-05-14 17:17:40 +02:00 |
encoder_abstract.h
|
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".
|
2014-05-14 17:17:40 +02:00 |
encoder_factory.cpp
|
Added EncoderFactory class.
|
2014-04-16 13:49:36 +02:00 |
encoder_factory.h
|
Added EncoderFactory class.
|
2014-04-16 13:49:36 +02:00 |
encoder_x264.cpp
|
Bump program version + updated minimum encoder versions.
|
2014-08-13 15:39:06 +02:00 |
encoder_x264.h
|
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".
|
2014-05-14 17:17:40 +02:00 |
encoder_x265.cpp
|
Bump program version + updated minimum encoder versions.
|
2014-08-13 15:39:06 +02:00 |
encoder_x265.h
|
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".
|
2014-05-14 17:17:40 +02:00 |
global.cpp
|
Added support for Visual Studio 2013 with Update-3.
|
2014-08-13 15:05:07 +02:00 |
global.h
|
Fixed DEBUG configuration.
|
2014-04-20 21:23:14 +02:00 |
input_filter.cpp
|
Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut.
|
2014-04-20 17:38:55 +02:00 |
input_filter.h
|
Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut.
|
2014-04-20 17:38:55 +02:00 |
ipc.cpp
|
Improved exception handling.
|
2014-04-16 14:57:32 +02:00 |
ipc.h
|
Enhanced IPC class to pass an additional "flags" value for each command.
|
2014-02-01 15:30:46 +01:00 |
job_object.cpp
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
job_object.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
main.cpp
|
Improved exception handling.
|
2014-04-16 14:57:32 +02:00 |
mediainfo.cpp
|
Improved detected of source file type + EncoderInfo object can check if the given source type is supported.
|
2014-04-20 15:09:58 +02:00 |
mediainfo.h
|
Improved detected of source file type + EncoderInfo object can check if the given source type is supported.
|
2014-04-20 15:09:58 +02:00 |
model_jobList.cpp
|
Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut.
|
2014-04-20 17:38:55 +02:00 |
model_jobList.h
|
Make it possible to move jobs up/down the in the queue. Hold CTRL while pressing up/down cursor keys as a shortcut.
|
2014-04-20 17:38:55 +02:00 |
model_logFile.cpp
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
model_logFile.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
model_options.cpp
|
Added backward compatibility for "old" template entries.
|
2014-08-13 15:38:17 +02:00 |
model_options.h
|
Added backward compatibility for "old" template entries.
|
2014-08-13 15:38:17 +02:00 |
model_preferences.cpp
|
Minimize main window into the notification area ("systray"), when trying to close the program while we still have running jobs.
|
2014-05-14 17:13:42 +02:00 |
model_preferences.h
|
Minimize main window into the notification area ("systray"), when trying to close the program while we still have running jobs.
|
2014-05-14 17:13:42 +02:00 |
model_recently.cpp
|
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.
|
2014-04-22 01:59:12 +02:00 |
model_recently.h
|
Each encoder now can return an AbstractEncoderInfo object, which contains the supported I/O formats. Use this info the AddJob dialog.
|
2014-04-11 15:33:02 +02:00 |
model_status.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
model_sysinfo.h
|
Simplified file verification code quite a bit.
|
2014-04-21 16:39:54 +02:00 |
resource.h
|
Added sound effect when a job has completed or failed (optionally, disabled by default).
|
2013-07-01 03:03:21 +02:00 |
source_abstract.cpp
|
Fixed two memory leaks found by VLD.
|
2014-04-20 21:25:11 +02:00 |
source_abstract.h
|
Implemented VSPipe version detection + various fixes.
|
2014-02-25 22:44:39 +01:00 |
source_avisynth.cpp
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
source_avisynth.h
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
source_vapoursynth.cpp
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
source_vapoursynth.h
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
targetver.h
|
Initial commit.
|
2012-01-28 16:40:14 +01:00 |
taskbar7.cpp
|
Improved exception handling.
|
2014-04-16 14:57:32 +02:00 |
taskbar7.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
thread_avisynth.cpp
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
thread_avisynth.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
thread_encode.cpp
|
Fixed detection of x265 core version 1.0 and higher (old code assumed "0.x" format).
|
2014-05-05 18:20:58 +02:00 |
thread_encode.h
|
Improved detected of source file type + EncoderInfo object can check if the given source type is supported.
|
2014-04-20 15:09:58 +02:00 |
thread_updater.cpp
|
Updated list of known hosts.
|
2014-05-30 20:58:57 +02:00 |
thread_updater.h
|
Refactored host connectivity check into a separate function. Also decrease the number of remaining connection attempts *only* if the connection failed.
|
2014-02-02 21:37:44 +01:00 |
thread_vapoursynth.cpp
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
thread_vapoursynth.h
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
tool_abstract.cpp
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
tool_abstract.h
|
Some improvements to version number handling.
|
2014-05-06 00:22:18 +02:00 |
version.h
|
Bump program version + updated minimum encoder versions.
|
2014-08-13 15:39:06 +02:00 |
win_about.cpp
|
Finished new "About" dialog and removed old code.
|
2014-02-26 15:34:56 +01:00 |
win_about.h
|
Added new "About" dialog.
|
2014-02-26 03:58:19 +01:00 |
win_addJob.cpp
|
Fixed a typo (reported by sidspyker).
|
2014-05-09 18:15:54 +02:00 |
win_addJob.h
|
Some more tweaking to template loading code. Also added some backward-compatibility fixes.
|
2014-04-16 20:20:31 +02:00 |
win_editor.cpp
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
win_editor.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
win_help.cpp
|
Refactored calculation of the binary path to a separate class. Also more code refactoring.
|
2014-02-12 21:36:10 +01:00 |
win_help.h
|
Refactored calculation of the binary path to a separate class. Also more code refactoring.
|
2014-02-12 21:36:10 +01:00 |
win_main.cpp
|
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.
|
2014-05-18 21:59:26 +02:00 |
win_main.h
|
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.
|
2014-05-18 21:59:26 +02:00 |
win_preferences.cpp
|
Refactored SysinfoModel and PreferencesModel. Also made those classes thread-safe!
|
2014-02-14 00:01:00 +01:00 |
win_preferences.h
|
Added a new model to store the system capabilities.
|
2014-02-12 19:34:14 +01:00 |
win_updater.cpp
|
Simplified file verification code quite a bit.
|
2014-04-21 16:39:54 +02:00 |
win_updater.h
|
Simplified file verification code quite a bit.
|
2014-04-21 16:39:54 +02:00 |