aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-05new readme with screenshottassaron
2022-05-03change version numbertassaron
2022-05-03add .desktop file to launch graphically on Linux desktopstassaron
2022-05-03cast int to str all over the place.tassaron
2022-05-03Suggest pipx for installation. Fix `avp` command.tassaron
2022-05-03Broken pipe raises OSError on some platforms.tassaron
2022-05-03update readmetassaron
2022-05-02Merge pull request #71 from djfun/fix-70Brianna Rainey
2022-05-02remove unneeded call to .copy()tassaron
2022-05-02add commandline option to disable preview during exporttassaron
2022-05-02Don't render checkerboard during previewtassaron
2022-05-02fixes #70 - store a ref to preview frame & update preview synchronouslytassaron
2022-05-02add useful comment about why this reference existstassaron
2022-05-02log QThread IDstassaron
2022-05-01Merge pull request #69 from djfun/feature-newguimartin
2022-05-01Merge branch 'master' into feature-newguimartin
2022-04-30tested working instructions for Ubuntu 22.04tassaron
2022-04-30create test report in home folder after `--test`tassaron
2022-04-30fix progress bar percentage not increasingtassaron
2022-04-30fix 'QThread killed while running' at program exittassaron
2022-04-30fix misspelled ffmpegtassaron
2022-04-30test if ffmpeg is really found at startuptassaron
2022-04-30raise log level of library logfiletassaron
2022-04-29license may be affected by packagingtassaron
2022-04-29log ffmpeg bintassaron
2022-04-29switch Pillow-SIMD for Pillowtassaron
2022-04-29ignore benign error from reading a closed pipetassaron
2022-04-29remove extra window properties from window objectstassaron
2022-04-29rename videoCreated method to stopVideoThreadtassaron
2022-04-29use super().__init__ in the modern python3 styletassaron
2022-04-29better log messages when setting window titletassaron
2022-04-29delay opening logfile until first call to loggertassaron
2022-04-29document keyboard shortcuts. fix "show ffmpeg command"tassaron
2022-04-28remove punctuation from project names at commandlinetassaron
2022-04-28cast int to str in ffmpeg commandtassaron
2022-04-28change call to superclass __init__ to super()tassaron
2022-04-27add logging to Color component. remove unused importstassaron
2022-04-27fix segmentation fault when rendering Color componenttassaron
2022-04-26tests for commandline argument parsingtassaron
2022-04-25add more logging to the video exporttassaron
2022-04-25add --debug option and rename -e so it's more explicittassaron
2022-04-25fix ImportErrortassaron
2022-04-22some work on the readme (install instructions not done yet)tassaron
2022-04-22authors file is just a list of namestassaron
2022-04-22add commandline option for tests. add first teststassaron
2022-04-22make pip-installable as a packagetassaron
2022-04-21fail gracefully if createFfmpegCommand returns emptytassaron
2022-04-21createFfmpegCommand returns an empty list if it failstassaron
2022-04-21fix RuntimeError caused by QUndoStack signal handlertassaron
2022-04-21fix crash if ffmpeg is not installed (tested on windows 11)tassaron