aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* repeated errors don't cause repeated windowstassaron2017-07-251-7/+8
|
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+3
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-6/+4
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-74/+122
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-6/+4
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-318/+61
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-1/+5
|
* apply complex filters to audio streams from componentstassaron2017-07-161-17/+86
| | | | tons of sound options could be given now, + installation using setup.py
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-2/+6
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-0/+16
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* components automatically drawPreview & save currentPresettassaron2017-07-131-0/+1
| | | | this makes a Component easier to program. also more comments
* staticComponents list is reversed nowtassaron2017-07-131-4/+4
|
* added option to include audio from Video componentstassaron2017-07-131-2/+14
|
* merge consecutive static componentstassaron2017-07-131-0/+2
|
* fixed various bugstassaron2017-07-111-2/+2
|
* separated creation of ffmpeg commandtassaron2017-07-091-0/+93
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-2/+3
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-4/+4
|
* image options to mirror & saturate colourstassaron2017-07-061-1/+1
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-42/+23
|
* rm unneeded imports, work on freezingtassaron2017-07-021-9/+17
|
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-251-4/+15
|
* whitelist is more sensible here than blacklisttassaron2017-06-251-14/+7
|
* needs more tuplestassaron2017-06-251-14/+13
|