aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-318/+61
* 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
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-2/+6
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-0/+16
* components automatically drawPreview & save currentPresettassaron2017-07-131-0/+1
* 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
* a basic Sound component for mixing soundstassaron2017-07-091-2/+3
* more comments + warnings for outdated dependenciestassaron2017-07-091-4/+4
* image options to mirror & saturate colourstassaron2017-07-061-1/+1
* 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
* newlines make project file easier to readtassaron2017-06-251-2/+2
* --export commandline optiontassaron2017-06-251-0/+2
* project files save settings & out/in fieldstassaron2017-06-251-9/+62
* fixed lack of asterisks after openProject, added asterisk to window titletassaron2017-06-241-1/+3
* fixing bugstassaron2017-06-241-10/+11