aboutsummaryrefslogtreecommitdiffstats
path: root/components/video.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more commandline component optionstassaron2017-06-221-8/+8
| | | | commandline options that existed before the redesign are now back
* bugfixestassaron2017-06-221-0/+1
|
* preset-loading and basic args from commandlinetassaron2017-06-221-0/+16
| | | | also made some docstrings more informative
* various bugfixes, blankFrame method for componentstassaron2017-06-151-9/+18
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* video scaling, position and distortiontassaron2017-06-151-10/+70
|
* asterisk next to modified preset is more accuratetassaron2017-06-131-2/+2
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-1/+5
| | | | flags for unsaved changes saved in project files
* 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