Simple-x264-Launcher/src
2015-12-19 19:18:38 +01:00
..
cli.h Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
encoder_abstract.cpp Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
encoder_abstract.h Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
encoder_factory.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
encoder_factory.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
encoder_x264.cpp Correctly handle the case when Preset and/or Tune is "UNSPECIFIED". 2015-08-02 22:13:14 +02:00
encoder_x264.h Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02:00
encoder_x265.cpp Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
encoder_x265.h Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02:00
global.cpp Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
global.h Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
input_filter.cpp Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
input_filter.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
ipc.h Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
job_object.cpp Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
job_object.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
main.cpp Fixed a stupid copy&paste error, which caused the configuration files to be stored in the wrong directory (regression in v2.50). 2015-04-26 17:47:56 +02:00
mediainfo.cpp Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
mediainfo.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
model_jobList.cpp Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
model_jobList.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
model_logFile.cpp Some code simplification. 2015-03-23 22:05:58 +01:00
model_logFile.h Added option to enable line-wrapping + added option for saving the log to file. 2015-03-23 21:22:11 +01:00
model_options.cpp Correctly handle the case when Preset and/or Tune is "UNSPECIFIED". 2015-08-02 22:13:14 +02:00
model_options.h Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
model_preferences.cpp Some more improvements to VapourSynth detection + overhauled the SysinfoModel class. 2015-02-28 17:12:35 +01:00
model_preferences.h Some more improvements to VapourSynth detection + overhauled the SysinfoModel class. 2015-02-28 17:12:35 +01:00
model_recently.cpp Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
model_recently.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
model_status.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
model_sysinfo.h Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +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 More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_abstract.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_avisynth.cpp Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
source_avisynth.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_factory.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_factory.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_vapoursynth.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
source_vapoursynth.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
targetver.h Initial commit. 2012-01-28 16:40:14 +01:00
thread_avisynth.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
thread_avisynth.h Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +01:00
thread_binaries.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
thread_binaries.h Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02:00
thread_encode.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
thread_encode.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
thread_ipc_recv.cpp Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
thread_ipc_recv.h Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
thread_ipc_send.cpp Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
thread_ipc_send.h Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
thread_vapoursynth.cpp Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +01:00
thread_vapoursynth.h Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +01:00
tool_abstract.cpp Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
tool_abstract.h Make "custom" Avs2YUV parameters work again. 2015-11-18 20:48:54 +01:00
version.h Updated build environment to Visual Studio 2015 with Update-1. 2015-12-19 19:18:38 +01:00
win_about.cpp Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
win_about.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
win_addJob.cpp Refined parameter validation code. Parameters in the "--param=value" format are now accepted. 2015-10-14 21:21:20 +02:00
win_addJob.h More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
win_editor.cpp Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
win_editor.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
win_help.cpp More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
win_help.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
win_main.cpp Changed the resize-mode for the "Status" and "Progress" columns to "ResizeToContents". 2015-10-24 18:28:45 +02:00
win_main.h Added option to enable line-wrapping + added option for saving the log to file. 2015-03-23 21:22:11 +01:00
win_preferences.cpp Some more improvements to VapourSynth detection + overhauled the SysinfoModel class. 2015-02-28 17:12:35 +01:00
win_preferences.h Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
win_updater.cpp Updated WUpdate tool to the latest version. 2015-10-12 20:31:24 +02:00
win_updater.h Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
zero.cpp Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00