.. |
avisynth_c.h
|
Added support for VLD and fixed a few memory leaks found by VLD.
|
2012-04-30 16:56:01 +02:00 |
global.cpp
|
Added sound effect when a job has completed or failed (optionally, disabled by default).
|
2013-07-01 03:03:21 +02:00 |
global.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
main.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
model_jobList.cpp
|
Fixed regression in previous commit.
|
2013-07-03 23:56:41 +02:00 |
model_jobList.h
|
Some more refactoring.
|
2013-07-03 21:52:19 +02:00 |
model_logFile.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
model_logFile.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
model_options.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
model_options.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
model_preferences.cpp
|
Added option to disable the Avisynth/VapourSynth warning messages to the preferences.
|
2013-08-08 23:18:31 +02:00 |
model_preferences.h
|
Added option to disable the Avisynth/VapourSynth warning messages to the preferences.
|
2013-08-08 23:18:31 +02:00 |
model_recently.cpp
|
Code refactoring: Now "Preferences" and "Recently" used models are in separate classes for a more cleaner design.
|
2013-07-03 21:34:21 +02:00 |
model_recently.h
|
Code refactoring: Now "Preferences" and "Recently" used models are in separate classes for a more cleaner design.
|
2013-07-03 21:34:21 +02:00 |
model_status.h
|
Some more refactoring.
|
2013-07-03 21:52:19 +02:00 |
qtmain_win.cpp
|
Added solution/project files for Visual Studio 2012.
|
2012-12-02 19:58:49 +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 |
targetver.h
|
Initial commit.
|
2012-01-28 16:40:14 +01:00 |
taskbar7.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
taskbar7.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
thread_avisynth.cpp
|
Refactored VapourSynth detection code into a separate thread, similar to Avisynth.
|
2013-08-07 15:34:02 +02:00 |
thread_avisynth.h
|
Refactored VapourSynth detection code into a separate thread, similar to Avisynth.
|
2013-08-07 15:34:02 +02:00 |
thread_encode.cpp
|
Set working directory of x264 to TEMP path to workaround x264's behavior of trying to create files (such as the OpenCL kernel) in the current working directory. By default, the working directory will be the x264 installation directory, which, of course, isn't writable on modern OS. This can lead to error messages. By setting the working directory explicitly to TEMP (which should always be writable) we avoid that.
|
2013-08-27 21:33:50 +02:00 |
thread_encode.h
|
Much improved VapourSynth detection + added option "--no-deadlock-detection" to disable process termination on timeout.
|
2013-08-04 18:44:53 +02:00 |
thread_ipc.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
thread_ipc.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
thread_vapoursynth.cpp
|
Refactored VapourSynth detection code into a separate thread, similar to Avisynth.
|
2013-08-07 15:34:02 +02:00 |
thread_vapoursynth.h
|
Refactored VapourSynth detection code into a separate thread, similar to Avisynth.
|
2013-08-07 15:34:02 +02:00 |
version.h
|
Improved VapourSynth warning message (added notice about Python 3.3).
|
2013-08-11 20:13:51 +02:00 |
win_addJob.cpp
|
Implemented VaporSynth input support.
|
2013-08-02 20:44:47 +02:00 |
win_addJob.h
|
Code refactoring: Now "Preferences" and "Recently" used models are in separate classes for a more cleaner design.
|
2013-07-03 21:34:21 +02:00 |
win_editor.cpp
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
win_editor.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
win_help.cpp
|
Make help screen work again + updated Readme file.
|
2013-05-23 22:15:33 +02:00 |
win_help.h
|
Fixed a small bug: When adding multiple files and enabling the "Apply To All Files" option, then the current file was added twice.
|
2013-05-11 21:52:07 +02:00 |
win_main.cpp
|
Improved VapourSynth warning message (added notice about Python 3.3).
|
2013-08-11 20:13:51 +02:00 |
win_main.h
|
Refactored VapourSynth detection code into a separate thread, similar to Avisynth.
|
2013-08-07 15:34:02 +02:00 |
win_preferences.cpp
|
Some improvements in preferences dialog.
|
2013-08-09 13:41:02 +02:00 |
win_preferences.h
|
Some improvements in preferences dialog.
|
2013-08-09 13:41:02 +02:00 |