[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/PageLoader: Add the '_ready' property

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 54e3df29 by Benjamin Arnaud at 2023-02-23T15:50:54+00:00 qml/PageLoader: Add the _ready property It allows us to wait for the item to be fully loaded before loading the view. Which effectively avoids size glitches when

[vlc-commits] [Git][videolan/vlc][master] 2 commits: codec :vpx: fix encoding for non-power of 2 pitch videos

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 623cceed by Tristan Matthews at 2023-02-23T16:06:33+00:00 codec :vpx: fix encoding for non-power of 2 pitch videos Instead pass a dummy value to vpx_img_wrap and explicitly set the values after. - - - - - da1c3a13 by

[vlc-commits] [Git][videolan/vlc][master] input: don't lock to write stats if there are none

2023-02-23 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b770c640 by Steve Lhomme at 2023-02-23T16:33:00+00:00 input: dont lock to write stats if there are none - - - - - 1 changed file: - src/input/input.c Changes: = src/input/input.c