[vlc-commits] [Git][videolan/vlc][master] opengl/sw: don't handle RGB+x as RGB+alpha

2023-10-02 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e34d36a0 by Steve Lhomme at 2023-10-03T06:28:41+00:00 opengl/sw: don't handle RGB+x as RGB+alpha The alpha component value will be undefined but treated as an actual alpha value. - - - - - 1 changed file: - modules/video_outpu

[vlc-commits] [Git][videolan/vlc][master] 6 commits: opengl: gl_util: use early return

2023-10-02 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1744f25c by Alexandre Janniaux at 2023-10-03T05:04:01+00:00 opengl: gl_util: use early return - - - - - c0373d30 by Alexandre Janniaux at 2023-10-03T05:04:01+00:00 opengl: gl_util: reindent after last changes - - - - - e09743a4 b

[vlc-commits] [Git][videolan/vlc][master] dxa9: fix crash when there is not extra converter

2023-10-02 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 17377f4b by Steve Lhomme at 2023-10-02T12:57:17+00:00 dxa9: fix crash when there is not extra converter It's a legit case already handled in various places. - - - - - 1 changed file: - modules/hw/d3d9/dxa9.c Changes: