[vlc-commits] [Git][videolan/vlc][master] player: don't start next medias if in stopped state

2024-03-15 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: a9036494 by Thomas Guillem at 2024-03-15T19:07:45+00:00 player: don't start next medias if in stopped state And don't send the STOPPED state from the STOPPED state. Fixes the following assert leading to an invalid state: t

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix scroll in home view

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f1aab7a6 by Claudio Cambra at 2024-03-15T16:52:48+00:00 macosx: Fix scroll in home view Signed-off-by: Claudio Cambra - - - - - 1 changed file: - modules/gui/macosx/UI/VLCLibraryWindow.xib Cha

[vlc-commits] [Git][videolan/vlc][master] qt: mlplaylist: Display duration from MediaLibrary

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 50960ca5 by darshan jain at 2024-03-15T16:28:17+00:00 qt: mlplaylist: Display duration from MediaLibrary - - - - - 1 changed file: - modules/gui/qt/medialibrary/mlplaylist.cpp Changes: =

[vlc-commits] [Git][videolan/vlc][master] 2 commits: clock: rework event handling

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a3f7f88f by Thomas Guillem at 2024-03-15T15:35:29+00:00 clock: rework event handling vlc_clock_RegisterEvents become: - vlc_clock_AddListener - vlc_clock_RemoveListener Using the same mechanism than player and playlist. This

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: mlalbummodel: Sort Title by Alphabetical Order

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: f4a2f119 by darshan jain at 2024-03-15T14:33:00+00:00 qt: mlalbummodel: Sort Title by Alphabetical Order The view in MusicArtistsAlbums was incorrectly trying to sort Albums from an Artist by "Album" which would resort to sortin

[vlc-commits] [Git][videolan/vlc][master] 2 commits: update: don't pretend all debug builds are Win32

2024-03-15 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: c79116dc by RĂ©mi Denis-Courmont at 2024-03-15T13:20:49+00:00 update: don't pretend all debug builds are Win32 If you want to test this on something else, then update the corresponding status file, seriously. - - - - - dc82c0b9

[vlc-commits] [Git][videolan/vlc][master] 2 commits: wasm: build: export bitcode modules with `-emit-llvm`

2024-03-15 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 8c8b9c37 by Alaric Senat at 2024-03-15T06:35:57+00:00 wasm: build: export bitcode modules with `-emit-llvm` Both `-emit-llvm` and a `.bc` output extension are needed to export bitcode since emscripten 3.1.50[^1]. Otherwise a plain