summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAge
* avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler2021-11-14
* hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne2021-11-13
* hwcontext_vulkan: fix small memory leak when unmappingLynne2021-11-13
* hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne2021-11-13
* hwcontext_vulkan: print error information on queue submission failureLynne2021-11-13
* hwcontext_vulkan: fix DMABUF import format check callLynne2021-11-13
* hwcontext_vulkan: improve CUDA error handlingLynne2021-11-13
* hwcontext_vulkan: close exported memory FD on CUDA import errorLynne2021-11-13
* hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne2021-11-13
* hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne2021-11-13
* hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne2021-11-13
* hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne2021-11-13
* hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne2021-11-12
* hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne2021-11-12
* lavu: move hwcontext_vulkan's function loader into separate filesLynne2021-11-12
* hwcontext_vulkan: clean up extensions code and add additional defaultsLynne2021-11-12
* hwcontext_vulkan: host wait on semaphores before freeing frameLynne2021-11-12
* hwcontext_vulkan: report device that's usedLynne2021-11-12
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-12
* hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne2021-11-12
* hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne2021-11-12
* hwcontext_vulkan: switch to using timeline semaphoresLynne2021-11-12
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-12
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne2021-08-14
* hwcontext_vulkan: fix typo in vulkan_device_init()Lynne2021-06-10
* hwcontext_vulkan: dlopen libvulkanLynne2021-04-30
* hwcontext_vulkan: dynamically load functionsLynne2021-04-30
* avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer2021-04-29
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avutils/vulkan: hwmap, respect src frame resolutionXu Guangxin2021-01-22
* hwcontext_vulkan: wait and signal semaphores when transferring to CUDALynne2020-12-05
* hwcontext_vulkan: reduce priority for PACK32 formatsLynne2020-11-27
* hwcontext_vulkan: optionally enable more functionalityNiklas Haas2020-11-25
* hwcontext_vulkan: support additional pixel formatsLynne2020-11-25
* hwcontext_vulkan: fix incorrect A/0BGR mappingLynne2020-11-25
* hwcontext_vulkan: simplify plane size calculations and support 4-plane formatsLynne2020-11-25
* hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContextLynne2020-11-25
* hwcontext_vulkan: always attempt to map host memory when transferringLynne2020-11-25
* hwcontext_vulkan: check for memory size before choosing typeLynne2020-11-25
* hwcontext_vulkan: correctly access the p->extensions bitmaskLynne2020-11-25
* hwcontext_vulkan: unify download/upload functionsLynne2020-11-25
* hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffersLynne2020-11-25
* hwcontext_vulkan: do not use uninitialized variables on errors in CUDA codeLynne2020-11-25
* hwcontext_vulkan: remove plane size alignment checks when host importingLynne2020-08-02
* hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne2020-05-26
* hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne2020-05-26
* hwcontext_vulkan: initialize the frames context when derivingLynne2020-05-26
* hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-26