6041 Commits (1ea2e757f7cba714eefd27efb2f9285078bba4a3)

Author SHA1 Message Date
Philip Langdale 0e7fa8b3ca avutil/random_seed: include stddef.h 1 year ago
James Almer d694c25b44 avutil/random_seed: add av_random_bytes() 1 year ago
James Almer 7a1128ca07 avutil/random_seed: use fread() in read_random() 1 year ago
Tong Wu d51b0580e4 lavu/hwcontext_qsv: fix memory leak for d3d9 impl 1 year ago
Tong Wu 8ea31f694a lavu/hwcontext_qsv: fix memory leak for d3d11va impl 1 year ago
Tong Wu 28ed898ac6 avutil/hwcontext_qsv: register free function for device_derive 1 year ago
Michael Niedermayer 4aa1a42a91
avutil/softfloat: Basic documentation for av_sincos_sf() 1 year ago
Michael Niedermayer d84677abd8
avutil/softfloat: fix av_sincos_sf() 1 year ago
Lynne d0f1d937fe
hwcontext_vulkan: free temporary array once unneeded 1 year ago
Lynne b4d5baa8b0
hwcontext_vulkan: call ff_vk_uninit() on device uninit 1 year ago
Philip Langdale 41be6a5593 lavu/hwcontext_cuda: declare support for rgb32/bgr32 1 year ago
Martin Storsjö d78bffbf3d libavutil: Add version bump for new aarch64 cpu flags 1 year ago
Lynne eff565dc19
hwcontext_vulkan: tune execution pools 1 year ago
Lynne 5f1be341c2
vulkan: discard dependencies when explicitly waiting for execution 1 year ago
Lynne 975cd48bb3
vulkan: synchronize access to execution pool fences 1 year ago
Martin Storsjö c76643021e aarch64: Add Windows runtime detection of the dotprod instructions 1 year ago
Martin Storsjö 9b0052200a aarch64: Add Apple runtime detection of dotprod and i8mm using sysctl 1 year ago
Martin Storsjö 493fcde50a aarch64: Add Linux runtime cpu feature detection using HWCAP_CPUID 1 year ago
Martin Storsjö 397cb623c8 aarch64: Add cpu flags for the dotprod and i8mm extensions 1 year ago
Martin Storsjö fb1b88af77 configure: aarch64: Support assembling the dotprod and i8mm arch extensions 1 year ago
Philip Langdale 378fb40282 avutil/hwcontext_vulkan: disable multiplane when deriving from cuda 1 year ago
Lynne 58f82fc26a
vulkan: replace usage of %lu with %"SIZE_SPECIFIER" 1 year ago
Michael Niedermayer 75918016ab
Move bessel_i0() from swresample/resample to avutil/mathematics 1 year ago
Lynne db1d022781
APIchanges: add hwcontext_vulkan changes and bump lavu minor 1 year ago
Lynne bef86ba86c
APIchanges: add new pixel formats supported and bump lavu minor 1 year ago
Lynne 160a415e22
lavfi: add nlmeans_vulkan filter 1 year ago
Lynne dfff3877b7
vulkan: add support for the atomic float ops extension 1 year ago
Lynne 77478f6793
av1dec: add Vulkan hwaccel 1 year ago
Niklas Haas 9675e54b02
avutil/hwcontext_vulkan: add libplacebo required features 1 year ago
Lynne 05ce6473ac
lavfi: add lavfi-only Vulkan infrastructure 1 year ago
Lynne 51b7fe81be
hwcontext_vulkan: enable additional device properties 1 year ago
Lynne 33fc919bb7
hwcontext_vulkan: remove duplicate code, port to use generic vulkan utils 1 year ago
Lynne 94e17a63a4
hwcontext_vulkan: don't change properties if prepare_frame fails 1 year ago
Lynne 32fc36ee61
hwcontext_vulkan: remove linear+host_visible "fast" path 1 year ago
Lynne 48f85de0e7
hwcontext_vulkan: rewrite to support multiplane surfaces 1 year ago
Lynne a4d63b46d9
vulkan: make GLSL macro functions semicolumn-safe 1 year ago
Lynne 83024beec2
vulkan: enable forcing of full subgroups 1 year ago
Lynne 758f8b26b9
vulkan: add ff_vk_count_images() 1 year ago
Lynne b5eaeb1f13
vulkan: rewrite to support all necessary features 1 year ago
Lynne 721b71da4a
vulkan: return current queue index from ff_vk_qf_rotate() 1 year ago
Lynne b15104ed97
vulkan: add support for retrieving queue, query and video properties 1 year ago
Lynne 6eaf3fe69c
vulkan: add support for queries 1 year ago
Lynne f3fb1b50bb
vulkan: minor indent fix, add support for synchronous submission/waiting 1 year ago
Lynne d386988c39
vulkan: use device properties 2 and add a convenience loader function 1 year ago
Lynne bf69a64135
vulkan: add size tracking to buffer structs 1 year ago
Lynne b18e20a4ee
vulkan: do not wait for device idle when destroying buffers 1 year ago
Lynne 15de0af8f0
vulkan: allow alloc pNext in ff_vk_create_buf 1 year ago
Lynne af48790465
vulkan: support ignoring memory properties when allocating 1 year ago
Lynne 3c2f43d8ee
vulkan: expose ff_vk_alloc_mem() 1 year ago
Lynne fa67ccee37
vulkan: add ff_vk_image_create() 1 year ago