mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
cb1c072534
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. |
||
---|---|---|
.. | ||
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 | ||
utils.h | ||
video_shaders.c | ||
video_shaders.h | ||
video.c | ||
video.h | ||
w32.c | ||
wayland.c | ||
x11.c | ||
x11egl.c |