[vlc-commits] [Git][videolan/vlc][master] mft: Add a prefix to local definitions of GUIDs

2021-07-14 Thread @mstorsjo
Martin Storsjö pushed to branch master at VideoLAN / VLC Commits: 850e0bcf by Martin Storsjö at 2021-07-14T18:21:19+00:00 mft: Add a prefix to local definitions of GUIDs This fixes building with the very latest nightly version of mingw-w64. In

[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt: player: use lambda to static initialize cbs

2021-07-14 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 1f743fa7 by Alexandre Janniaux at 2021-07-14T17:57:42+00:00 qt: player: use lambda to static initialize cbs The callbacks needed to be defined with the correct order and without oversight since C++14 doesnt support

[vlc-commits] [Git][videolan/vlc][master] vout: remove duplicate variable

2021-07-14 Thread Romain Vimont (@rom1v)
Romain Vimont pushed to branch master at VideoLAN / VLC Commits: a28a9dd7 by Romain Vimont at 2021-07-14T16:34:06+00:00 vout: remove duplicate variable A variable vout was an alias for sys to avoid renames. - - - - - 1 changed file: - src/video_output/video_output.c Changes:

[vlc-commits] [Git][videolan/vlc][master] vout: explicitly release picture_t

2021-07-14 Thread Romain Vimont (@rom1v)
Romain Vimont pushed to branch master at VideoLAN / VLC Commits: 8db45908 by Romain Vimont at 2021-07-14T16:13:08+00:00 vout: explicitly release picture_t The picture_t was released implicitly from vout_dispay_Display(). If the caller explicitly wants to check if the display callback is NULL

[vlc-commits] [Git][videolan/vlc][master] 6 commits: Introduce VLC_EACCES error code

2021-07-14 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 2e4165c0 by Rémi Denis-Courmont at 2021-07-14T14:53:16+00:00 Introduce VLC_EACCES error code EACCES means that an operation is not possible in the current state. This is not to be confused with EPERM meaning that the user

[vlc-commits] [Git][videolan/vlc][master] 3 commits: deinterlace: purge 3dNow

2021-07-14 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 327bf56c by Lyndon Brown at 2021-07-14T08:49:42+00:00 deinterlace: purge 3dNow - - - - - 118ede5b by Lyndon Brown at 2021-07-14T08:49:42+00:00 configure: purge 3dNow - - - - - 75bca603 by Lyndon Brown at

[vlc-commits] [Git][videolan/vlc][master] gradfun: purge MMXEXT

2021-07-14 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: b2dc6a56 by Lyndon Brown at 2021-07-13T20:24:17+00:00 gradfun: purge MMXEXT - - - - - 2 changed files: - modules/video_filter/gradfun.c - modules/video_filter/gradfun.h Changes: =