aboutsummaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2017-06-07Added Bitrate SelectionDH4
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH4
2017-06-06Code cleanupDH4
2017-06-06added framebuffer to keep frames in ordertassaron
NOT WORKING: end of video detection
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of ↵DH4
order. Video component creates a severe performance bottleneck.
2017-06-04not dumping frames anymore, but not working yet eithertassaron
will finish later
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-03Add component inserts on top.DH4
2017-06-03UI Updates, encode lockout, added encoder-options.json. FIXME: Add encoder ↵DH4
options to the UI.
2017-06-03Add component changed to menu.DH4
2017-06-03autosave to help restore unsaved projects in case of a crashtassaron
2017-06-03section structure in avp filestassaron
2017-06-03saved project dirstassaron
2017-06-03absolute path to main ui, bg video fixedtassaron
2017-06-03Changed encoding update to signal/slot.DH4
2017-06-02Threading changes.DH4
2017-06-02Progressbar enhancement.DH4
2017-06-02Cancel button stops pre-processing too.DH4
2017-06-01Added ability to cancel export.DH4
2017-06-01Added aspect ratio scaling to preview area.DH4
2017-06-01resolution comboBox gets updatedtassaron
2017-06-01tidying uptassaron
2017-06-01settings.ini now saved/loaded with projectstassaron
2017-06-01components can be saved and loaded as projectstassaron
2017-06-01a handy showMessage() methodtassaron
and starting on the project buttons
2017-06-01restrict presets to boring characterstassaron
2017-06-01saveable titleFont, xPosition glitches fixedtassaron
2017-06-01Merge pull request #6 from IamDH4/feature-rendering-engineBrianna
a rendering engine that uses more threads
2017-05-31New rendering engine partially implemented. Also added a live preview during ↵DH4
rendering. FIXME: spectrum is out of sync / rendering too quickly.
2017-05-30get confirmation when overwriting presetstassaron
2017-05-30presets are workingtassaron
except for font because it can't be represented as a string
2017-05-30the most simple way of saving dictionariestassaron
2017-05-29Merge branch 'feature-newgui' of ↵tassaron
https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
2017-05-29added component base classtassaron
2017-05-28save empty presets, comboBox populates with preset namestassaron
2017-05-28savePreset creates a filetassaron
2017-05-28turned openPreset button into comboBox to fit a new designtassaron
2017-05-28create data directory structuretassaron
2017-05-28Fixed component list not affecting render order. FIXME Reverse the render orderDH4
2017-05-28Implemented change list orderDH4
2017-05-28Fixed Stack & list sync bug.DH4
2017-05-28title text is now a componenttassaron
plus numerous bugs removed and added
2017-05-28Fixed Resolution Change in preview. Removed debugging print statements.DH4
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH4
several bug fixes.
2017-05-27Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH4
change requires an application restart.
2017-05-27Fixed Scaling BugsDH4
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH4
size based on scale.
2017-05-26Removed hardcoded parameters. Defaults loaded at runtime.DH4
2017-05-25Merge branch 'tassaron2-master'Martin Kaistra
2017-05-23rm unused variabletassaron