aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QT5 Conversion + Directory StructureDH42017-06-231-88/+0
|
* Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-231-2/+8
|\
| * cx_freeze Path UpdatesDH42017-06-231-2/+9
| |
* | bugfixestassaron2017-06-221-2/+2
| |
* | preset-loading and basic args from commandlinetassaron2017-06-221-6/+6
| | | | | | | | also made some docstrings more informative
* | basic commandline functionality using 3 argstassaron2017-06-181-21/+33
|/ | | | needs more args so components can be modified without gui
* using tab in component list updates widgettassaron2017-06-111-1/+0
| | | | and more understandable function names for writing/reading presets
* Added Bitrate SelectionDH42017-06-071-1/+2
|
* Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-071-2/+3
|
* Code cleanupDH42017-06-061-647/+46
|
* added framebuffer to keep frames in ordertassaron2017-06-061-5/+8
| | | | NOT WORKING: end of video detection
* Performance Tuning. FIXME: Video component frames are rendered out of ↵DH42017-06-051-2/+2
| | | | order. Video component creates a severe performance bottleneck.
* not dumping frames anymore, but not working yet eithertassaron2017-06-041-1/+1
| | | | will finish later
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-34/+16
|
* Add component inserts on top.DH42017-06-031-1/+11
|
* UI Updates, encode lockout, added encoder-options.json. FIXME: Add encoder ↵DH42017-06-031-0/+44
| | | | options to the UI.
* Add component changed to menu.DH42017-06-031-8/+9
|
* autosave to help restore unsaved projects in case of a crashtassaron2017-06-031-49/+75
|
* section structure in avp filestassaron2017-06-031-11/+27
|
* saved project dirstassaron2017-06-031-42/+33
|
* absolute path to main ui, bg video fixedtassaron2017-06-031-1/+1
|
* Changed encoding update to signal/slot.DH42017-06-031-2/+2
|
* Threading changes.DH42017-06-021-3/+1
|
* Progressbar enhancement.DH42017-06-021-17/+6
|
* Cancel button stops pre-processing too.DH42017-06-021-5/+26
|