]> git.sesse.net Git - ffmpeg/history - libavutil/hwcontext_vulkan.c
hwcontext_vulkan: dynamically load functions
[ffmpeg] / libavutil / hwcontext_vulkan.c
2021-04-29 Lynnehwcontext_vulkan: dynamically load functions
2021-04-29 James Almeravutil/hwcontext_vulkan: fix format specifiers for...
2021-04-27 Andreas Rheinhardtavutil/buffer: Switch AVBuffer API to size_t
2021-03-10 James Almeravutil: use the buffer_size_t typedef where required
2021-01-22 Xu Guangxinavutils/vulkan: hwmap, respect src frame resolution
2020-12-05 Lynnehwcontext_vulkan: wait and signal semaphores when trans...
2020-11-27 Lynnehwcontext_vulkan: reduce priority for PACK32 formats
2020-11-25 Niklas Haashwcontext_vulkan: optionally enable more functionality
2020-11-25 Lynnehwcontext_vulkan: support additional pixel formats
2020-11-25 Lynnehwcontext_vulkan: fix incorrect A/0BGR mapping
2020-11-25 Lynnehwcontext_vulkan: simplify plane size calculations...
2020-11-25 Lynnehwcontext_vulkan: do not segfault when failing to init...
2020-11-25 Lynnehwcontext_vulkan: always attempt to map host memory...
2020-11-25 Lynnehwcontext_vulkan: check for memory size before choosing...
2020-11-25 Lynnehwcontext_vulkan: correctly access the p->extensions...
2020-11-25 Lynnehwcontext_vulkan: unify download/upload functions
2020-11-25 Lynnehwcontext_vulkan: add VkExternalMemoryBufferCreateInfo...
2020-11-25 Lynnehwcontext_vulkan: do not use uninitialized variables...
2020-08-02 Lynnehwcontext_vulkan: remove plane size alignment checks...
2020-05-26 Lynnehwcontext_vulkan: fix uploading and downloading from...
2020-05-26 Lynnehwcontext_vulkan: check for dedicated allocation when...
2020-05-26 Lynnehwcontext_vulkan: initialize the frames context when...
2020-05-26 Lynnehwcontext_vulkan: use dedicated allocation for buffers...
2020-05-26 Lynnehwcontext_vulkan: use host mapped buffers when uploadin...
2020-05-23 Lynnehwcontext_vulkan: move physical device feature discover...
2020-05-23 Lynnehwcontext_vulkan: split uploading and downloading contexts
2020-05-23 Lynnehwcontext_vulkan: set usage for DRM imports to the...
2020-05-23 Lynnehwcontext_vulkan: do not OR the user-specified usage...
2020-05-23 Lynnehwcontext_vulkan: actually use the frames exec context...
2020-05-23 Lynnehwcontext_vulkan: support user-provided pools
2020-05-23 Lynnehwcontext_vulkan: use all enabled queues for transfers...
2020-05-23 Lynnehwcontext_vulkan: wrap ImageBufs into AVBufferRefs
2020-05-23 Lynnehwcontext_vulkan: expose the enabled device features
2020-05-23 Lynnehwcontext_vulkan: expose the amount of queues for each...
2020-05-23 Lynnehwcontext: add av_hwdevice_ctx_create_derived_opts
2020-05-14 Lynnehwcontext_vulkan: fix incorrect print argument
2020-05-12 Lynnehwcontext_vulkan: don't add the optional VK_KHR_surface...
2020-05-12 Lynnehwcontext_vulkan: don't error on unavailable user-speci...
2020-05-12 Lynnehwcontext_vulkan: use the maximum amount of queues...
2020-05-12 Lynnehwcontext_vulkan: update prepare_frame() for multiple...
2020-05-11 LynneRevert "hwcontext_vulkan: only use one semaphore per...
2020-05-10 Lynnehwcontext_vulkan: convert to general layout and transfe...
2020-05-10 Lynnehwcontext_vulkan: create all images with concurrent...
2020-05-10 Lynnehwcontext_vulkan: fix inverted condition when exporting...
2020-05-10 Lynnehwcontext_vulkan: update debugging layer name
2020-05-10 Lynnehwcontext_vulkan: remove unused internal REQUIRED exten...
2020-05-10 Lynnehwcontext_vulkan: expose enabled device and instance...
2020-05-10 Lynnehwcontext_vulkan: let users enable device and instance...
2020-05-10 Lynnehwcontext_vulkan: optionally enable the VK_KHR_surface...
2020-04-21 Lynnehwcontext_vulkan: correctly download and upload flipped...
2020-04-07 Lynnehwcontext_vulkan: only use one semaphore per image
2020-03-17 Lynnehwcontext_vulkan: fix imported image bitmask
2020-03-12 Lynnehwcontext_vulkan: support more than one plane per DMABU...
2020-03-12 Lynnehwcontext_vulkan: duplicate DMABUF objects before impor...
2020-03-12 Lynnehwcontext_vulkan: initialize semaphores of DMABUF imports
2020-03-12 Lynnehwcontext_vulkan: only convert image layout for transfe...
2020-03-12 Lynnehwcontext_vulkan: minor corrections for DMABUF mapping
2020-02-04 Lynnelavu: add Vulkan hwcontext code