aboutsummaryrefslogtreecommitdiffstats
path: root/video_thread.py (follow)
Commit message (Expand)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
* | basic commandline functionality using 3 argstassaron2017-06-181-2/+0
|/
* 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
* 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