index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_thread.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
use pytest-qt to test actual export process
tassaron
2
-1
/
+31
2022-05-09
no components on commandline adds a default visualizer
tassaron
1
-0
/
+4
2022-05-09
include test data in package, pytest-qt plugin for testing Qt event loop, rem...
tassaron
5
-25
/
+22
2022-05-09
rename visualisation to visualization
tassaron
2
-6
/
+9
2022-05-09
demote error message to debug message
tassaron
1
-1
/
+1
2022-05-08
reorganize Classic Visualizer widgets to be more left-aligned
tassaron
1
-29
/
+68
2022-05-08
Add sensitivity option to classic visualizer
tassaron
2
-39
/
+51
2022-05-07
fix
tassaron
1
-1
/
+1
2022-05-07
concatenate trimmed ffmpeg logs to the test report
tassaron
1
-8
/
+29
2022-05-07
--export-project uses -i and -o if provided
tassaron
1
-32
/
+49
2022-05-07
Fix drawing of "peace" shape. Rename a shape to pie
tassaron
2
-9
/
+6
2022-05-07
change default colour to white for consistency with the default settings of o...
tassaron
1
-1
/
+1
2022-05-07
Add initial state to the grid - a Queen Bee Shuttle
tassaron
1
-1
/
+13
2022-05-07
fix to make the QFontComboBox update the preview
tassaron
1
-5
/
+6
2022-05-07
set window titles of minor dialog windows
tassaron
1
-5
/
+8
2022-05-06
ffmpeg filter_complex creation code is more readable
tassaron
1
-112
/
+119
2022-05-06
convert Spectrum FFmpeg complex_filters to f-strings
tassaron
1
-30
/
+31
2022-05-06
fix ffmpeg syntax error
tassaron
1
-1
/
+1
2022-05-06
convert to f-string
tassaron
1
-20
/
+11
2022-05-06
convert to f-string for readability
tassaron
1
-8
/
+4
2022-05-06
undoStack dialog's creation moved to __init__.
tassaron
1
-17
/
+11
2022-05-06
disable undo/redo while video is exporting
tassaron
1
-5
/
+21
2022-05-05
show program name as 'avp' when invoked as python -m avp
tassaron
1
-0
/
+1
2022-05-05
start mainwindow smaller and with classic visualizer
tassaron
1
-2
/
+7
2022-05-05
update module docstring
tassaron
1
-5
/
+7
[next]