summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: support video-target-paramsnanahi2024-03-271-0/+1
* vo_gpu/vo_gpu_next: rework --alpha into --background optionDudemanguy2024-02-261-6/+5
* player: rename --background to --background-colorDudemanguy2024-02-261-1/+1
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-1/+0
* vo_gpu: don't pass ra_fbo by valueKacper Michajłow2023-11-281-1/+1
* vo_gpu_next: add --target-gamut optionNiklas Haas2023-11-081-0/+1
* vo_gpu: apply ICC profile and dithering only to window screenshotssfan52023-11-071-1/+2
* vo_gpu: remove --scaler-lut-sizeNiklas Haas2023-09-251-2/+0
* vo_gpu: remove --scale-cutoff etcNiklas Haas2023-09-251-1/+0
* vo_gpu: remove --tone-mapping-modeNiklas Haas2023-09-011-9/+0
* vo_gpu_next: add --hdr-peak-percentileNiklas Haas2023-08-041-0/+1
* vo_gpu_next: add --hdr-contrast-recovery/smoothnessNiklas Haas2023-07-181-0/+2
* vo_gpu_next: add --target-contrast optionKacper Michajłow2023-07-171-0/+1
* vo_gpu_next: add missing --gamut-mapping-mode optionsNiklas Haas2023-06-211-1/+6
* vo: hwdec: Pass the ra_ctx to hwdecs instead of just the raPhilip Langdale2023-05-281-1/+2
* vo_gpu_next: remove --tone-mapping-crosstalkNiklas Haas2023-05-241-1/+0
* player: use XDG_CACHE_HOME by defaultDudemanguy2023-05-091-0/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-13/+13
* vo_gpu_next: add --tone-mapping-visualizeNiklas Haas2023-02-191-0/+1
* vo_gpu_next: expose --tone-mapping=st2094-40 and st2094-10Niklas Haas2023-02-131-0/+2
* vo: add `int flags` to the get_image signatureNiklas Haas2023-01-231-1/+1
* vo_gpu_next: add tunable shader parametersNiklas Haas2022-11-111-0/+1
* vo_gpu[_next]: hwdec: fix logging regression when probingPhilip Langdale2022-03-211-1/+2
* vo_gpu: move hwdec loading code to common helperNiklas Haas2022-03-031-1/+1
* vo_gpu: hwdec: load hwdec interops on-demand by defaultPhilip Langdale2022-02-171-1/+2
* vo_gpu: add --tone-mapping-modeNiklas Haas2022-01-071-2/+9
* vo_gpu: add --gamut-mapping-modeNiklas Haas2022-01-071-2/+9
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-0/+5
* vo_gpu: add better gamut clipping optionNiklas Haas2020-06-191-0/+1
* vo_gpu: add BT.2390 tone-mappingNiklas Haas2020-06-151-0/+1
* vf_gpu: render subtitleswm42019-11-301-1/+2
* vo_gpu: implement error diffusion for ditheringBin Jin2019-06-161-0/+2
* vo_gpu: use dB units for scene change detectionNiklas Haas2019-02-181-2/+2
* vo_gpu: allow boosting dark scenes when tone mappingNiklas Haas2019-02-181-0/+1
* vo_gpu: redesign peak detection algorithmNiklas Haas2019-02-181-3/+3
* vo_gpu: improve tone mapping desaturationNiklas Haas2019-02-181-5/+10
* vo_gpu: split --linear-scaling into two separate optionsNiklas Haas2018-10-191-1/+2
* vo_gpu: remove a dead declarationwm42018-02-281-1/+0
* vo_gpu: introduce --target-peakNiklas Haas2018-02-201-1/+1
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-0/+4
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-111-1/+7
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-111-1/+1
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-051-1/+1
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-2/+5
* vo_gpu: fix video sometimes not being rerendered on equalizer changewm42017-10-171-1/+0
* vo_gpu: make the vertex attribs dynamicNiklas Haas2017-09-281-4/+0
* vo_gpu: simplify structs / namesNiklas Haas2017-09-221-2/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-0/+194