aboutsummaryrefslogtreecommitdiffstats
path: root/components/video.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* using tab in component list updates widgettassaron2017-06-111-2/+9
| | | | and more understandable function names for writing/reading presets
* saved preset titles, code clean-upstassaron2017-06-081-1/+2
| | | | componentList drag'n'drop disabled for now; will work on it in another branch
* added submenu for opening presets, moved codetassaron2017-06-071-2/+3
|
* newProject method & various small fixestassaron2017-06-071-1/+4
|
* changed video init to use keywordstassaron2017-06-061-20/+22
|
* Code cleanupDH42017-06-061-26/+48
|
* fixed empty preview frame bugtassaron2017-06-061-1/+7
|
* When out of frames, send last frame to buffer. Added ability to loop video.DH42017-06-061-5/+22
|
* added framebuffer to keep frames in ordertassaron2017-06-061-76/+68
| | | | NOT WORKING: end of video detection
* Performance Tuning. FIXME: Video component frames are rendered out of ↵DH42017-06-051-11/+10
| | | | order. Video component creates a severe performance bottleneck.
* frames are taken straight from the in_pipetassaron2017-06-041-25/+24
|
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-26/+43
| | | | will finish later
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-25/+43
|
* half-finished video componenttassaron2017-06-041-18/+49
| | | | will finish tomorrow
* basic image componenttassaron2017-06-031-6/+32
|
* start of background replacement componentstassaron2017-06-031-0/+42