Simple-x264-Launcher/src
2019-07-14 20:15:40 +02:00
..
cli.h Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_abstract.cpp Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory. 2019-05-07 21:10:13 +02:00
encoder_abstract.h Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_factory.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_factory.h Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_nvencc.cpp Fixed detection of NVEncC dependencies. 2019-05-02 15:44:26 +02:00
encoder_nvencc.h Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_x264.cpp Bump x264 minimum required version to API-#157 (r2945). 2019-05-02 13:04:45 +02:00
encoder_x264.h Updated copyright year. 2019-05-02 12:47:47 +02:00
encoder_x265.cpp Updated x265 to version 3.1. 2019-07-14 19:49:38 +02:00
encoder_x265.h Updated copyright year. 2019-05-02 12:47:47 +02:00
global.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
global.h Updated copyright year. 2019-05-02 12:47:47 +02:00
input_filter.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
input_filter.h Updated copyright year. 2019-05-02 12:47:47 +02:00
ipc.h Updated copyright year. 2019-05-02 12:47:47 +02:00
job_object.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
job_object.h Updated copyright year. 2019-05-02 12:47:47 +02:00
main.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
mediainfo.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
mediainfo.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_clipInfo.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_clipInfo.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_jobList.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_jobList.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_logFile.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_logFile.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_options.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_options.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_preferences.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_preferences.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_recently.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
model_recently.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_status.h Updated copyright year. 2019-05-02 12:47:47 +02:00
model_sysinfo.h Updated copyright year. 2019-05-02 12:47:47 +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 Build fix for latest changes in MUtilities library. 2019-07-14 19:48:06 +02:00
source_abstract.h Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory. 2019-05-07 21:10:13 +02:00
source_avisynth.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
source_avisynth.h Updated copyright year. 2019-05-02 12:47:47 +02:00
source_factory.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
source_factory.h Updated copyright year. 2019-05-02 12:47:47 +02:00
source_vapoursynth.cpp Bump minimum VapourSynth version. 2019-05-09 22:18:24 +02:00
source_vapoursynth.h Updated copyright year. 2019-05-02 12:47:47 +02:00
string_validator.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
string_validator.h Updated copyright year. 2019-05-02 12:47:47 +02:00
targetver.h Initial commit. 2012-01-28 16:40:14 +01:00
thread_abstract.cpp Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_abstract.h Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_avisynth.cpp Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
thread_avisynth.h Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
thread_binaries.cpp Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
thread_binaries.h Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
thread_encode.cpp Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_encode.h Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_ipc_recv.cpp Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_ipc_recv.h Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_ipc_send.cpp Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_ipc_send.h Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_startup.cpp Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_startup.h Refactored "common" thread code into a separate base class. Make additional thread classes use the "common" base class. 2019-05-10 20:40:46 +02:00
thread_vapoursynth.cpp Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
thread_vapoursynth.h Some code refactoring in the "startup" threads. 2019-05-09 22:18:44 +02:00
tool_abstract.cpp Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory. 2019-05-07 21:10:13 +02:00
tool_abstract.h Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory. 2019-05-07 21:10:13 +02:00
version.h Added project/solution files for VS2019. 2019-07-14 20:15:40 +02:00
win_about.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
win_about.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_addJob.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
win_addJob.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_editor.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
win_editor.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_help.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
win_help.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_main.cpp Some improvements to binary checker thread. 2019-05-02 15:45:30 +02:00
win_main.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_preferences.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00
win_preferences.h Updated copyright year. 2019-05-02 12:47:47 +02:00
win_updater.cpp Updated the GnuPG binary to 1.4.23. 2019-05-02 13:43:15 +02:00
win_updater.h Updated copyright year. 2019-05-02 12:47:47 +02:00
zero.cpp Updated copyright year. 2019-05-02 12:47:47 +02:00