| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 6 | -42/+33 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 6 | -13/+16 |
| | | |||||
| * | new hotkey to preview the ffmpeg command | tassaron | 2017-07-16 | 1 | -2/+2 |
| | | |||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 4 | -9/+155 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 2017-07-15 | 2 | -12/+31 |
| | | | | | + better feedback in cmd mode | ||||
| * | Video comp verifies audio streams, videoThread moved into Core | tassaron | 2017-07-15 | 1 | -5/+20 |
| | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | ||||
| * | components automatically drawPreview & save currentPreset | tassaron | 2017-07-13 | 6 | -6/+4 |
| | | | | | this makes a Component easier to program. also more comments | ||||
| * | more error messages for blank components | tassaron | 2017-07-13 | 4 | -8/+31 |
| | | |||||
| * | added option to include audio from Video components | tassaron | 2017-07-13 | 1 | -5/+3 |
| | | |||||
| * | merge consecutive static components | tassaron | 2017-07-13 | 5 | -31/+34 |
| | | |||||
| * | fixed various bugs | tassaron | 2017-07-11 | 5 | -18/+48 |
| | | |||||
| * | separated creation of ffmpeg command | tassaron | 2017-07-09 | 4 | -7/+6 |
| | | | | | for future use to sllow editing the command before starting the export | ||||
| * | a basic Sound component for mixing sounds | tassaron | 2017-07-09 | 3 | -2/+197 |
| | | | | | to be greatly expanded... | ||||
| * | more comments + warnings for outdated dependencies | tassaron | 2017-07-09 | 5 | -5/+9 |
| | | |||||
| * | image options to mirror & saturate colours | tassaron | 2017-07-06 | 2 | -2/+83 |
| | | | | | and some friendly docstrings | ||||
| * | added basic rotate option to images | tassaron | 2017-07-05 | 2 | -3/+57 |
| | | |||||
| * | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | 2017-07-04 | 1 | -2/+3 |
| | | |||||
| * | frame-drawing tools for components to share | tassaron | 2017-07-02 | 5 | -37/+30 |
| | | |||||
| * | renamed component base | tassaron | 2017-07-02 | 6 | -174/+16 |
| | | |||||
| * | rm unneeded imports, work on freezing | tassaron | 2017-07-02 | 2 | -3/+6 |
| | | |||||
| * | Fixed Text Colors & update button color on manual value change. | DH4 | 2017-07-01 | 1 | -1/+4 |
| | | |||||
| * | added visualizer options + invalid presets get ignored | tassaron | 2017-06-26 | 3 | -26/+145 |
| | | |||||
| * | preset delete, rename, save updates both windows | tassaron | 2017-06-25 | 1 | -1/+1 |
| | | |||||
| * | renamed Original Audio Visualization to Classic Visualizer | tassaron | 2017-06-25 | 2 | -1/+10 |
| | | |||||
| * | --export commandline option | tassaron | 2017-06-25 | 1 | -1/+2 |
| | | | | | overrides -i and -o to use saved fields from a project file | ||||
