aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: fix exporting multi-plane DRM modifiersRussell Greene27 hours1-10/+94
* hwcontext_vulkan: enable uniformBufferStandardLayoutLynne27 hours1-0/+1
* hwcontext_vulkan: temporarily disable host_image_copyLynne27 hours1-1/+0
* all: fix typos found by codespellTimo Rothenpieler3 days28-44/+44
* all: fix whitespace/new-line issuesTimo Rothenpieler3 days5-5/+0
* avutil/hwcontext_qsv: fix format specifier for HRESULTKacper Michajłow4 days1-10/+10
* hwcontext_vulkan: transfer exclusive images to correct queue family in drm->v...vytskalt4 days1-1/+1
* avfilter: add scale_d3d11 filterDash Santosh6 days1-0/+4
* lavu/spherical: Add support for Spherical Immersive typeVittorio Giovara6 days3-1/+8
* avutil/hwcontext_amf: add device cache sizeAraz Iusubov8 days1-1/+3
* avutil/hmac: avoid calling functions through pointer of invalid typeKacper Michajłow2025-07-221-27/+41
* avutil/avstring: shrink allocation from av_get_token to fit tokenKacper Michajłow2025-07-221-2/+3
* avutil/xga_font_data: add getters to access the shared arraysJames Almer2025-07-222-0/+22
* lavu: add av_scanf_format() and use it on av_sscanf()Jacob Lifshay2025-07-223-2/+4
* avutil/hwcontext: Add ohcodec device and pixel formatZhao Zhili2025-07-189-2/+98
* avutil/hwcontext_vulkan: don't over-map buffers with prior paddingNiklas Haas2025-07-151-1/+2
* avcodec/nvdec: switch to proper pixfmts on next major bumpTimo Rothenpieler2025-07-111-0/+2
* avutils/pixfmt: add YUV444/GBRP 10 and 12 bit MSB formatsTimo Rothenpieler2025-07-112-0/+111
* avutil/hwcontext_videotoolbox: fix unused variable warningMarvin Scholz2025-07-071-3/+1
* avcodec/nvdec: fix 10bit output pixel formatsTimo Rothenpieler2025-07-041-1/+2
* avutil/frame: add a 3D Reference Displays Information side data typeJames Almer2025-07-013-1/+13
* avutil: add an API to handle 3D Reference Displays InformationJames Almer2025-07-014-1/+218
* hwcontext_vulkan: fix issues with importing a deviceLynne2025-06-271-7/+9
* acvodec/amfenc: Enable use of AMF Surface in multiple encodersDmitrii Ovchinnikov2025-06-261-1/+2
* hwcontext_vulkan: fix 85c0364b703Lynne2025-06-241-0/+3
* hwcontext_vulkan: add workaround for broken Nvidia driversLynne2025-06-241-0/+6
* hwcontext_vulkan: move ReBAR check into a new function and use it laterLynne2025-06-241-17/+26
* avutil/hwcontext_vulkan: disable host transfers if ReBAR is disabledNiklas Haas2025-06-221-4/+21
* vulkan: maintain compatibility with old headersLynne2025-06-172-14/+14
* avutil: Fix linking x86 asm constants with Clang in MSVC modeMartin Storsjö2025-06-131-2/+2
* avutil/hwcontext_videotoolbox: fix color primaries checkJun Zhao2025-06-131-1/+1
* avutil/intmath: use AV_HAS_BUILTIN to detect builtin availabilityKacper Michajłow2025-06-122-9/+7
* vulkan: maintain compatibility with older headersLynne2025-06-122-3/+3
* hwcontext_vulkan: fix image copyLynne2025-06-112-15/+28
* vulkan: fix leak in FFVkExecPoolaverne2025-06-111-0/+2
* hwcontext_vulkan: use host image copyLynne2025-06-115-2/+165
* hwcontext_vulkan: add a setting to limit queuesLynne2025-06-101-2/+15
* hwcontext_vulkan: minimize queue allocation on NVIDIALynne2025-06-101-1/+19
* hwcontext_vulkan: do not use optical flow queueus by defaultLynne2025-06-101-8/+0
* avutil/x86/intmath: remove inline asm implementations for clip functionsJames Almer2025-06-071-62/+0
* avutil/frame: Fix av_realloc_array() argument orderAndreas Rheinhardt2025-06-061-2/+2
* avutil/frame: Use av_memdup() for duplicating extended data arrayAndreas Rheinhardt2025-06-061-3/+2
* avutil/frame: Always return error upon errorAndreas Rheinhardt2025-06-061-4/+1
* avutil/hwcontext_amf: fix error logging on amf_init_from_device.Dmitrii Ovchinnikov2025-06-061-19/+21
* avutil/hwcontext_amf: add support for d3d12va initialisationDmitrii Ovchinnikov2025-06-061-0/+36
* avutil/vulkan: automatically enable shader device address usage bitNiklas Haas2025-05-281-0/+10
* avutil/vulkan: add YUVA pixel formats supportNiklas Haas2025-05-282-2/+30
* avutil/refstruct: Remove redundant checkAndreas Rheinhardt2025-05-221-1/+1
* avutil/avassert: Add av_unreachable() and av_assume() macrosAndreas Rheinhardt2025-05-212-1/+43
* hwcontext_vulkan: fix build with old Vulkan header versionsLynne2025-05-211-1/+1