Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-04lavu/hwcontext_vulkan: support mapping VUYX, P012, and XV36Philip Langdale
2022-03-14avutil/hwcontext_vulkan: fix typo in undefZhao Zhili
2022-02-02hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili
2022-01-21lavu/hwcontext_vulkan: clear dangling pointers on map failureAnton Khirnov
2022-01-05avutil/hwcontext_vulkan: fixed incorrect memory offsetWu Jianhua
2022-01-03hwcontext_vulkan: remove VK_EXT_hdr_metadata from autoloaded extensions listLynne
2021-12-10hwcontext_vulkan: wait on semaphores when exporting to DRMLynne
2021-12-10hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen
2021-12-10hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen
2021-12-10hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen
2021-11-27hwcontext_vulkan: use correct return value for allocation failureLynne
2021-11-26avutil/hwcontext_vulkan: fully support customizable validation layersWu Jianhua
2021-11-24avutil/hwcontext_vulkan: check if created before destroying the instanceWu Jianhua
2021-11-24avutil/hwcontext_vulkan: check if created before destroying the deviceWu Jianhua
2021-11-20hwcontext_vulkan: check for non-flagged transfer queue familiesLynne
2021-11-19lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne
2021-11-14avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler
2021-11-13hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne
2021-11-13hwcontext_vulkan: fix small memory leak when unmappingLynne
2021-11-13hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne
2021-11-13hwcontext_vulkan: print error information on queue submission failureLynne
2021-11-13hwcontext_vulkan: fix DMABUF import format check callLynne
2021-11-13hwcontext_vulkan: improve CUDA error handlingLynne
2021-11-13hwcontext_vulkan: close exported memory FD on CUDA import errorLynne
2021-11-13hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne
2021-11-13hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne
2021-11-13hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne
2021-11-13hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne
2021-11-12hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne
2021-11-12hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne
2021-11-12lavu: move hwcontext_vulkan's function loader into separate filesLynne
2021-11-12hwcontext_vulkan: clean up extensions code and add additional defaultsLynne
2021-11-12hwcontext_vulkan: host wait on semaphores before freeing frameLynne
2021-11-12hwcontext_vulkan: report device that's usedLynne
2021-11-12vulkan: add support for encode and decode queues and refactor queue codeLynne
2021-11-12hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne
2021-11-12hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne
2021-11-12hwcontext_vulkan: switch to using timeline semaphoresLynne
2021-11-12hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-14hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne
2021-06-10hwcontext_vulkan: fix typo in vulkan_device_init()Lynne
2021-04-30hwcontext_vulkan: dlopen libvulkanLynne
2021-04-30hwcontext_vulkan: dynamically load functionsLynne
2021-04-29avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avutil: use the buffer_size_t typedef where requiredJames Almer
2021-01-22avutils/vulkan: hwmap, respect src frame resolutionXu Guangxin
2020-12-06hwcontext_vulkan: wait and signal semaphores when transferring to CUDALynne
2020-11-27hwcontext_vulkan: reduce priority for PACK32 formatsLynne