summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/lcms.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: add missing PL_COLOR_TRC_ST428 case in lcmsKacper Michajłow2024-03-011-0/+5
* various: avoid function pointer castsKacper Michajłow2024-02-281-2/+1
* csputils: replace more primitives with pl_Kacper Michajłow2024-01-221-7/+7
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-20/+20
* options: remove ancient option fallbacks/deprecationDudemanguy2023-09-211-2/+0
* vo_gpu: vo_gpu_next: support --icc-3dlut-size=autoNiklas Haas2023-09-151-1/+7
* various: correctly ignore cache files with --no-configDudemanguy2023-07-061-6/+7
* vo_gpu/vo_gpu_next: enable gpu shader and icc cache by defaultDudemanguy2023-07-041-0/+1
* vo_gpu: fix some cache related memory leaksDudemanguy2023-07-041-2/+2
* vo_gpu_next: allow to use ICC profile luminance valueKacper Michajłow2023-05-131-0/+1
* player: use XDG_CACHE_HOME by defaultDudemanguy2023-05-091-3/+9
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-121-4/+2
* lcms: fix validate_3dlut_size_optNiklas Haas2022-11-211-4/+1
* lcms: always parse lcms2-related optionsNiklas Haas2022-11-211-40/+34
* vo_gpu: fix 3DLUT precisionNiklas Haas2022-07-151-2/+3
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-031-14/+2
* vo_gpu: replace --icc-contrast by --icc-force-contrastNiklas Haas2021-05-261-41/+40
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-281-1/+2
* options: change option macros and all option declarationswm42020-03-181-10/+10
* video: add pure gamma TRC curves for 2.0, 2.4 and 2.6.Wessel Dankers2019-09-271-0/+3
* lcms: allow infinite contrastzc622019-03-091-1/+1
* vo_gpu: allow higher icc-contrast and improve loggingNiklas Haas2018-05-171-2/+3
* Fix various typos in log messagesNicolas F2017-12-031-1/+1
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+531