summaryrefslogtreecommitdiffstats
path: root/filters/f_hwtransfer.c
Commit message (Expand)AuthorAgeFilesLines
* various: make filter internal function names more descriptivenanahi9 days1-4/+4
* video: don't define IMGFMT_VULKAN conditionallysfan52024-02-261-2/+0
* hwtransfer: actually treat hardware formats as supported input formatsPhilip Langdale2023-12-151-3/+5
* hwtransfer: handle constraints for hwdec with NULL supported_formatsPhilip Langdale2023-10-221-3/+21
* hwtransfer: handle hwcontexts that don't implement frame constraintsPhilip Langdale2023-10-161-3/+49
* hwtransfer: make probe_formats logging less spammyllyyr2023-09-151-7/+26
* hwtransfer: check if the source format is accepted directly by the VOPhilip Langdale2023-08-261-0/+26
* hwtransfer: use the right hardware config to find conversion targetsPhilip Langdale2023-08-261-19/+59
* hwtransfer: implement support for hw->hw format conversionPhilip Langdale2023-08-261-35/+75
* f_hwtransfer: disable vulkan multiplane images when uploading from cudaPhilip Langdale2023-05-281-2/+3
* hwdec_vulkan: add Vulkan HW InteropPhilip Langdale2023-05-281-0/+6
* various: fix typosHarri Nieminen2023-03-281-1/+1
* f_hwtransfer: fix leak of framesconstraintsThomas Weißschuh2023-02-031-0/+1
* filters/f_hwtransfer: remove VAAPI <-> Vulkan mapping for nowPhilip Langdale2022-10-291-4/+0
* vo_dmabuf_wayland: wayland VO displaying dmabuf buffersAaron Boxer2022-10-261-4/+4
* f_hwtransfer: allow hw uploads to implicitly convert formatsPhilip Langdale2022-10-151-26/+47
* f_hwtransfer: accept non-power-of-2 hw uploadsPhilip Langdale2022-10-151-5/+0
* f_hwtransfer: get rid of the shit listPhilip Langdale2022-10-151-46/+0
* f_hwtransfer: mp_image_pool: support HW -> HW mappingPhilip Langdale2022-09-211-1/+46
* f_autoconvert: f_hwtransfer: support HW -> HW uploadsPhilip Langdale2022-09-211-15/+50
* vo: hwdec: do hwdec interop lookup by image formatPhilip Langdale2022-09-211-2/+2
* f_hwtransfer: extend vaapi whitelist with some working formatswm42020-01-171-1/+2
* f_hwtransfer: minor debug logging improvementwm42020-01-171-2/+5
* f_hwtransfer: move format fields to private structwm42020-01-121-24/+37
* f_hwtransfer: restructure and error properly on broken caseswm42020-01-121-20/+24
* f_hwtransfer: slightly better loggingwm42020-01-111-3/+4
* f_hwtransfer: whitelist vaapi formats that actually appear to workwm42020-01-111-3/+50
* f_hwtransfer: change order in which hwdec upload formats are consideredwm42020-01-111-26/+28
* f_hwtransfer: add a mp_hwdownload filterwm42019-10-021-0/+53
* f_hwtransfer: more detailed loggingwm42018-03-151-3/+4
* f_hwtransfer: fix a logic errorwm42018-03-151-2/+2
* video: rewrite filtering glue codewm42018-01-301-0/+299