.. |
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 new NVEncC version.
|
2019-08-06 21:11:55 +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-#158 (r2982).
|
2019-07-22 14:41:04 +02:00 |
encoder_x264.h
|
Updated copyright year.
|
2019-05-02 12:47:47 +02:00 |
encoder_x265.cpp
|
Bump x265 minimum required version to 3.1+8.
|
2019-07-22 14:59:26 +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
|
Fixed VapourSynth detection for R46+ and increase minimum required version to R46.
|
2019-07-22 14:19:18 +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
|
Cosmetics.
|
2019-07-22 15:21:49 +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
|
Cosmetics.
|
2019-07-22 15:21:49 +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
|
Simplified VapourSynth detection code.
|
2019-08-13 20:03:11 +02:00 |
thread_vapoursynth.h
|
Some more improvements to VapourSynth detection code.
|
2019-08-06 20:47:59 +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
|
Adjusted build script to invoke Rich-Header Eraser tool on our binaries.
|
2019-08-19 23:01:06 +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 |