| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | width/height fields should be relative too | tassaron | 2017-08-01 | 1 | -0/+2 | |
| | | ||||||
| * | x/y pixel values update to match output resolution | tassaron | 2017-08-01 | 7 | -8/+28 | |
| | | ||||||
| * | component class now tracks colorwidgets | tassaron | 2017-08-01 | 4 | -140/+20 | |
| | | | | | so adding new color-selection widgets is now simple | |||||
| * | crop aphasermeter so it scales to look bigger | tassaron | 2017-07-30 | 1 | -1/+2 | |
| | | ||||||
| * | more options for the Spectrum component | tassaron | 2017-07-30 | 2 | -33/+436 | |
| | | ||||||
| * | added Spectrum component with many options | tassaron | 2017-07-30 | 4 | -21/+869 | |
| | | | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions | |||||
| * | generic preview sound for waveform component | tassaron | 2017-07-29 | 1 | -13/+25 | |
| | | | | | with secret preference to use the audio file again | |||||
| * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 4 | -49/+193 | |
| | | ||||||
| * | starting work on Waveform component | tassaron | 2017-07-29 | 3 | -147/+473 | |
| | | | | | split Video class out of Video component for reuse in Waveform | |||||
| * | some minor bugfixes | tassaron | 2017-07-27 | 2 | -8/+9 | |
| | | ||||||
| * | fixed video component eating stdout | tassaron | 2017-07-27 | 6 | -78/+46 | |
| | | | | | + made height/width into properties to simplify render methods | |||||
| * | error can be locked within properties() | tassaron | 2017-07-25 | 1 | -20/+15 | |
| | | | | | and simplified the componenterrors again | |||||
| * | repeated errors don't cause repeated windows | tassaron | 2017-07-25 | 2 | -3/+2 | |
| | | ||||||
| * | preset manager uses mainwindow row for every button | tassaron | 2017-07-24 | 1 | -10/+7 | |
| | | | | | and minor changes to componenterrors | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -3/+3 | |
| | | | | | probably where errors are likeliest to be found | |||||
| * | better component error messages | tassaron | 2017-07-23 | 3 | -13/+15 | |
| | | | | | fatal errors cancel the export instead of crashing | |||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 6 | -337/+165 | |
| | | | | | importing toolkit from live interpreter now works | |||||
| * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 1 | -2/+2 | |
| | | | | | + preset manager uses mainwindow component list | |||||
| * | 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 | |||||
