aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QT5 Conversion + Directory StructureDH42017-06-231-309/+0
|
* Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-231-1/+1
|\
| * cx_freeze Path UpdatesDH42017-06-231-1/+1
| |
* | preset-loading and basic args from commandlinetassaron2017-06-221-13/+16
| | | | | | | | also made some docstrings more informative
* | 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
|