aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic commandline functionality using 3 argstassaron2017-06-181-2/+0
| | | | needs more args so components can be modified without gui
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-171-1/+4
|
* preset searchbar works, ui experimentally changedtassaron2017-06-081-1/+1
| | | | closebutton where I keep expecting it to be
* 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 ↵DH42017-06-051-10/+10
| | | | order. Video component creates a severe performance bottleneck.
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-1/+0
| | | | will finish later
* 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
| | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* 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
| | | | plus numerous bugs removed and added