[vlc-commits] [Git][videolan/vlc][master] 2 commits: dvbsub: update note

2022-06-24 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: b39ffc48 by Lyndon Brown at 2022-06-24T16:42:54+00:00 dvbsub: update note i_segment_length should clearly be included here. - - - - - 43c69bf2 by Lyndon Brown at 2022-06-24T16:42:54+00:00 dvbsub: clarify a note this note

[vlc-commits] [Git][videolan/vlc][master] macosx: Only set VLCImageView images when necessary

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 56a6ef98 by Claudio Cambra at 2022-06-24T17:13:37+00:00 macosx: Only set VLCImageView images when necessary This prevents constant flashing of the placeholder image Signed-off-by: Claudio Cambra claudio.cam...@gmail.com - -

[vlc-commits] [Git][videolan/vlc][master] 3 commits: bootstrap: use ${MAKE} as appropriate

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 94281684 by Sean McGovern at 2022-06-24T12:42:01+00:00 bootstrap: use ${MAKE} as appropriate - - - - - 5c35cf0d by Sean McGovern at 2022-06-24T12:42:01+00:00 contrib/nvcodec: use $(MAKE) as appropriate - - - - - 82886b45 by

[vlc-commits] [Git][videolan/vlc][master] contrib: vulkan-loader: fix build with cmake generator other than make

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 9dfc146b by Zhao Zhili at 2022-06-24T07:39:27+00:00 contrib: vulkan-loader: fix build with cmake generator other than make - - - - - 1 changed file: - contrib/src/vulkan-loader/rules.mak Changes:

[vlc-commits] [Git][videolan/vlc][master] avcodec: remove useless flush

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 1cd6abdf by Alexandre Janniaux at 2022-06-24T08:38:07+00:00 avcodec: remove useless flush There is no requirement to call flush on exit. Indeed, avcodec_flush_buffers is documented as needed for seeking or switching to a

[vlc-commits] [Git][videolan/vlc][master] vlc_stream: fix the vlc_stream_ReadPartial() documentation

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: c3c2d535 by Steve Lhomme at 2022-06-24T08:58:46+00:00 vlc_stream: fix the vlc_stream_ReadPartial() documentation vlc_stream_ReadPartial() is similar to pf_read of stream_t. It is often used as such in pf_read callbacks.

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: expose *margin properties in KeyNavigableTableView

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: afcbf621 by Prince Gupta at 2022-06-24T09:14:47+00:00 qml: expose *margin properties in KeyNavigableTableView - - - - - 7f8dfda3 by Prince Gupta at 2022-06-24T09:14:47+00:00 qml: fix keyboard focus in video view add top

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: don't lose selection on context button in table view

2022-06-24 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 1ea09518 by Prince Gupta at 2022-06-24T09:42:09+00:00 qml: dont lose selection on context button in table view - - - - - 001498aa by Prince Gupta at 2022-06-24T09:42:09+00:00 qml: simplify selection condition - - - - - 1