1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00
mpv/video/out/opengl
wm4 cb1c072534 vo_opengl: remove sharpen scalers, add sharpen sub-option
This turns the old scalers (inherited from MPlayer) into a pre-
processing step (after color conversion and before scaling). The code
for the "sharpen5" scaler is reused for this.

The main reason MPlayer implemented this as scalers was perhaps because
FBOs were too expensive, and making it a scaler allowed to implement
this in 1 pass. But unsharp masking is not really a scaler, and I would
guess the result is more like combining bilinear scaling and unsharp
masking.
2015-09-23 22:43:27 +02:00
..
cocoa.c
common.c
common.h
header_fixes.h
hwdec_dxva2.c
hwdec_vaglx.c
hwdec_vda.c
hwdec_vdpau.c
hwdec.c
hwdec.h
lcms.c
lcms.h
osd.c
osd.h
rpi.c
rpi.h
utils.c vo_opengl: move shader file caching to video.c 2015-09-23 22:13:03 +02:00
utils.h vo_opengl: move shader file caching to video.c 2015-09-23 22:13:03 +02:00
video_shaders.c vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
video_shaders.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
video.c vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
video.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
w32.c
wayland.c
x11.c
x11egl.c