| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move variable declaration closer to usage. | tassaron | 2022-05-09 | 1 | -6/+4 |
| | | |||||
| * | no components on commandline adds a default visualizer | tassaron | 2022-05-09 | 1 | -0/+4 |
| | | |||||
| * | rename visualisation to visualization | tassaron | 2022-05-09 | 1 | -4/+7 |
| | | |||||
| * | fix | tassaron | 2022-05-07 | 1 | -1/+1 |
| | | |||||
| * | concatenate trimmed ffmpeg logs to the test report | tassaron | 2022-05-07 | 1 | -8/+29 |
| | | |||||
| * | --export-project uses -i and -o if provided | tassaron | 2022-05-07 | 1 | -32/+49 |
| | | | | | | Also remove unneeded instance variables `parser` and `args`, and quit if input/output can't be determined. Also, --debug and --test are now mutually exclusive | ||||
| * | show program name as 'avp' when invoked as python -m avp | tassaron | 2022-05-05 | 1 | -0/+1 |
| | | |||||
| * | add commandline option to disable preview during export | tassaron | 2022-05-02 | 1 | -1/+8 |
| | | | | | the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request | ||||
| * | create test report in home folder after `--test` | tassaron | 2022-04-30 | 1 | -1/+34 |
| | | |||||
| * | use super().__init__ in the modern python3 style | tassaron | 2022-04-29 | 1 | -1/+1 |
| | | |||||
| * | change call to superclass __init__ to super() | tassaron | 2022-04-28 | 1 | -1/+1 |
| | | |||||
| * | tests for commandline argument parsing | tassaron | 2022-04-26 | 1 | -1/+5 |
| | | |||||
| * | add --debug option and rename -e so it's more explicit | tassaron | 2022-04-25 | 1 | -7/+18 |
| | | |||||
| * | add commandline option for tests. add first tests | tassaron | 2022-04-22 | 1 | -7/+32 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -0/+9 |
| | | |||||
| * | undoable removeComponent action | tassaron | 2017-08-14 | 1 | -0/+1 |
| | | |||||
| * | quit if project doesn't exist when exporting from commandline | tassaron | 2017-07-27 | 1 | -1/+3 |
| | | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -0/+6 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -2/+0 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -5/+5 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 2017-07-15 | 1 | -0/+20 |
| | | | | | + better feedback in cmd mode | ||||
| * | Video comp verifies audio streams, videoThread moved into Core | tassaron | 2017-07-15 | 1 | -14/+8 |
| | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | ||||
| * | image options to mirror & saturate colours | tassaron | 2017-07-06 | 1 | -0/+5 |
| | | | | | and some friendly docstrings | ||||
| * | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | 2017-07-04 | 1 | -1/+1 |
| | | |||||
| * | needs more tuples | tassaron | 2017-06-25 | 1 | -6/+6 |
| | | |||||
