aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* preset searchbar works, ui experimentally changedtassaron2017-06-081-1/+1
* Added Bitrate SelectionDH42017-06-071-1/+4
* Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-071-5/+30
* Code cleanupDH42017-06-061-26/+42
* Add checkerboard for transpart frames.DH42017-06-061-1/+7
* Performance Tuning. FIXME: Video component frames are rendered out of order....DH42017-06-051-10/+10
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-1/+0
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-34/+12
* Render order reversed to match component list.DH42017-06-031-1/+1
* absolute path to main ui, bg video fixedtassaron2017-06-031-4/+4
* Changed encoding update to signal/slot.DH42017-06-031-4/+3
* Threading changes.DH42017-06-021-13/+18
* Progressbar enhancement.DH42017-06-021-4/+15
* Cancel button stops pre-processing too.DH42017-06-021-32/+50
* Added ability to cancel export.DH42017-06-011-12/+40
* Added aspect ratio scaling to preview area.DH42017-06-011-1/+1
* Performance boost for static backgrounds. moved drawBars() inside class.DH42017-06-011-12/+11
* Fixed spectrum rendering. Fixed multiple static renders.DH42017-06-011-1/+3
* minor fixes, commentstassaron2017-06-011-20/+22
* Fixed frame loop bug.DH42017-05-311-17/+18
* New rendering engine partially implemented. Also added a live preview during ...DH42017-05-311-127/+199
* title text does not need to generate a new image each frametassaron2017-05-291-5/+17
* title text is now a componenttassaron2017-05-281-7/+4
* Integration with tassaron2 modular design. True Alpha Rendering added, severa...DH42017-05-281-42/+40
* Added automatic scaling of Image and bars. Set title x/y position, and font s...DH42017-05-271-11/+11