[vlc-commits] [Git][videolan/vlc][master] 6 commits: macosx: Stop trying to always check if iTunes, Apple Music and Spotify are...

2023-03-07 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 6e7e23eb by Claudio Cambra at 2023-03-07T17:44:08+00:00 macosx: Stop trying to always check if iTunes, Apple Music and Spotify are available, fixing recurring freezing when player state changes Signed-off-by: Claudio Cambra

[vlc-commits] [Git][videolan/vlc][master] mediacodec: release timestamp_fifo with video context

2023-03-07 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 1f7f400f by Thomas Guillem at 2023-03-07T15:44:21+00:00 mediacodec: release timestamp_fifo with video context `CleanInputVideo()` is linked to the input side of the decoder (.pf_decode) but `video.timestamp_fifo` can be used

[vlc-commits] [Git][videolan/vlc][master] 2 commits: access: jack: clamp i_read earlier

2023-03-07 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: ef661558 by Tristan Matthews at 2023-03-07T15:27:32+00:00 access: jack: clamp i_read earlier This avoids allocating more bytes than will be used when calling block_Alloc. - - - - - 305ff7a2 by Tristan Matthews at

[vlc-commits] [Git][videolan/vlc][master] qml: fix play with keyboard in recent videos' section

2023-03-07 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: f906e24e by Prince Gupta at 2023-03-07T14:07:05+00:00 qml: fix play with keyboard in recent videos section previously actionAtIndex was accessing its parents model to get the id from index, fix it to use its own recent video

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: PodcastConfiguration inherits QDialog not QWidget

2023-03-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 183acaec by KO Myung-Hun at 2023-03-07T10:41:50+00:00 qt: PodcastConfiguration inherits QDialog not QWidget Especially, accept() and reject() slots are in QDialog. - - - - - b59976a5 by KO Myung-Hun at

[vlc-commits] [Git][videolan/vlc][master] 13 commits: android: display: reorder to avoid forward declarations

2023-03-07 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 65f1716f by Thomas Guillem at 2023-03-07T10:27:37+00:00 android: display: reorder to avoid forward declarations No functional changes. - - - - - 46e666ce by Thomas Guillem at 2023-03-07T10:27:37+00:00 android: display: remove

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: convert fromTime_t to fromSecsSinceEpoch

2023-03-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 8a5bcc93 by Ilkka Ollakka at 2023-03-07T09:11:00+00:00 qt: convert fromTime_t to fromSecsSinceEpoch fromTime_t has been deprecated and fromSecsSinceEpoch looks like drop-in replacement in our use - - - - - 7b9d6aa0 by

[vlc-commits] [Git][videolan/vlc][master] 12 commits: tests: define vlc_static_modules consistently

2023-03-07 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b0904b12 by Steve Lhomme at 2023-03-07T08:23:15+00:00 tests: define vlc_static_modules consistently - - - - - b7340959 by Steve Lhomme at 2023-03-07T08:23:15+00:00 vlc_plugin: add macros to define custom entry points This