index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
Age
Commit message (
Expand
)
Author
2017-06-23
QT5 Conversion + Directory Structure
DH4
2017-06-23
Merge branch 'feature-newgui' into newgui-commandline
Brianna
2017-06-23
cx_freeze Path Updates
DH4
2017-06-22
bugfixes
tassaron
2017-06-22
preset-loading and basic args from commandline
tassaron
2017-06-18
basic commandline functionality using 3 args
tassaron
2017-06-11
using tab in component list updates widget
tassaron
2017-06-07
Added Bitrate Selection
DH4
2017-06-07
Added Encoder Settings, FIXME: Add bitrate options.
DH4
2017-06-06
Code cleanup
DH4
2017-06-06
added framebuffer to keep frames in order
tassaron
2017-06-05
Performance Tuning. FIXME: Video component frames are rendered out of order....
DH4
2017-06-04
not dumping frames anymore, but not working yet either
tassaron
2017-06-04
video component almost working, rm hardcoded backgrounds
tassaron
2017-06-03
Add component inserts on top.
DH4
2017-06-03
UI Updates, encode lockout, added encoder-options.json. FIXME: Add encoder op...
DH4
2017-06-03
Add component changed to menu.
DH4
2017-06-03
autosave to help restore unsaved projects in case of a crash
tassaron
2017-06-03
section structure in avp files
tassaron
2017-06-03
saved project dirs
tassaron
2017-06-03
absolute path to main ui, bg video fixed
tassaron
2017-06-03
Changed encoding update to signal/slot.
DH4
2017-06-02
Threading changes.
DH4
2017-06-02
Progressbar enhancement.
DH4
2017-06-02
Cancel button stops pre-processing too.
DH4
2017-06-01
Added ability to cancel export.
DH4
2017-06-01
Added aspect ratio scaling to preview area.
DH4
2017-06-01
resolution comboBox gets updated
tassaron
2017-06-01
tidying up
tassaron
2017-06-01
settings.ini now saved/loaded with projects
tassaron
2017-06-01
components can be saved and loaded as projects
tassaron
2017-06-01
a handy showMessage() method
tassaron
2017-06-01
restrict presets to boring characters
tassaron
2017-06-01
saveable titleFont, xPosition glitches fixed
tassaron
2017-06-01
Merge pull request #6 from IamDH4/feature-rendering-engine
Brianna
2017-05-31
New rendering engine partially implemented. Also added a live preview during ...
DH4
2017-05-30
get confirmation when overwriting presets
tassaron
2017-05-30
presets are working
tassaron
2017-05-30
the most simple way of saving dictionaries
tassaron
2017-05-29
Merge branch 'feature-newgui' of https://www.github.com/IamDH4/audio-visualiz...
tassaron
2017-05-29
added component base class
tassaron
2017-05-28
save empty presets, comboBox populates with preset names
tassaron
2017-05-28
savePreset creates a file
tassaron
2017-05-28
turned openPreset button into comboBox to fit a new design
tassaron
2017-05-28
create data directory structure
tassaron
2017-05-28
Fixed component list not affecting render order. FIXME Reverse the render order
DH4
2017-05-28
Implemented change list order
DH4
2017-05-28
Fixed Stack & list sync bug.
DH4
2017-05-28
title text is now a component
tassaron
2017-05-28
Fixed Resolution Change in preview. Removed debugging print statements.
DH4
[next]