[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: don't connect to onEnabledChanged signals in Connections

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 9e6ef484 by Pierre Lamot at 2024-04-12T07:05:07+00:00 qml: dont connect to onEnabledChanged signals in Connections Connection already have an `enabled` property so it is confusing regarding which object is targeted. with the

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: rnnnoise: update to v0.1.1

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a5142cfd by Tristan Matthews at 2024-04-12T07:45:11+00:00 contrib: rnnnoise: update to v0.1.1 - - - - - 5858d5c2 by Tristan Matthews at 2024-04-12T07:45:11+00:00 contrib: rnnoise: re-enable on android The duplicated symbols in

[vlc-commits] [Git][videolan/vlc][master] contrib: zvbi: fix Android usage of pthread

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 848b0f08 by Steve Lhomme at 2024-04-12T08:53:43+00:00 contrib: zvbi: fix Android usage of pthread - pthread_create is not detected properly with the NDK26. - pthread_cancel is called but its not supported by Android, its

[vlc-commits] [Git][videolan/vlc][master] contrib: qt: Don't disable PCH when building Qt

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f8a52431 by Martin Storsjö at 2024-04-12T11:17:10+00:00 contrib: qt: Dont disable PCH when building Qt This significantly speeds up the time to compile Qt. 0fec1bc3008ca36acf174d31e628b95162d230e7 looks like it intended to

[vlc-commits] [Git][videolan/vlc][master] qml: refactor SliderBar as ProgressBar

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 788c23ba by Pierre Lamot at 2024-04-12T16:03:42+00:00 qml: refactor SliderBar as ProgressBar qml slider native event handling is messing with the touch handlers and the mouse area implementation dont work well with Qt6 - - - - -

[vlc-commits] [Git][videolan/vlc][master] qt: ModalDialog: Setting hideSource in the ShaderEffectSource

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: aa81847c by darshan jain at 2024-04-12T16:40:51+00:00 qt: ModalDialog: Setting hideSource in the ShaderEffectSource Refactor ModalDialog.qml to prevent duplicate rendering by setting ShaderEffectSource hideSource property to

[vlc-commits] [Git][videolan/vlc][master] contrib: qt: Backport two patches, fixing the mingw pkg-config files

2024-04-12 Thread @mstorsjo
Martin Storsjö pushed to branch master at VideoLAN / VLC Commits: 48f6723f by Martin Storsjö at 2024-04-12T19:04:34+00:00 contrib: qt: Backport two patches, fixing the mingw pkg-config files Previously, the pkg-config files contained a broken -D_UNICODE, which caused build warnings on all Qt

[vlc-commits] [Git][videolan/vlc][master] 9 commits: vout/opengl: do vertical flip after picture placement

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: ba322be2 by Steve Lhomme at 2024-04-12T17:31:19+00:00 vout/opengl: do vertical flip after picture placement Vertically swapping the position of the video keeps the place height. The vertical position use the inverted position of

[vlc-commits] [Git][videolan/vlc][master] vlc_fixups: only define TIME_UTC if it's not defined

2024-04-12 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 3502c02a by Steve Lhomme at 2024-04-12T18:35:52+00:00 vlc_fixups: only define TIME_UTC if its not defined On Android timespec_get() is supported on some API levels. But TIME_UTC is always defined. - - - - - 1 changed file: -