[vlc-commits] [Git][videolan/vlc][master] 4 commits: caopengllayer: remove empty spaces

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Nov 7 14:33:13 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
24eb95a5 by Steve Lhomme at 2023-11-07T09:51:52+00:00
caopengllayer: remove empty spaces

- - - - -
f599d4c4 by Steve Lhomme at 2023-11-07T09:51:52+00:00
subpicture: use a separate type to pass a list of SPU regions to render

It contains only the useful fields from subpicture_t.

A display module should not need to know about channels, order, ephemer, fade,
etc.

- - - - -
2d53d9ca by Steve Lhomme at 2023-11-07T09:51:52+00:00
vout: pass the SPU regions to render as const

The display module should not need to modify them.

- - - - -
88d68581 by Steve Lhomme at 2023-11-07T09:51:52+00:00
mmal/vout: reduce indentation

- - - - -


30 changed files:

- include/vlc_spu.h
- include/vlc_subpicture.h
- include/vlc_vout_display.h
- modules/hw/mmal/vout.c
- modules/stream_out/transcode/video.c
- modules/video_output/android/display.c
- modules/video_output/apple/VLCSampleBufferDisplay.m
- modules/video_output/caca.c
- modules/video_output/caopengllayer.m
- modules/video_output/decklink.cpp
- modules/video_output/drm/display.c
- modules/video_output/kva.c
- modules/video_output/libplacebo/display.c
- modules/video_output/macosx.m
- modules/video_output/opengl/display.c
- modules/video_output/opengl/sub_renderer.c
- modules/video_output/opengl/sub_renderer.h
- modules/video_output/opengl/vout_helper.c
- modules/video_output/opengl/vout_helper.h
- modules/video_output/splitter.c
- modules/video_output/vmem.c
- modules/video_output/wayland/shm.c
- modules/video_output/win32/direct3d11.cpp
- modules/video_output/win32/direct3d9.c
- modules/video_output/win32/glwin32.c
- modules/video_output/win32/wingdi.c
- modules/video_output/xcb/render.c
- modules/video_output/xcb/x11.c
- src/libvlccore.sym
- src/misc/subpicture.c


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7d551a510115632f90df2a299dc1d4242bbb459e...88d6858186874a7ce49318d03761e9a4aa95f563

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7d551a510115632f90df2a299dc1d4242bbb459e...88d6858186874a7ce49318d03761e9a4aa95f563
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list