summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAge
* 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
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-26
* hwcontext_vulkan: move physical device feature discovery to device_initLynne2020-05-23
* hwcontext_vulkan: split uploading and downloading contextsLynne2020-05-23
* hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne2020-05-23
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-23
* hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne2020-05-23
* hwcontext_vulkan: support user-provided poolsLynne2020-05-23
* hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne2020-05-23
* hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne2020-05-23
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-23
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-23
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* hwcontext_vulkan: fix incorrect print argumentLynne2020-05-14
* hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne2020-05-12
* hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne2020-05-12
* hwcontext_vulkan: use the maximum amount of queues for each familyLynne2020-05-12
* hwcontext_vulkan: update prepare_frame() for multiple semaphores when exportingLynne2020-05-12
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-11
* hwcontext_vulkan: convert to general layout and transfer queue when exportingLynne2020-05-10
* hwcontext_vulkan: create all images with concurrent sharing modeLynne2020-05-10
* hwcontext_vulkan: fix inverted condition when exporting images to drm_primeLynne2020-05-10
* hwcontext_vulkan: update debugging layer nameLynne2020-05-10
* hwcontext_vulkan: remove unused internal REQUIRED extension flagLynne2020-05-10
* hwcontext_vulkan: expose enabled device and instance extensionsLynne2020-05-10
* hwcontext_vulkan: let users enable device and instance extensions using optionsLynne2020-05-10
* hwcontext_vulkan: optionally enable the VK_KHR_surface extension if availableLynne2020-05-10