[vlc-commits] [Git][videolan/vlc][master] 2 commits: gstreamer: fix -Wformat warnings

2023-04-06 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7f5485d6 by Johannes Kauffmann at 2023-04-06T21:22:33+00:00 gstreamer: fix -Wformat warnings - - - - - 34e98057 by Johannes Kauffmann at 2023-04-06T21:22:33+00:00 gstreamer: remove extra semicolons - - - - - 4 changed

[vlc-commits] [Git][videolan/vlc][master] 8 commits: demux: avi: exclude SPU from invalid timescale

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 60f17ae9 by Francois Cartegnie at 2023-04-06T18:25:00+00:00 demux: avi: exclude SPU from invalid timescale refs #17475 - - - - - 4b8b108f by Francois Cartegnie at 2023-04-06T18:25:00+00:00 demux: avi: set XSUB source size - - -

[vlc-commits] [Git][videolan/vlc][master] compat: always use _aligned_malloc/_aligned_free on Windows

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: d91e21ae by Steve Lhomme at 2023-04-06T17:12:47+00:00 compat: always use _aligned_malloc/_aligned_free on Windows We dont need the mingw custom code. Its available in msvcrt.dll and UCRT. Its better to use the same code between

[vlc-commits] [Git][videolan/vlc][master] meson: replace deprecated get_pkgconfig_variable method

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 6c687c20 by Marvin Scholz at 2023-04-06T15:43:10+00:00 meson: replace deprecated get_pkgconfig_variable method - - - - - 1 changed file: - modules/meson.build Changes: =

[vlc-commits] [Git][videolan/vlc][master] access/dshow: only use the includes we need

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 953ff5b6 by Steve Lhomme at 2023-04-06T11:06:42+00:00 access/dshow: only use the includes we need We dont need a special vlc_dshow.h including a lot of things. - - - - - 5 changed files: - modules/access/Makefile.am -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: meson: fix MFT linking with external libraries

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f1f5e270 by Steve Lhomme at 2023-04-06T08:36:16+00:00 meson: fix MFT linking with external libraries The module needs to use dependencies for such dependencies. - - - - - cb8268f2 by Steve Lhomme at 2023-04-06T08:36:16+00:00

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: Add the 'qt-safe-area' option

2023-04-06 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 0f784508 by Benjamin Arnaud at 2023-04-06T08:14:26+00:00 qt: Add the qt-safe-area option - - - - - bba3eed2 by Benjamin Arnaud at 2023-04-06T08:14:26+00:00 qt/mainctx: Add the safeArea property - - - - - 5d7fa7f6 by Benjamin

[vlc-commits] [Git][videolan/vlc][master] 4 commits: fourcc: add QOI

2023-04-06 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: b710e792 by Tristan Matthews at 2023-04-05T09:51:06-04:00 fourcc: add QOI QOI - The “Quite OK Image Format” for fast, lossless image compression See: https://github.com/phoboslab/qoi - - - - - cd2f48d4 by Tristan Matthews