Commits on Source (11)
-
Steve Lhomme authored165ae570
-
Steve Lhomme authored
We always copy the whole region in a texture/quad.
44f37018 -
Steve Lhomme authored
Rather than the region formatting (ie. placement) of the picture.
1872f641 -
Steve Lhomme authored
So we don't have to deal with all the fields of a regular region. The zoom should only be in the rendered region too.
fca2debb -
Steve Lhomme authored83181fa9
-
Steve Lhomme authored
It's only useful when rendering, not in the source subregions.
1b21e94f -
Steve Lhomme authored
For now only the x/y part of the placement structure are used.
d65ee1fc -
Steve Lhomme authored
So we have all placement fields set for the display modules.
f4247dce -
Steve Lhomme authored
So we can get rid of the whole video_format_t.
41525773 -
Steve Lhomme authored
The SAR has already been applied when resizing the region picture to the destination size. It's not used by any other renderer. This patch works fine with DVD sources that do have a SAR on their region.
6248cdcc -
Steve Lhomme authored
We have either cropping in the source picture or placement in the display coordinates. The picture format also has all the colorimetry we need.
3dc2d018
Showing
- include/vlc_subpicture.h 15 additions, 4 deletionsinclude/vlc_subpicture.h
- modules/access/bluray.c 0 additions, 2 deletionsmodules/access/bluray.c
- modules/hw/mmal/vout.c 5 additions, 5 deletionsmodules/hw/mmal/vout.c
- modules/video_output/android/display.c 11 additions, 13 deletionsmodules/video_output/android/display.c
- modules/video_output/apple/VLCSampleBufferDisplay.m 13 additions, 15 deletionsmodules/video_output/apple/VLCSampleBufferDisplay.m
- modules/video_output/libplacebo/display.c 9 additions, 11 deletionsmodules/video_output/libplacebo/display.c
- modules/video_output/opengl/sub_renderer.c 18 additions, 20 deletionsmodules/video_output/opengl/sub_renderer.c
- modules/video_output/win32/direct3d11.cpp 21 additions, 19 deletionsmodules/video_output/win32/direct3d11.cpp
- modules/video_output/win32/direct3d9.c 11 additions, 13 deletionsmodules/video_output/win32/direct3d9.c
- modules/video_output/xcb/render.c 9 additions, 9 deletionsmodules/video_output/xcb/render.c
- src/misc/subpicture.c 16 additions, 14 deletionssrc/misc/subpicture.c
- src/video_output/vout_subpictures.c 19 additions, 9 deletionssrc/video_output/vout_subpictures.c
- test/modules/video_output/opengl/sub_renderer.c 8 additions, 2 deletionstest/modules/video_output/opengl/sub_renderer.c