aboutsummaryrefslogtreecommitdiff
path: root/components/video.py
AgeCommit message (Collapse)Author
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