[vlc-commits] [Git][videolan/vlc][master] 3 commits: configure: factorize qmake makefile patching

2024-05-29 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 883e2309 by Pierre Lamot at 2024-05-29T10:37:01+00:00 configure: factorize qmake makefile patching - - - - - 63647d8a by Pierre Lamot at 2024-05-29T10:37:01+00:00 configure: fix library path extracted from qmake - - - - - 2d97c56

[vlc-commits] [Git][videolan/vlc][master] 3 commits: configure: factorize qmake makefile patching

2024-05-29 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 1cf1d94d by Pierre Lamot at 2024-05-29T17:06:58+02:00 configure: factorize qmake makefile patching - - - - - d55f9d65 by Pierre Lamot at 2024-05-29T17:07:06+02:00 configure: fix library path extracted from qmake - - - - - 4473b

[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Fix Season/Episode string for media items that are TV shows

2024-05-29 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 5d236974 by Claudio Cambra at 2024-05-30T04:05:58+00:00 macosx: Fix Season/Episode string for media items that are TV shows Signed-off-by: Claudio Cambra - - - - - 9b3a9076 by Claudio Cambra at 2

[vlc-commits] [Git][videolan/vlc][master] 8 commits: clock: split vlc_clock_master_update

2024-05-29 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 09a4fec7 by Alexandre Janniaux at 2024-05-30T05:56:36+00:00 clock: split vlc_clock_master_update The function computing offset and coefficient has become quite complex, and adding new conditions to this computation leads to a lot

[vlc-commits] [Git][videolan/vlc][master] 5 commits: amf_helper: add a macro to add namespace when using C++

2024-05-29 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 7bde5ce8 by Steve Lhomme at 2024-05-30T06:15:46+00:00 amf_helper: add a macro to add namespace when using C++ - - - - - 957db11f by Steve Lhomme at 2024-05-30T06:15:46+00:00 amf_helper: share DXGIToAMF() - - - - - d068a0a3 by Ste