summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu_next.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu_next: avoid rendering subtitles as HDR/wide gamutNiklas Haas2022-02-251-1/+9
* vo_gpu_next: refactor subtitle renderingNiklas Haas2022-02-211-30/+52
* vo_gpu_next: don't crash on negative plane stridesNiklas Haas2022-02-111-5/+34
* vo_gpu_next: create shader cache dir if missingNiklas Haas2022-02-031-0/+1
* vo_gpu_next: fix SUBBITMAP_BGRANiklas Haas2022-01-111-1/+1
* sub: rename SUBBITMAP_RGBA to SUBBITMAP_BGRANiklas Haas2022-01-111-3/+3
* vo_gpu_next: forward dovi metadata to libplaceboNiklas Haas2022-01-091-0/+17
* vo_gpu: add --tone-mapping-modeNiklas Haas2022-01-071-0/+9
* vo_gpu: add --gamut-mapping-modeNiklas Haas2022-01-071-5/+9
* vo_gpu_next: use new HDR metadata optionsNiklas Haas2022-01-071-62/+52
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-14/+19
* vo_gpu_next: fix --target-peak scalingNiklas Haas2021-12-291-1/+1
* vo_gpu_next: implement VOCTRL_EXTERNAL_RESIZEsfan52021-12-191-0/+4
* vo_gpu_next: fix UB in query_format()Niklas Haas2021-12-051-1/+1
* vo_gpu_next: implement VOCTRL_SCREENSHOTNiklas Haas2021-11-281-2/+120
* vo_gpu_next: factor out some common helpersNiklas Haas2021-11-281-43/+63
* vo_gpu_next: guard sentinel in free_dr_bufNiklas Haas2021-11-261-0/+1
* vo_gpu_next: implement OpenGL context supportsfan52021-11-221-5/+13
* vo_gpu_next: factor out context-specific code to gpu_next/context.csfan52021-11-221-27/+17
* vo_gpu_next: respect tagged YUV colorspaceNiklas Haas2021-11-221-1/+2
* vo_gpu_next: apply csp overrides for RGB/XYZ/YUV formatsNiklas Haas2021-11-221-11/+27
* vo_gpu_next: fix timings without interpolationDudemanguy2021-11-211-3/+5
* vo_gpu_next: fix OOM on waylandNiklas Haas2021-11-201-7/+3
* vo_gpu_next: always cache still framesNiklas Haas2021-11-191-1/+3
* vo_gpu_next: fix lancozs typo to lanczosLeo Izen2021-11-191-1/+1
* vo_gpu_next: simplify and improve frame redrawing logicNiklas Haas2021-11-191-14/+6
* vo_gpu_next: fix panning on rotated videosNiklas Haas2021-11-191-4/+10
* vo_gpu_next: Initialize `pl_frame_mix`Starsam802021-11-091-1/+1
* vo_gpu_next: implement HDR passthroughNiklas Haas2021-11-081-0/+60
* vo_gpu_next: drop PL_API_VER checksNiklas Haas2021-11-081-8/+0
* vo_gpu_next: fix resource exhaustion on minimized windowsNiklas Haas2021-11-081-2/+8
* vo_gpu_next: add automatic translation for ewa_lanczossharpNiklas Haas2021-11-071-0/+7
* vo_gpu_next: implement --dither-depthNiklas Haas2021-11-071-0/+8
* vo_gpu_next: remove --builtin-scalers optionNiklas Haas2021-11-071-4/+0
* vo_gpu_next: call start_frame in vulkan/context.cDudemanguy2021-11-041-0/+6
* vo_gpu_next: fix --tone-mapping-param mappingNiklas Haas2021-11-031-0/+2
* vo_gpu_next: add new libplacebo-based rendererNiklas Haas2021-11-031-0/+1264