| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make pip-installable as a package | tassaron | 2022-04-22 | 3 | -6/+6 |
| | | |||||
| * | createFfmpegCommand returns an empty list if it fails | tassaron | 2022-04-21 | 1 | -0/+9 |
| | | | | | previously it raised an exception | ||||
| * | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | 2022-04-21 | 1 | -0/+3 |
| | | |||||
| * | fix missing audio in output video due to change in ffmpeg command syntax ↵ | tassaron | 2022-04-13 | 1 | -7/+6 |
| | | | | | (tested with v4.4.1) | ||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -0/+1 |
| | | |||||
| * | file logging can be turned completely off | tassaron | 2017-08-27 | 1 | -7/+15 |
| | | | | | and various changes to log levels and messages everywhere | ||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 2 | -4/+1 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | relative widgets scale properly when undoing at different resolutions | tassaron | 2017-08-20 | 1 | -0/+1 |
| | | |||||
| * | remove % from log calls | tassaron | 2017-08-19 | 2 | -7/+11 |
| | | |||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 1 | -5/+42 |
| | | |||||
| * | undoable edits for normal component settings; TODO: merge small edits | tassaron | 2017-08-15 | 2 | -1/+13 |
| | | |||||
| * | better aevalsrc inputs for spectrum previews | tassaron | 2017-08-14 | 1 | -5/+14 |
| | | |||||
| * | faster Spectrum preview & custom VERBOSE loglvl | tassaron | 2017-08-14 | 1 | -1/+2 |
| | | |||||
| * | fix | tassaron | 2017-08-12 | 1 | -11/+5 |
| | | |||||
| * | rv pointless optimization & remove circular imports (again...) | tassaron | 2017-08-12 | 2 | -21/+15 |
| | | | | | the last commit does showcase an enlightening bug however | ||||
| * | move previewWindow class into new file | tassaron | 2017-08-12 | 1 | -12/+25 |
| | | | | | and cache frequently-created blank frames | ||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 2 | -7/+18 |
| | | |||||
| * | relative stroke px size & no Qt pen on stroke | tassaron | 2017-08-08 | 1 | -2/+5 |
| | | |||||
| * | component class now tracks colorwidgets | tassaron | 2017-08-01 | 2 | -22/+3 |
| | | | | | so adding new color-selection widgets is now simple | ||||
| * | added Spectrum component with many options | tassaron | 2017-07-30 | 2 | -15/+69 |
| | | | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions | ||||
| * | generic preview sound for waveform component | tassaron | 2017-07-29 | 1 | -4/+10 |
| | | | | | with secret preference to use the audio file again | ||||
| * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 3 | -26/+37 |
| | | |||||
| * | starting work on Waveform component | tassaron | 2017-07-29 | 2 | -9/+127 |
| | | | | | split Video class out of Video component for reuse in Waveform | ||||
| * | move code into a new function for future expansion | tassaron | 2017-07-28 | 1 | -87/+97 |
| | | |||||
| * | fixed video component eating stdout | tassaron | 2017-07-27 | 1 | -3/+3 |
| | | | | | + made height/width into properties to simplify render methods | ||||
