mpv/video/out
Kacper Michajłow 703f158880 builtin.conf: modernize internal profiles
The goal is to provide simple to understand quality/performance level
profiles for the users.

Instead of default and gpu-hq profile. There main profiles were added:
    - fast: can run on any hardware
    - default: balanced profile between quality and performance
    - high-quality: out of the box high quality experience. Intended
      mostly for dGPU.

Summary of three profiles, including default one:

[fast]
scale=bilinear
cscale=bilinear (implicit)
dscale=bilinear
dither=no
correct-downscaling=no
linear-downscaling=no
sigmoid-upscaling=no
hdr-compute-peak=no

[default] (implicit mpv defaults)
scale=lanczos
cscale=lanczos
dscale=mitchell
dither-depth=auto
correct-downscaling=yes
linear-downscaling=yes
sigmoid-upscaling=yes
hdr-compute-peak=yes

[high-quality] (inherits default options)
scale=ewa_lanczossharp
cscale=ewa_lanczossharp (implicit)
hdr-peak-percentile=99.995
hdr-contrast-recovery=0.30
allow-delayed-peak-detect=no
deband=yes
scaler-lut-size=8
2023-09-19 22:26:56 +02:00
..
cocoa
d3d11
gpu builtin.conf: modernize internal profiles 2023-09-19 22:26:56 +02:00
gpu_next
hwdec hwtransfer: use the right hardware config to find conversion targets 2023-08-26 10:07:55 -07:00
mac
opengl context_drm_egl: remove references to VAAPI in error messages 2023-08-20 20:55:57 +02:00
placebo libplacebo: drop PL_API_VER compatibility paths 2023-08-18 16:39:57 +02:00
vulkan vo: vulkan: allow picking devices by UUID 2023-09-04 15:22:20 -07:00
win32 win32: don't load dynamically always available functions 2023-09-01 16:58:56 +02:00
wldmabuf
android_common.c
android_common.h
aspect.c Revert "aspect: change --video-pan-x/y to be relative to the destination rect" 2023-09-02 16:18:31 +00:00
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift
cocoa_common.h
cocoa_common.m build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
dither.c
dither.h
dr_helper.c
dr_helper.h
drm_atomic.c
drm_atomic.h
drm_common.c drm_common: skip cards that don't have connected outputs 2023-08-20 19:59:36 +02:00
drm_common.h
drm_prime.c
drm_prime.h
filter_kernels.c filter_kernels: remove bcspline filter 2023-09-18 17:44:18 +02:00
filter_kernels.h filter_kernels: properly sharpen/blur filter radius 2023-09-16 14:33:45 +02:00
libmpv.h
libmpv_sw.c
meson.build meson: rename all features with underscores 2023-08-20 21:13:37 +00:00
present_sync.c present_sync: allow future timestamps 2023-09-14 22:19:18 +00:00
present_sync.h
vo.c vo: avoid unnecessary redraws when the OSD shows 2023-09-19 13:11:30 -05:00
vo.h vo: change vsync_interval to double 2023-09-09 02:48:35 +00:00
vo_caca.c
vo_direct3d.c
vo_dmabuf_wayland.c vo_dmabuf_wayland: support 90 degree rotations 2023-09-17 19:29:59 -05:00
vo_drm.c
vo_gpu.c
vo_gpu_next.c vo: make cscale follow scale by default 2023-09-19 22:26:56 +02:00
vo_image.c
vo_kitty.c
vo_lavc.c
vo_libmpv.c
vo_mediacodec_embed.c
vo_null.c
vo_rpi.c
vo_sdl.c
vo_sixel.c
vo_tct.c
vo_vaapi.c draw_bmp: fix overflowing coordinates in mark_rcs 2023-07-30 20:06:20 +02:00
vo_vdpau.c vo_vdpau: set hwdec image format 2023-08-02 18:51:02 +00:00
vo_wlshm.c
vo_x11.c
vo_xv.c
w32_common.c win32: remove noisy debug log 2023-09-17 17:14:34 +02:00
w32_common.h
wayland_common.c input: add missing keypad key defines 2023-08-25 15:55:31 +00:00
wayland_common.h
win_state.c
win_state.h
x11_common.c input: add missing keypad key defines 2023-08-25 15:55:31 +00:00
x11_common.h x11: remove xinerama and refactor window geometry 2023-08-20 02:01:39 +00:00