- juil. 22, 2022
- jan. 15, 2022
- jan. 14, 2022
- nov. 07, 2021
-
-
Elliu a rédigé
-
- oct. 29, 2021
- oct. 28, 2021
-
- oct. 11, 2021
-
- sept. 10, 2021
-
- sept. 09, 2021
-
Except for the starting line bar
For now it's not correct as it's calculating from pixels instead of from ms, will need to rethink the way audio information is stored to fix it
As it will probably have more things later, so we can arrange it in itself and put it wherever we want
Still need to connect slider to image width, clean up pointers for shared/weak_ptr
In order to only call it when needed (will be connected to a signal of when the width of the audio changes)
Could probably be done way more efficiently, will see later for that
Try to fix crashes when creating and deleting MPV Closes #6 and #5 See merge request !23
MPV: Don't load the video by default, force the user to click on the button to avoid some strange race conditions
The race condition between Qt's widget creation and mpv getting the WID doesn't seem to be fixed for now, will need to investigate further.
MPV: Use mpv_destroy to delete the player, don't use the "quit" command as it seems to be the way recommended in the client.h header
Try to force the window creation before passing the WID to MPV to fix the possibility where the window is not already created and thus everything crashes.
Add clean logs support + dependent MR See merge request !21