| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 6 | -64/+118 | |
| | | | | | | | | | + preset manager uses mainwindow component list | |||||
| | * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 17 | -486/+615 | |
| | | | | | | | | | component methods are auto-decorated & settings are now class variables | |||||
| | * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 14 | -48/+57 | |
| | | | ||||||
| * | | Fixes opening behind other windows on OS X | rikai | 2017-07-23 | 1 | -0/+1 | |
| |/ | | | Just a quick fix, this will raise the window to the front after it's created. | |||||
| * | new hotkey to preview the ffmpeg command | tassaron | 2017-07-16 | 3 | -4/+25 | |
| | | ||||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 8 | -33/+252 | |
| | | | | | tons of sound options could be given now, + installation using setup.py | |||||
| * | trying to make setup.py work | tassaron | 2017-07-15 | 6 | -16/+19 | |
| | | ||||||
| * | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 2017-07-15 | 6 | -23/+67 | |
| | | | | | + better feedback in cmd mode | |||||
| * | Video comp verifies audio streams, videoThread moved into Core | tassaron | 2017-07-15 | 5 | -47/+73 | |
| | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | |||||
| * | components automatically drawPreview & save currentPreset | tassaron | 2017-07-13 | 9 | -20/+28 | |
| | | | | | this makes a Component easier to program. also more comments | |||||
| * | staticComponents list is reversed now | tassaron | 2017-07-13 | 2 | -9/+9 | |
| | | ||||||
| * | more error messages for blank components | tassaron | 2017-07-13 | 5 | -14/+53 | |
| | | ||||||
| * | added option to include audio from Video components | tassaron | 2017-07-13 | 3 | -9/+19 | |
| | | ||||||
| * | merge consecutive static components | tassaron | 2017-07-13 | 10 | -55/+100 | |
| | | ||||||
| * | fixed various bugs | tassaron | 2017-07-11 | 10 | -35/+83 | |
| | | ||||||
| * | separated creation of ffmpeg command | tassaron | 2017-07-09 | 7 | -110/+116 | |
| | | | | | for future use to sllow editing the command before starting the export | |||||
| * | a basic Sound component for mixing sounds | tassaron | 2017-07-09 | 9 | -81/+325 | |
| | | | | | to be greatly expanded... | |||||
| * | more comments + warnings for outdated dependencies | tassaron | 2017-07-09 | 11 | -72/+143 | |
| | | ||||||
| * | image options to mirror & saturate colours | tassaron | 2017-07-06 | 8 | -9/+121 | |
| | | | | | and some friendly docstrings | |||||
| * | added basic rotate option to images | tassaron | 2017-07-05 | 3 | -3/+63 | |
| | | ||||||
| * | fixed syntax error | tassaron | 2017-07-05 | 1 | -2/+2 | |
| | | | | | again... | |||||
| * | use decorator for readability | tassaron | 2017-07-05 | 1 | -12/+17 | |
| | | ||||||
| * | made code work | tassaron | 2017-07-04 | 1 | -2/+2 | |
| | | ||||||
| * | updated Windows installation instructions | tassaron | 2017-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | removed pyc | tassaron | 2017-07-04 | 1 | -0/+0 | |
| | | ||||||
