| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/tests/cpu: stop processing the thread count | Anton Khirnov | 2023-07-11 | 1 | -6/+2 |
* | avutil: fix build failure on osx 10.4 | Pavel Koshevoy | 2023-07-08 | 1 | -1/+1 |
* | avutil/random_seed: add support for gcrypt and OpenSSL as source of randomness | James Almer | 2023-07-06 | 1 | -0/+16 |
* | avutil/random_seed: include stddef.h | Philip Langdale | 2023-07-05 | 1 | -0/+1 |
* | avutil/random_seed: add av_random_bytes() | James Almer | 2023-07-05 | 3 | -13/+37 |
* | avutil/random_seed: use fread() in read_random() | James Almer | 2023-07-05 | 1 | -11/+12 |
* | lavu/hwcontext_qsv: fix memory leak for d3d9 impl | Tong Wu | 2023-06-25 | 1 | -2/+10 |
* | lavu/hwcontext_qsv: fix memory leak for d3d11va impl | Tong Wu | 2023-06-25 | 1 | -4/+8 |
* | avutil/hwcontext_qsv: register free function for device_derive | Tong Wu | 2023-06-25 | 1 | -0/+9 |
* | avutil/softfloat: Basic documentation for av_sincos_sf() | Michael Niedermayer | 2023-06-23 | 1 | -0/+4 |
* | avutil/softfloat: fix av_sincos_sf() | Michael Niedermayer | 2023-06-23 | 2 | -2/+2 |
* | hwcontext_vulkan: free temporary array once unneeded | Lynne | 2023-06-15 | 1 | -2/+9 |
* | hwcontext_vulkan: call ff_vk_uninit() on device uninit | Lynne | 2023-06-15 | 1 | -0/+2 |
* | lavu/hwcontext_cuda: declare support for rgb32/bgr32 | Philip Langdale | 2023-06-15 | 2 | -1/+3 |
* | libavutil: Add version bump for new aarch64 cpu flags | Martin Storsjö | 2023-06-10 | 1 | -1/+1 |
* | hwcontext_vulkan: tune execution pools | Lynne | 2023-06-07 | 1 | -3/+3 |
* | vulkan: discard dependencies when explicitly waiting for execution | Lynne | 2023-06-07 | 1 | -0/+3 |
* | vulkan: synchronize access to execution pool fences | Lynne | 2023-06-07 | 2 | -3/+15 |
* | aarch64: Add Windows runtime detection of the dotprod instructions | Martin Storsjö | 2023-06-06 | 1 | -0/+12 |
* | aarch64: Add Apple runtime detection of dotprod and i8mm using sysctl | Martin Storsjö | 2023-06-06 | 1 | -0/+22 |
* | aarch64: Add Linux runtime cpu feature detection using HWCAP_CPUID | Martin Storsjö | 2023-06-06 | 1 | -0/+52 |
* | aarch64: Add cpu flags for the dotprod and i8mm extensions | Martin Storsjö | 2023-06-06 | 5 | -3/+20 |
* | configure: aarch64: Support assembling the dotprod and i8mm arch extensions | Martin Storsjö | 2023-06-06 | 1 | -0/+11 |
* | avutil/hwcontext_vulkan: disable multiplane when deriving from cuda | Philip Langdale | 2023-06-03 | 1 | -7/+18 |
* | vulkan: replace usage of %lu with %"SIZE_SPECIFIER" | Lynne | 2023-05-29 | 1 | -1/+1 |
* | Move bessel_i0() from swresample/resample to avutil/mathematics | Michael Niedermayer | 2023-05-29 | 3 | -1/+109 |
* | APIchanges: add hwcontext_vulkan changes and bump lavu minor | Lynne | 2023-05-29 | 1 | -1/+1 |
* | APIchanges: add new pixel formats supported and bump lavu minor | Lynne | 2023-05-29 | 1 | -1/+1 |
* | lavfi: add nlmeans_vulkan filter | Lynne | 2023-05-29 | 1 | -0/+1 |
* | vulkan: add support for the atomic float ops extension | Lynne | 2023-05-29 | 5 | -1/+33 |
* | av1dec: add Vulkan hwaccel | Lynne | 2023-05-29 | 3 | -0/+3 |
* | avutil/hwcontext_vulkan: add libplacebo required features | Niklas Haas | 2023-05-29 | 1 | -0/+3 |
* | lavfi: add lavfi-only Vulkan infrastructure | Lynne | 2023-05-29 | 2 | -402/+0 |
* | hwcontext_vulkan: enable additional device properties | Lynne | 2023-05-29 | 1 | -1/+20 |
* | hwcontext_vulkan: remove duplicate code, port to use generic vulkan utils | Lynne | 2023-05-29 | 3 | -811/+209 |
* | hwcontext_vulkan: don't change properties if prepare_frame fails | Lynne | 2023-05-29 | 1 | -9/+10 |
* | hwcontext_vulkan: remove linear+host_visible "fast" path | Lynne | 2023-05-29 | 1 | -156/+2 |
* | hwcontext_vulkan: rewrite to support multiplane surfaces | Lynne | 2023-05-29 | 2 | -393/+480 |
* | vulkan: make GLSL macro functions semicolumn-safe | Lynne | 2023-05-29 | 1 | -6/+22 |
* | vulkan: enable forcing of full subgroups | Lynne | 2023-05-29 | 2 | -3/+16 |
* | vulkan: add ff_vk_count_images() | Lynne | 2023-05-29 | 1 | -0/+9 |
* | vulkan: rewrite to support all necessary features | Lynne | 2023-05-29 | 3 | -1323/+1357 |
* | vulkan: return current queue index from ff_vk_qf_rotate() | Lynne | 2023-05-29 | 2 | -2/+3 |
* | vulkan: add support for retrieving queue, query and video properties | Lynne | 2023-05-29 | 3 | -17/+85 |
* | vulkan: add support for queries | Lynne | 2023-05-29 | 2 | -0/+148 |
* | vulkan: minor indent fix, add support for synchronous submission/waiting | Lynne | 2023-05-29 | 2 | -2/+27 |
* | vulkan: use device properties 2 and add a convenience loader function | Lynne | 2023-05-29 | 2 | -2/+24 |
* | vulkan: add size tracking to buffer structs | Lynne | 2023-05-29 | 2 | -0/+3 |
* | vulkan: do not wait for device idle when destroying buffers | Lynne | 2023-05-29 | 1 | -2/+0 |
* | vulkan: allow alloc pNext in ff_vk_create_buf | Lynne | 2023-05-29 | 2 | -3/+5 |