1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/video_output/vulkan
Rémi Denis-Courmont 80fa0863c4 vout: drop last parameter of vout_display_PlacePicture()
Clipping the picture place computes incorrect values, which cannot be
used for correct rendering. Instead the place should never be clipped,
and the picture should be cropped if one or both coordinates are
negative, or one or both dimensions exceeds the display dimensions.

Fortunately, only one video output used the broken mode.
2018-12-17 23:12:15 +02:00
..
display.c vout: drop last parameter of vout_display_PlacePicture() 2018-12-17 23:12:15 +02:00
instance.c
instance.h
platform_android.c vout/vulkan: add Android extension module 2018-11-07 15:45:26 +01:00
platform_win32.c vout/vulkan: add win32 extension module 2018-11-07 15:45:26 +01:00
platform_xcb.c
platform.h
surface.c