aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/tests/cpu: stop processing the thread countAnton Khirnov2023-07-111-6/+2
* avutil: fix build failure on osx 10.4Pavel Koshevoy2023-07-081-1/+1
* avutil/random_seed: add support for gcrypt and OpenSSL as source of randomnessJames Almer2023-07-061-0/+16
* avutil/random_seed: include stddef.hPhilip Langdale2023-07-051-0/+1
* avutil/random_seed: add av_random_bytes()James Almer2023-07-053-13/+37
* avutil/random_seed: use fread() in read_random()James Almer2023-07-051-11/+12
* lavu/hwcontext_qsv: fix memory leak for d3d9 implTong Wu2023-06-251-2/+10
* lavu/hwcontext_qsv: fix memory leak for d3d11va implTong Wu2023-06-251-4/+8
* avutil/hwcontext_qsv: register free function for device_deriveTong Wu2023-06-251-0/+9
* avutil/softfloat: Basic documentation for av_sincos_sf()Michael Niedermayer2023-06-231-0/+4
* avutil/softfloat: fix av_sincos_sf()Michael Niedermayer2023-06-232-2/+2
* hwcontext_vulkan: free temporary array once unneededLynne2023-06-151-2/+9
* hwcontext_vulkan: call ff_vk_uninit() on device uninitLynne2023-06-151-0/+2
* lavu/hwcontext_cuda: declare support for rgb32/bgr32Philip Langdale2023-06-152-1/+3
* libavutil: Add version bump for new aarch64 cpu flagsMartin Storsjö2023-06-101-1/+1
* hwcontext_vulkan: tune execution poolsLynne2023-06-071-3/+3
* vulkan: discard dependencies when explicitly waiting for executionLynne2023-06-071-0/+3
* vulkan: synchronize access to execution pool fencesLynne2023-06-072-3/+15
* aarch64: Add Windows runtime detection of the dotprod instructionsMartin Storsjö2023-06-061-0/+12
* aarch64: Add Apple runtime detection of dotprod and i8mm using sysctlMartin Storsjö2023-06-061-0/+22
* aarch64: Add Linux runtime cpu feature detection using HWCAP_CPUIDMartin Storsjö2023-06-061-0/+52
* aarch64: Add cpu flags for the dotprod and i8mm extensionsMartin Storsjö2023-06-065-3/+20
* configure: aarch64: Support assembling the dotprod and i8mm arch extensionsMartin Storsjö2023-06-061-0/+11
* avutil/hwcontext_vulkan: disable multiplane when deriving from cudaPhilip Langdale2023-06-031-7/+18
* vulkan: replace usage of %lu with %"SIZE_SPECIFIER"Lynne2023-05-291-1/+1
* Move bessel_i0() from swresample/resample to avutil/mathematicsMichael Niedermayer2023-05-293-1/+109
* APIchanges: add hwcontext_vulkan changes and bump lavu minorLynne2023-05-291-1/+1
* APIchanges: add new pixel formats supported and bump lavu minorLynne2023-05-291-1/+1
* lavfi: add nlmeans_vulkan filterLynne2023-05-291-0/+1
* vulkan: add support for the atomic float ops extensionLynne2023-05-295-1/+33
* av1dec: add Vulkan hwaccelLynne2023-05-293-0/+3
* avutil/hwcontext_vulkan: add libplacebo required featuresNiklas Haas2023-05-291-0/+3
* lavfi: add lavfi-only Vulkan infrastructureLynne2023-05-292-402/+0
* hwcontext_vulkan: enable additional device propertiesLynne2023-05-291-1/+20
* hwcontext_vulkan: remove duplicate code, port to use generic vulkan utilsLynne2023-05-293-811/+209
* hwcontext_vulkan: don't change properties if prepare_frame failsLynne2023-05-291-9/+10
* hwcontext_vulkan: remove linear+host_visible "fast" pathLynne2023-05-291-156/+2
* hwcontext_vulkan: rewrite to support multiplane surfacesLynne2023-05-292-393/+480
* vulkan: make GLSL macro functions semicolumn-safeLynne2023-05-291-6/+22
* vulkan: enable forcing of full subgroupsLynne2023-05-292-3/+16
* vulkan: add ff_vk_count_images()Lynne2023-05-291-0/+9
* vulkan: rewrite to support all necessary featuresLynne2023-05-293-1323/+1357
* vulkan: return current queue index from ff_vk_qf_rotate()Lynne2023-05-292-2/+3
* vulkan: add support for retrieving queue, query and video propertiesLynne2023-05-293-17/+85
* vulkan: add support for queriesLynne2023-05-292-0/+148
* vulkan: minor indent fix, add support for synchronous submission/waitingLynne2023-05-292-2/+27
* vulkan: use device properties 2 and add a convenience loader functionLynne2023-05-292-2/+24
* vulkan: add size tracking to buffer structsLynne2023-05-292-0/+3
* vulkan: do not wait for device idle when destroying buffersLynne2023-05-291-2/+0
* vulkan: allow alloc pNext in ff_vk_create_bufLynne2023-05-292-3/+5