Simple-x264-Launcher/src
2014-04-18 21:21:34 +02:00
..
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 Removed dependency on CLIParser from "global" functions. 2014-02-02 15:54:39 +01:00
cli.h Removed dependency on CLIParser from "global" functions. 2014-02-02 15:54:39 +01:00
encoder_abstract.cpp The list of supported profiles will now be loaded from the EncoderInfo object, depending on the select Encoder *and* Variant. 2014-04-16 16:05:24 +02:00
encoder_abstract.h Tunings are now also loaded from the EncoderInfo object. Also improved template saving code. 2014-04-16 16:50:03 +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 Tunings are now also loaded from the EncoderInfo object. Also improved template saving code. 2014-04-16 16:50:03 +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 Updated x265 version number. 2014-04-16 20:33:25 +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 Improved exception handling. 2014-04-16 14:57:32 +02:00
global.h Improved exception handling. 2014-04-16 14:57:32 +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
model_jobList.cpp Implemented initial queue saving/loading support. 2014-04-18 14:41:20 +02:00
model_jobList.h Implemented initial queue saving/loading support. 2014-04-18 14:41:20 +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 Added EncoderFactory class. 2014-04-16 13:49:36 +02:00
thread_encode.h Implemented initial queue saving/loading support. 2014-04-18 14:41:20 +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 Implemented initial queue saving/loading support. 2014-04-18 14:41:20 +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 Some more tweaking to template loading code. Also added some backward-compatibility fixes. 2014-04-16 20:20:31 +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 Implemented initial queue saving/loading support. 2014-04-18 14:41:20 +02:00
win_main.h Refactored SysinfoModel and PreferencesModel. Also made those classes thread-safe! 2014-02-14 00:01:00 +01: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 Improved exception handling. 2014-04-16 14:57:32 +02:00
win_updater.h Added a new model to store the system capabilities. 2014-02-12 19:34:14 +01:00