Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Validations
Validations · e9e14bc495a9fc8ece2856127436e9af7f512ad1
e9e14bc495a9fc8ece2856127436e9af7f512ad1
Sélectionner une révision Git
Sélectionné
e9e14bc495a9fc8ece2856127436e9af7f512ad1
Branches
6
master
par défaut
script
new-devel
devel
timingView-edit
fix-mpv
7 résultats
Vivy
src
UI
DocumentViews
MpvContainer.cc
Auteur
Recherche par auteur
Tout auteur
authors
Alec SADLER
Lec
Deurstann
Deurstann
Elliu
Elliu
Geralt
martin2020
Kubat
martin2018
LJ Tatoon
phu2018
6 auteurs
Parcourir les fichiers
sept. 09, 2021
MPV: Use mpv_destroy to delete the player, don't use the "quit" command as it...
· e9e14bc4
Kubat
a rédigé
Il y a 3 ans
Vérifiée
e9e14bc4
UI: Try to fix crashes when creating MPV
· 5c1b1530
Kubat
a rédigé
Il y a 3 ans
Vérifiée
5c1b1530
LOG: Use the new LOG API in more place and remove old qDebug
· 3c6a8ccd
Kubat
a rédigé
Il y a 3 ans
Vérifiée
3c6a8ccd
août 30, 2021
UI MISC: Include parent Utils.hh + try to disable ytdl with mpv
· 9270a1c5
Kubat
a rédigé
Il y a 3 ans
Vérifiée
9270a1c5
MPV: Add the callbacks after init to try to avoid some strange segfaults witihn mpv's lua
· 7b9c9120
Kubat
a rédigé
Il y a 3 ans
Vérifiée
7b9c9120
août 27, 2021
BUILD: Finished moving all external headers into the precompiled header
· 1d3e18fa
Kubat
a rédigé
Il y a 3 ans
Vérifiée
1d3e18fa
août 26, 2021
MPV: The video is now correctly loading when loading a document!
· 1c895ed5
Kubat
a rédigé
Il y a 3 ans
Vérifiée
1c895ed5
BUILD: No more implicit conversions from `const char *` to `QString`, everything should be in UTF-8
· 8e7c2aba
Kubat
a rédigé
Il y a 3 ans
Vérifiée
8e7c2aba
août 24, 2021
BUILD: Avoid some warnings
· 4cae57ab
Kubat
a rédigé
Il y a 3 ans
Vérifiée
4cae57ab
août 20, 2021
Fix warnings
· 3d1260cf
Elliu
a rédigé
Il y a 3 ans
3d1260cf
août 17, 2021
MISC: Apply new clang-format
· 744dcbe7
Kubat
a rédigé
Il y a 3 ans
Vérifiée
744dcbe7
août 06, 2021
MPV: Get ride of last text in the play/pause button and should close MPV properly
· 0f07a913
Kubat
a rédigé
Il y a 3 ans
Vérifiée
0f07a913
MPV: Try to fix MPV close problems by using the mpv_terminate_destroy call
· 11da8c29
Kubat
a rédigé
Il y a 3 ans
Vérifiée
11da8c29
MPV: Set control button display the correct text to toggle playback
· 336c9b20
Kubat
a rédigé
Il y a 3 ans
Vérifiée
336c9b20
août 04, 2021
UI: Loop mpv playback
· 0dcd6d01
Kubat
a rédigé
Il y a 3 ans
Vérifiée
0dcd6d01
UI: Seek in the file using the slider
· 42e768b5
Kubat
a rédigé
Il y a 3 ans
Vérifiée
42e768b5
UI: Add a button to control MPV playback
· 2e150f56
Kubat
a rédigé
Il y a 3 ans
Vérifiée
2e150f56
UI: Clean way of getting the SID from MPV
· 22decbc3
Kubat
a rédigé
Il y a 3 ans
Vérifiée
22decbc3
UI: Set some options for mpv
· 95627b91
Kubat
a rédigé
Il y a 3 ans
Vérifiée
95627b91
UI: Add the load/reload/unload ASS files to mpv container. By default will unload all ASS files
· 658abf03
Kubat
a rédigé
Il y a 3 ans
Vérifiée
658abf03
UI: When loading a video pause it
· a3515c2d
Kubat
a rédigé
Il y a 3 ans
Vérifiée
a3515c2d
UI: Keep track of the position in the MpvControls + log deletion of mpv context (for debug)
· 92f43d7b
Kubat
a rédigé
Il y a 3 ans
Vérifiée
92f43d7b
UI: Use slider to be able to set time in video + fix display of mpv messages
· ddc44b70
Kubat
a rédigé
Il y a 3 ans
Vérifiée
ddc44b70
UI: Can now get the reply code for async commands
· e39c45e7
Kubat
a rédigé
Il y a 3 ans
Vérifiée
e39c45e7
UI: Add the video view creation to the vivy doc view
· 60ea493c
Kubat
a rédigé
Il y a 3 ans
Vérifiée
60ea493c
UI: Add the video view
· 0ec0503e
Kubat
a rédigé
Il y a 3 ans
Vérifiée
0ec0503e
UI: Handle MPV events + set locale correctly for MPV
· 4f95b65f
Kubat
a rédigé
Il y a 3 ans
Vérifiée
4f95b65f
UI: Isolate the close MPV thing in a method + add callback for time change
· a6a50920
Kubat
a rédigé
Il y a 3 ans
Vérifiée
a6a50920
[WIP] UI: Base class for MpvContainer (not tested)
· 46ca3c84
Kubat
a rédigé
Il y a 3 ans
Vérifiée
46ca3c84
Chargement en cours