[vlc-commits] [Git][videolan/vlc][3.0.x] 9 commits: access/dtv: fix mod leak

2024-01-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC Commits: 072a9d8c by Johannes Kauffmann at 2024-01-13T12:53:36+01:00 access/dtv: fix mod leak (cherry picked from commit b945194f173247b5b812d6c99911dadc220a741e) - - - - - 5a817a90 by Johannes Kauffmann at 2024-01-13T12:55:05+01:00 aout:

[vlc-commits] [Git][videolan/vlc][master] 5 commits: qml: fix video surface scaling

2024-01-17 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: 32836475 by Pierre Lamot at 2024-01-17T13:34:48+00:00 qml: fix video surface scaling QWindow::devicePixelRatio mixes QPlateformWindow::devicePixelRatio (scale factor from the plateform) and QHighDpiScaling::factor (QT_SCALE_FACT

[vlc-commits] [Git][videolan/vlc][master] 5 commits: opencv_wrapper: scope psz_inner_name locally

2024-01-17 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 849635ac by Johannes Kauffmann at 2024-01-17T10:02:56+00:00 opencv_wrapper: scope psz_inner_name locally psz_inner_name was only used in Create(), thus move it out of filter_sys_t struct. This also moves the free() closer to where