aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drag'n'drop componentList, move component code to core.pytassaron2017-06-084-91/+122
* added submenu for opening presets, moved codetassaron2017-06-078-121/+140
* laying some foundations for new preset implementationtassaron2017-06-073-43/+132
* newProject method & various small fixestassaron2017-06-072-20/+23
* Created projects and presets button. FIXME: Hookup New Project menu item. Hoo...DH42017-06-073-111/+200
* Added Bitrate SelectionDH42017-06-075-8/+38
* Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python int...DH42017-06-072-20/+32
|\
| * changed video init to use keywordstassaron2017-06-062-20/+32
* | Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-075-151/+183
|/
* Code cleanupDH42017-06-0612-935/+1126
* Use bytes instead of encoding a PNG in text module.DH42017-06-061-38/+39
* fixed empty preview frame bugtassaron2017-06-061-1/+7
* Add checkerboard for transpart frames.DH42017-06-063-2/+14
* Revert default window size.DH42017-06-061-2/+2
* Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py...DH42017-06-0616-245/+1094
|\
| * When out of frames, send last frame to buffer. Added ability to loop video.DH42017-06-061-5/+22
| * added framebuffer to keep frames in ordertassaron2017-06-062-81/+76
| * Performance Tuning. FIXME: Video component frames are rendered out of order....DH42017-06-053-23/+22
| * frames are taken straight from the in_pipetassaron2017-06-041-25/+24
| * not dumping frames anymore, but not working yet eithertassaron2017-06-044-30/+47
| * video component almost working, rm hardcoded backgroundstassaron2017-06-0413-272/+110
| * half-finished video componenttassaron2017-06-041-18/+49
| * basic image componenttassaron2017-06-035-31/+82
| * Merge branch 'feature-newgui' of https://github.com/IamDH4/audio-visualizer-p...tassaron2017-06-035-161/+440
| |\
| * | start of background replacement componentstassaron2017-06-038-3/+905