[vlc-commits] [Git][videolan/vlc][master] 2 commits: pulse: use VLC_TICK_FROM_US

2022-07-14 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 3141daae by Thomas Guillem at 2022-07-14T16:26:47+00:00 pulse: use VLC_TICK_FROM_US - - - - - 9dfe4399 by Thomas Guillem at 2022-07-14T16:26:47+00:00 pulse: include the timestamp of the timing_info To get more precise timing

[vlc-commits] [Git][videolan/vlc][master] audio_output: decoder: remove clock reset on drain

2022-07-14 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 9a463265 by Alexandre Janniaux at 2022-07-14T14:45:13+00:00 audio_output: decoder: remove clock reset on drain After commit 0dd8096f46a92b73c97b24d99d1ee5322f6bc50d made the drain asynchronous, the clock at the end of the drai

[vlc-commits] [Git][videolan/vlc][master] 4 commits: transcode: add the pcr_sync utility

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0b3aa33b by Alaric Senat at 2022-07-14T12:11:54+00:00 transcode: add the pcr_sync utility This utility helps handling PCR events in modules where frames are treated asynchronously. This tool basically bufferize PCR events u

[vlc-commits] [Git][videolan/vlc][master] qml: force text labels to use PlainText mode

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: fe03c25a by Pierre Lamot at 2022-07-14T10:35:02+00:00 qml: force text labels to use PlainText mode The default mode was preventing double click events from propagating in some cases (KeyNavigableTableView) Unless for very

[vlc-commits] [Git][videolan/vlc][master] 10 commits: qml: properly forward signals in TableViewDelegate

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: c688b880 by Pierre Lamot at 2022-07-14T10:17:21+00:00 qml: properly forward signals in TableViewDelegate - - - - - 94eaf0f5 by Pierre Lamot at 2022-07-14T10:17:21+00:00 qml: move component customisation outside of TableView

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: remove unused parameter in lockPlayer signal

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ef86305e by Pierre Lamot at 2022-07-14T09:47:59+00:00 qml: remove unused parameter in lockPlayer signal - - - - - 75b0d445 by Pierre Lamot at 2022-07-14T09:47:59+00:00 qml: propagate the lock player signal in player widgets

[vlc-commits] [Git][videolan/vlc][master] flaschen: add support for offset-{x, y, z}

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 22c02e96 by Phil Eichinger at 2022-07-14T09:07:33+00:00 flaschen: add support for offset-{x,y,z} - - - - - 1 changed file: - modules/video_output/flaschen.c Changes: = modules/video

[vlc-commits] [Git][videolan/vlc][master] qt/playlist_controller: Add 'Date' filter

2022-07-14 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 7ae453c8 by Benjamin Arnaud at 2022-07-14T08:51:44+00:00 qt/playlist_controller: Add 'Date' filter For some reason this filter was missing from the filters declaration. - - - - - 1 changed file: - modules/gui/qt/playlist/p

[vlc-commits] [Git][videolan/vlc][master] wasapi: initialize COM from the timer callback

2022-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 5a14c497 by Thomas Guillem at 2022-07-14T08:11:00+00:00 wasapi: initialize COM from the timer callback Even if no problems were reported by the missing init. - - - - - 1 changed file: - modules/audio_output/wasapi.c C

[vlc-commits] [Git][videolan/vlc][master] macosx: Fix content insets in library audio collection view

2022-07-14 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: 22e03ff5 by Claudio Cambra at 2022-07-14T07:59:40+00:00 macosx: Fix content insets in library audio collection view - - - - - 1 changed file: - modules/gui/macosx/library/VLCLibraryWindow.m Changes: =