[vlc-commits] [Git][videolan/vlc][master] 12 commits: lib: set libvlc_media_parse_local > 0

2023-04-04 Thread Thomas Guillem (@tguillem)
Thomas Guillem pushed to branch master at VideoLAN / VLC Commits: a82b0976 by Thomas Guillem at 2023-04-04T07:39:58+00:00 lib: set libvlc_media_parse_local > 0 This will allow to use the preparser to only fetch metadata. - - - - - 5d2278c4 by Thomas Guillem at 2023-04-04T07:39:58+00:00 input_

[vlc-commits] [Git][videolan/vlc][master] 6 commits: direct3d11: fix fallback output when best selection fails

2023-04-04 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b1bc1224 by Steve Lhomme at 2023-04-04T11:31:52+00:00 direct3d11: fix fallback output when best selection fails Passing false (0) would result in no format being ever selected. - - - - - f2480265 by Steve Lhomme at 2023-04-04T11:

[vlc-commits] [Git][videolan/vlc][master] 6 commits: frame: remove unused label

2023-04-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 6dad92bf by Rémi Denis-Courmont at 2023-04-04T12:03:15+00:00 frame: remove unused label - - - - - cbe2dfa7 by Rémi Denis-Courmont at 2023-04-04T12:03:15+00:00 frame: use vlc_frame_heap_Alloc() for vlc_frame_Alloc() There a

[vlc-commits] [Git][videolan/vlc][master] gstdecode: fix FTBFS with braces inside case

2023-04-04 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d02a131e by Johannes Kauffmann at 2023-04-04T14:52:09+00:00 gstdecode: fix FTBFS with braces inside case Fixes #27980 - - - - - 1 changed file: - modules/codec/gstreamer/gstdecode.c Changes: =

[vlc-commits] [Git][videolan/vlc][master] demux: avi: fix unwanted padding in odd sized samples

2023-04-04 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 32705bd3 by Francois Cartegnie at 2023-04-05T05:45:30+00:00 demux: avi: fix unwanted padding in odd sized samples regression by c8fe3d812c277821ade872e334e78acc19deaf03 - - - - - 1 changed file: - modules/demux/avi/avi.c Cha

[vlc-commits] [Git][videolan/vlc][master] 2 commits: d3d11_fmt: add a helper to find a hardware/software based d3d_format_t

2023-04-04 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 230fdf54 by Steve Lhomme at 2023-04-05T06:31:54+00:00 d3d11_fmt: add a helper to find a hardware/software based d3d_format_t - - - - - 1b02bcda by Steve Lhomme at 2023-04-05T06:31:54+00:00 d3d11: use D3D11_RenderFormat to get rend