index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
hwcontext_vulkan.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avutil/hwcontext_vulkan: check if created before destroying the device
Wu Jianhua
2021-11-24
1
-1
/
+2
*
hwcontext_vulkan: check for non-flagged transfer queue families
Lynne
2021-11-20
1
-0
/
+7
*
lavu/vulkan: move common Vulkan code from libavfilter to libavutil
Lynne
2021-11-19
1
-7
/
+3
*
avutil/hwcontext_vulkan: add support for exporting memory via Win32 Handles
Timo Rothenpieler
2021-11-14
1
-6
/
+96
*
hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPI
Lynne
2021-11-13
1
-19
/
+11
*
hwcontext_vulkan: fix small memory leak when unmapping
Lynne
2021-11-13
1
-0
/
+1
*
hwcontext_vulkan: wait for semaphores when unmapping from VAAPI
Lynne
2021-11-13
1
-0
/
+10
*
hwcontext_vulkan: print error information on queue submission failure
Lynne
2021-11-13
1
-0
/
+2
*
hwcontext_vulkan: fix DMABUF import format check call
Lynne
2021-11-13
1
-0
/
+4
*
hwcontext_vulkan: improve CUDA error handling
Lynne
2021-11-13
1
-12
/
+14
*
hwcontext_vulkan: close exported memory FD on CUDA import error
Lynne
2021-11-13
1
-0
/
+1
*
hwcontext_vulkan: do not dup() semaphore FDs for CUDA
Lynne
2021-11-13
1
-5
/
+1
*
hwcontext_vulkan: properly migrate queue families with DRM import/export
Lynne
2021-11-13
1
-11
/
+1
*
hwcontext_vulkan: properly migrate between queue families on CUDA import/export
Lynne
2021-11-13
1
-41
/
+52
*
hwcontext_vulkan: properly error out if timeline semaphores are unsupported
Lynne
2021-11-13
1
-0
/
+1
*
hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.h
Lynne
2021-11-12
1
-6
/
+7
*
hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninit
Lynne
2021-11-12
1
-9
/
+3
*
lavu: move hwcontext_vulkan's function loader into separate files
Lynne
2021-11-12
1
-226
/
+67
*
hwcontext_vulkan: clean up extensions code and add additional defaults
Lynne
2021-11-12
1
-8
/
+18
*
hwcontext_vulkan: host wait on semaphores before freeing frame
Lynne
2021-11-12
1
-0
/
+11
*
hwcontext_vulkan: report device that's used
Lynne
2021-11-12
1
-1
/
+6
*
vulkan: add support for encode and decode queues and refactor queue code
Lynne
2021-11-12
1
-117
/
+181
*
hwcontext_vulkan: port CUDA interop to use timeline semaphores
Lynne
2021-11-12
1
-3
/
+25
*
hwcontext_vulkan: fix mapping from/to DRM/VAAPI frames
Lynne
2021-11-12
1
-84
/
+121
*
hwcontext_vulkan: switch to using timeline semaphores
Lynne
2021-11-12
1
-10
/
+81
*
hwcontext_vulkan: bump required Vulkan loader version to 1.2
Lynne
2021-11-12
1
-1
/
+1
*
Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
2021-09-20
1
-2
/
+2
*
hwcontext_vulkan: use GPU memcpy when copying to system RAM
Lynne
2021-08-14
1
-6
/
+6
*
hwcontext_vulkan: fix typo in vulkan_device_init()
Lynne
2021-06-10
1
-1
/
+1
*
hwcontext_vulkan: dlopen libvulkan
Lynne
2021-04-30
1
-4
/
+47
*
hwcontext_vulkan: dynamically load functions
Lynne
2021-04-30
1
-147
/
+365
*
avutil/hwcontext_vulkan: fix format specifiers for some printed variables
James Almer
2021-04-29
1
-3
/
+3
*
avutil/buffer: Switch AVBuffer API to size_t
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avutil: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-1
/
+1
*
avutils/vulkan: hwmap, respect src frame resolution
Xu Guangxin
2021-01-22
1
-5
/
+4
*
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA
Lynne
2020-12-05
1
-0
/
+16
*
hwcontext_vulkan: reduce priority for PACK32 formats
Lynne
2020-11-27
1
-2
/
+5
*
hwcontext_vulkan: optionally enable more functionality
Niklas Haas
2020-11-25
1
-0
/
+6
*
hwcontext_vulkan: support additional pixel formats
Lynne
2020-11-25
1
-4
/
+38
*
hwcontext_vulkan: fix incorrect A/0BGR mapping
Lynne
2020-11-25
1
-2
/
+2
*
hwcontext_vulkan: simplify plane size calculations and support 4-plane formats
Lynne
2020-11-25
1
-53
/
+64
*
hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContext
Lynne
2020-11-25
1
-38
/
+33
*
hwcontext_vulkan: always attempt to map host memory when transferring
Lynne
2020-11-25
1
-33
/
+81
*
hwcontext_vulkan: check for memory size before choosing type
Lynne
2020-11-25
1
-1
/
+7
*
hwcontext_vulkan: correctly access the p->extensions bitmask
Lynne
2020-11-25
1
-2
/
+2
*
hwcontext_vulkan: unify download/upload functions
Lynne
2020-11-25
1
-141
/
+69
*
hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffers
Lynne
2020-11-25
1
-2
/
+14
*
hwcontext_vulkan: do not use uninitialized variables on errors in CUDA code
Lynne
2020-11-25
1
-10
/
+9
*
hwcontext_vulkan: remove plane size alignment checks when host importing
Lynne
2020-08-02
1
-4
/
+4
*
hwcontext_vulkan: fix uploading and downloading from/to flipped images
Lynne
2020-05-26
1
-2
/
+4
[prev]
[next]