aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed video component eating stdouttassaron2017-07-2710-155/+141
* don't]] always trigger error()tassaron2017-07-251-1/+1
* removed pyctassaron2017-07-251-0/+0
* error can be locked within properties()tassaron2017-07-256-66/+46
* repeated errors don't cause repeated windowstassaron2017-07-257-45/+63
* preset manager uses mainwindow row for every buttontassaron2017-07-243-34/+67
* ComponentError exception wraps previewRendertassaron2017-07-237-60/+104
* better component error messagestassaron2017-07-239-82/+190
* components auto-connect & track widgets, less autosave spamtassaron2017-07-2320-619/+603
* add component in context menu, del/ins hotkeystassaron2017-07-206-64/+118
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-2017-486/+615
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-1714-48/+57
* new hotkey to preview the ffmpeg commandtassaron2017-07-163-4/+25
* apply complex filters to audio streams from componentstassaron2017-07-168-33/+252
* trying to make setup.py worktassaron2017-07-156-16/+19
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-156-23/+67
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-155-47/+73
* components automatically drawPreview & save currentPresettassaron2017-07-139-20/+28
* staticComponents list is reversed nowtassaron2017-07-132-9/+9
* more error messages for blank componentstassaron2017-07-135-14/+53
* added option to include audio from Video componentstassaron2017-07-133-9/+19
* merge consecutive static componentstassaron2017-07-1310-55/+100
* fixed various bugstassaron2017-07-1110-35/+83
* separated creation of ffmpeg commandtassaron2017-07-097-110/+116
* a basic Sound component for mixing soundstassaron2017-07-099-81/+325