.. |
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
|
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 |
encoder_abstract.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 |
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
|
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 |
encoder_x264.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 |
encoder_x265.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 |
encoder_x265.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 |
global.cpp
|
Updated Visual Studio 2012 project file.
|
2014-04-18 21:22:10 +02:00 |
global.h
|
Improved exception handling.
|
2014-04-16 14:57:32 +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
|
Implemented initial queue saving/loading support.
|
2014-04-18 14:41:20 +02:00 |
model_options.h
|
Implemented initial queue saving/loading support.
|
2014-04-18 14:41:20 +02:00 |
model_preferences.cpp
|
Refactored SysinfoModel and PreferencesModel. Also made those classes thread-safe!
|
2014-02-14 00:01:00 +01:00 |
model_preferences.h
|
Made the mutexes in the model classes "mutable" rather than "static".
|
2014-02-14 23:13:16 +01:00 |
model_recently.cpp
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01: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
|
Made the mutexes in the model classes "mutable" rather than "static".
|
2014-02-14 23:13:16 +01: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 VapourSynth input + some more code re-factoring.
|
2014-02-26 16:08:06 +01:00 |
source_abstract.h
|
Implemented VSPipe version detection + various fixes.
|
2014-02-25 22:44:39 +01:00 |
source_avisynth.cpp
|
Removed an obsolete Debug output (was broken anyway).
|
2014-04-15 22:11:33 +02:00 |
source_avisynth.h
|
Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes.
|
2014-02-26 17:39:36 +01:00 |
source_vapoursynth.cpp
|
Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes.
|
2014-02-26 17:39:36 +01:00 |
source_vapoursynth.h
|
Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes.
|
2014-02-26 17:39:36 +01: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
|
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_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
|
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_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
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
thread_vapoursynth.h
|
Happy new year 2014!
|
2014-01-27 19:58:24 +01:00 |
tool_abstract.cpp
|
Fixed VapourSynth input + some more code re-factoring.
|
2014-02-26 16:08:06 +01:00 |
tool_abstract.h
|
Actually make encoding with x265 work, from y4m sources as well as from STDIN sources. Also various smaller fixes.
|
2014-02-26 17:39:36 +01:00 |
version.h
|
Correctly handle the "--first-run" CLI option.
|
2014-04-20 20:47:43 +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
|
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 |
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
|
Correctly handle the "--first-run" CLI option.
|
2014-04-20 20:47:43 +02:00 |
win_main.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 |
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
|
Correctly handle the "--first-run" CLI option.
|
2014-04-20 20:47:43 +02:00 |
win_updater.h
|
Changed behavior of launchNextJob() to launch the *first* pending job on the list rather than the next pending job (relative to the selected one).
|
2014-04-20 19:40:59 +02:00 |