aboutsummaryrefslogtreecommitdiff
path: root/components/video.py
AgeCommit message (Collapse)Author
2017-06-15various bugfixes, blankFrame method for componentstassaron
don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
2017-06-15video scaling, position and distortiontassaron
2017-06-13asterisk next to modified preset is more accuratetassaron
hopefully
2017-06-12adding an asterisk to modified, unsaved presetstassaron
flags for unsaved changes saved in project files
2017-06-11using tab in component list updates widgettassaron
and more understandable function names for writing/reading presets
2017-06-08saved preset titles, code clean-upstassaron
componentList drag'n'drop disabled for now; will work on it in another branch
2017-06-07added submenu for opening presets, moved codetassaron
2017-06-07newProject method & various small fixestassaron
2017-06-06changed video init to use keywordstassaron
2017-06-06Code cleanupDH4
2017-06-06fixed empty preview frame bugtassaron
2017-06-06When out of frames, send last frame to buffer. Added ability to loop video.DH4
2017-06-06added framebuffer to keep frames in ordertassaron
NOT WORKING: end of video detection
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of ↵DH4
order. Video component creates a severe performance bottleneck.
2017-06-04frames are taken straight from the in_pipetassaron
2017-06-04not dumping frames anymore, but not working yet eithertassaron
will finish later
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-04half-finished video componenttassaron
will finish tomorrow
2017-06-03basic image componenttassaron
2017-06-03start of background replacement componentstassaron