aboutsummaryrefslogtreecommitdiffstats
path: root/src/preview_thread.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-25repeated errors don't cause repeated windowstassaron7-45/+63
2017-07-24preset manager uses mainwindow row for every buttontassaron3-34/+67
and minor changes to componenterrors
2017-07-23ComponentError exception wraps previewRendertassaron7-60/+104
probably where errors are likeliest to be found
2017-07-23better component error messagestassaron9-82/+190
fatal errors cancel the export instead of crashing
2017-07-23components auto-connect & track widgets, less autosave spamtassaron21-620/+604
importing toolkit from live interpreter now works
2017-07-20add component in context menu, del/ins hotkeystassaron8-68/+122
+ preset manager uses mainwindow component list
2017-07-20ffmpeg functions moved to toolkit, component format simplifiedtassaron19-495/+628
component methods are auto-decorated & settings are now class variables
2017-07-17combined toolkit.py & frame.py into toolkit packagetassaron15-49/+58
2017-07-16new hotkey to preview the ffmpeg commandtassaron4-5/+26
2017-07-16apply complex filters to audio streams from componentstassaron10-47/+283
tons of sound options could be given now, + installation using setup.py
2017-07-15trying to make setup.py worktassaron7-35/+53
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron6-23/+67
+ better feedback in cmd mode
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron5-47/+73
off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
2017-07-13components automatically drawPreview & save currentPresettassaron9-20/+28
this makes a Component easier to program. also more comments
2017-07-13staticComponents list is reversed nowtassaron2-9/+9
2017-07-13more error messages for blank componentstassaron5-14/+53
2017-07-13added option to include audio from Video componentstassaron3-9/+19
2017-07-13merge consecutive static componentstassaron10-55/+100
2017-07-11fixed various bugstassaron10-35/+83
2017-07-09separated creation of ffmpeg commandtassaron7-110/+116
for future use to sllow editing the command before starting the export
2017-07-09a basic Sound component for mixing soundstassaron9-81/+325
to be greatly expanded...
2017-07-09more comments + warnings for outdated dependenciestassaron13-77/+148
2017-07-06more thorough installation directionstassaron4-3/+12
2017-07-06image options to mirror & saturate colourstassaron9-9/+122
and some friendly docstrings
2017-07-05added basic rotate option to imagestassaron3-3/+63