summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu_next.c
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu_next: fix screenshots on single-frame filesNiklas Haas2022-07-231-1/+1
* vo_gpu_next: don't crash on !frame->currentNiklas Haas2022-07-181-5/+7
* vo_gpu_next: implement --cscaleNiklas Haas2022-06-241-0/+3
* vo_gpu_next: fix OSD rendering of screenshotsNiklas Haas2022-06-061-5/+6
* vo_gpu_next: avoid 0x0 resizesDudemanguy2022-04-241-2/+4
* vo_gpu_next: switch to unpooled hwdec mappingNiklas Haas2022-04-111-62/+83
* vd_lavc: add vo caps and option to set GPU film grain applicationLynne2022-04-051-1/+5
* vo_gpu_next: apply film grain if such metadata is presentLynne2022-04-051-0/+5
* Revert "vo_gpu_next: remove unnecessary dependency"Niklas Haas2022-04-011-2/+1
* vo_gpu_next: remove unnecessary dependencyNiklas Haas2022-03-291-1/+2
* vo_gpu[_next]: hwdec: fix logging regression when probingPhilip Langdale2022-03-211-3/+3
* vo_gpu_next: also include stride alignment in DR sizeNiklas Haas2022-03-141-2/+3
* vo_gpu_next: fix crash when disabling DR at runtimeNiklas Haas2022-03-081-5/+6
* vo_gpu_next: don't leak mpi on failed uploadNiklas Haas2022-03-081-32/+37
* vo_gpu_next: properly keep track of DR allocationsNiklas Haas2022-03-071-27/+39
* vo_gpu_next: don't allocate dr_buf as part of the AVBufferRefNiklas Haas2022-03-061-20/+9
* vo_gpu_next: add D3D11 RA texture wrapping/unwrapping for hwdecJames Ross-Gowan2022-03-031-1/+21
* vo_gpu_next: add support for hardware decodingNiklas Haas2022-03-031-35/+166
* vo_gpu_next: configure the VO queue size dynamicallyNiklas Haas2022-03-031-12/+21
* vo_gpu_next: remove/simplify plane flipping hacksNiklas Haas2022-02-251-37/+9
* 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