5999 Commits (e821e6c21de9b71fcf287252d155468f116c19e4)

Author SHA1 Message Date
Lynne f3fb1b50bb
vulkan: minor indent fix, add support for synchronous submission/waiting 2 years ago
Lynne d386988c39
vulkan: use device properties 2 and add a convenience loader function 2 years ago
Lynne bf69a64135
vulkan: add size tracking to buffer structs 2 years ago
Lynne b18e20a4ee
vulkan: do not wait for device idle when destroying buffers 2 years ago
Lynne 15de0af8f0
vulkan: allow alloc pNext in ff_vk_create_buf 2 years ago
Lynne af48790465
vulkan: support ignoring memory properties when allocating 2 years ago
Lynne 3c2f43d8ee
vulkan: expose ff_vk_alloc_mem() 2 years ago
Lynne fa67ccee37
vulkan: add ff_vk_image_create() 2 years ago
Lynne e8fce74abf
vulkan: add ff_vk_qf_fill() 2 years ago
Lynne b5e333bba7
vulkan: add pNext argument to ff_vk_create_buf() 2 years ago
Lynne a0d47a2ad9
vulkan: fix comment statement about exec_queue blocking 2 years ago
Lynne 619b1265a2
vulkan: add additional error codes 2 years ago
Lynne 0c9c0e40fb
vulkan: define VK_NO_PROTOTYPES 2 years ago
Lynne 92ddd415bc
vulkan: lock queues before submitting operations 2 years ago
Lynne 9b385b480f
hwcontext_vulkan: enable GPU-assisted validation when debugging 2 years ago
Lynne e5e12c5078
hwcontext_vulkan: load query-related functions 2 years ago
Lynne d4cb48dd00
hwcontext_vulkan: support PREP_MODE_DECODING in prepare_frame() 2 years ago
Lynne 6dfa29a58d
hwcontext_vulkan: add functions for video decoding 2 years ago
Lynne 571756bf2f
hwcontext_vulkan: use VK_EXT_physical_device_drm to derive DRM to Vulkan 2 years ago
Lynne e11fd1abdb
hwcontext_vulkan: do not require libdrm to map VAAPI devices 2 years ago
Lynne f50bc930a4
hwcontext_vulkan: add support for descriptor buffers 2 years ago
Lynne c5702abf71
hwcontext_vulkan: report nonCoherentAtomSize 2 years ago
Lynne b0af92572f
hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_size 2 years ago
Lynne 211c910aca
hwcontext_vulkan: rename and expand vk_pixfmt_map to append VK_NULL_FORMAT 2 years ago
Lynne e0f2d2e702
hwcontext_vulkan: remove contiguous memory path/mode 2 years ago
Lynne 46a77c6496
hwcontext_vulkan: support threadsafe queue and frame operations 2 years ago
Lynne 2a1fd2814f
hwcontext_vulkan: use portability subset if available 2 years ago
Lynne 74b202b839
hwcontext_vulkan: enable VK_KHR_synchronization2 if supported 2 years ago
Lynne fddfb0ebf8
hwcontext_vulkan: enable support for YCbCr samplers 2 years ago
Lynne 59707cc485
hwcontext_vulkan: initialize and require instance version 1.3 2 years ago
Lynne 0bda3340a3
lavu: add 12-bit 2-plane 422 and 444 pixel formats 2 years ago
yuanhecai 82278e8749
avutil/la: Add function performance testing 2 years ago
James Almer 4d885271bb avutil/mathematics: add missing constants 2 years ago
James Almer 4adb6da7a6 avutil/frame: remove one layer of indirection in av_frame_replace() 2 years ago
James Almer 01d444c077 avutil/frame: add av_frame_replace 2 years ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Anton Khirnov d45a296732 lavu/frame: extend AVFrame.repeat_pict documentation 2 years ago
James Almer 0fc9c1f682 avutil/version: bump minor after recent changes 2 years ago
James Almer 3e06f6f040 avutil/frame: deprecate key_frame 2 years ago
James Almer cc11191fda avutil/frame: add a keyframe flag to AVFrame 2 years ago
James Almer 599abc0f3a avutil/frame: deprecate interlaced_frame and top_field_first 2 years ago
James Almer 2df4e054d4 avutil/frame: add new interlaced and top_field_first flags 2 years ago
Rémi Denis-Courmont 0e580806d8 riscv/intmath: use builtins for counting ones 2 years ago
Rémi Denis-Courmont 7dcb5e1ab0 riscv/bswap: use compiler builtins 2 years ago
Sil Vilerino a9a2ddaea8 lavu/hwcontext_qsv: Update after adding support for VAAPI on Windows 2 years ago
Sil Vilerino d54127c41a lavu/hwcontext_vaapi: Add Windows/VAAPI support with vaGetDisplayWin32 2 years ago
Michael Niedermayer eddf7e2a3e
avutil/tx_priv: Use unsigned in BF() to avoid signed overflows 2 years ago
James Almer 92885f2681 avutil/wchar_filename: propagate MultiByteToWideChar() and WideCharToMultiByte() failures 2 years ago
Zhao Zhili f0f596dbc6 avutil/internal: remove timer.h again 2 years ago
Niklas Haas 4eaaa38d3d avutil: make av_frame_get_plane_buffer accept a const AVFrame* 2 years ago