aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* avutil/slicethread: Mark avpriv_slicethread_{create,free} as av_coldAndreas Rheinhardt2025-03-261-1/+2
* avutil/slicethread: Remove NULL pointer check when freeingAndreas Rheinhardt2025-03-261-3/+2
* avutil/libm: Only include intfloat.h when neededAndreas Rheinhardt2025-03-222-0/+3
* libavutil/hwcontext_amf: add format validation in transfer_data functionsDmitrii Ovchinnikov2025-03-211-0/+6
* avutil/csp: Improve enum range comparisonsAndreas Rheinhardt2025-03-211-7/+7
* avutil/tests/pixfmt_best: add more semi planar format testsJames Almer2025-03-191-0/+22
* avutil: only duplicate hal2float and float2half in shared buildsJames Almer2025-03-181-0/+2
* vulkan: add support for AV_PIX_FMT_GBRAP32Lynne2025-03-172-1/+12
* vulkan: add ff_vk_exec_add_dep_wait_sem()Lynne2025-03-172-8/+23
* vulkan: unify handling of BGR and simplify ffv1_rctLynne2025-03-172-0/+52
* hwcontext_vulkan: enable VK_KHR_video_maintenance2Lynne2025-03-172-0/+14
* vulkan: workaround BGR storage image undefined behaviourLynne2025-03-171-0/+25
* hwcontext_vulkan: allow using concurrent access images with more than 5 queuesLynne2025-03-171-1/+1
* hwcontext_vulkan: fix downloads; use the common host map function to map fram...Lynne2025-03-171-160/+77
* vulkan: copy host-mapping buffer code from hwcontextLynne2025-03-172-3/+178
* vulkan: add ff_vk_create_imageviewLynne2025-03-172-0/+58
* vulkan: rename ff_vk_set_descriptor_image to ff_vk_shader_update_imgLynne2025-03-172-21/+21
* pixfmt: add AV_PIX_FMT_GBRAP32Lynne2025-03-173-1/+33
* all: Fix doxy comments wrongly designated as trailing ///<Andreas Rheinhardt2025-03-121-1/+1
* hwcontext_vulkan: add support for mapping multiplane images into CUDALynne2025-03-111-102/+160
* avutil/vulkan: Remove unused ff_vk_create_avbuf()Andreas Rheinhardt2025-03-112-38/+0
* avutil/refstruct: Fix documentationAndreas Rheinhardt2025-03-111-5/+5
* avutil/pixfmt: add YAF16 and YAF32 pixel formatsJames Almer2025-03-103-1/+54
* avutil/log: Set AVClass* in av_expr_eval()Andreas Rheinhardt2025-03-081-5/+7
* Added support for direct RGB input to AMF encoderDmitrii Ovchinnikov2025-03-061-0/+2
* avutil/attributes_internal: Add EXTERN macro for extern+hiddenAndreas Rheinhardt2025-03-051-0/+2
* avutil/frame: move side data helpers to a new fileJames Almer2025-03-034-311/+351
* vulkan: take refs of frames using the regular buffer ref pathLynne2025-03-031-6/+14
* avutil/timecode: add ff_timecode_set_smpteTimo Rothenpieler2025-03-024-24/+106
* lavu: bump minor and add APIChanges entry for new GRAY32 pixfmtsLynne2025-03-011-1/+1
* vulkan: add support for AV_PIX_FMT_GRAY32Lynne2025-03-012-3/+5
* pixfmt: add AV_PIX_FMT_GRAY32Lynne2025-03-012-0/+25
* libavutil/vulkan: Expose ff_vk_set_descriptor_imageIndecisiveTurtle2025-02-282-6/+14
* avutil/aarch64/tx_float_neon.S: clean up FFT4_X2Krzysztof Pyrkosz via ffmpeg-devel2025-02-281-24/+8
* hwcontext_vulkan: enable read/write without storageLynne2025-02-271-0/+2
* vulkan: add .buf_elems to FFVulkanDescriptorSetLynne2025-02-212-2/+3
* vulkan: don't query video queue properties unless the extension is enabledLynne2025-02-212-3/+3
* vulkan: fix crash in ff_vk_shader_freeLynne2025-02-181-4/+6
* avutil/frame: Fix direct pointer compare between different arrayZhao Zhili2025-02-171-4/+8
* avutil/log: support logging of date and time informationsoftworkz2025-02-163-4/+40
* random_seed: Improve behaviour with small timer increments with high precisio...Martin Storsjö2025-02-131-0/+26
* random_seed: Reorder if clauses for gathering entropyMartin Storsjö2025-02-131-8/+11
* avutil/hwcontext_amf: fix crash on uninit after init failedKacper Michajłow2025-02-071-2/+4
* avutil/Makefile: fix SKIPHEADERS for AMFJames Almer2025-02-041-1/+1
* avutil: add hwcontext_amf.Dmitrii Ovchinnikov2025-02-049-0/+718
* avutil/hwcontext_cuda: add 4:2:2 pixel format supportDiego de Souza2025-02-021-0/+2
* avutil/cpu: Disable ff_getauxval() on x86Andreas Rheinhardt2025-02-021-0/+2
* avutil/frame: check return value for cropping offsetsLeo Izen2025-01-281-2/+7
* avutil/downmix_info: check for side data allocation success before zeroing itJames Almer2025-01-281-1/+2
* avutil/frame: add a side data prop to signal channel layout dependent typesJames Almer2025-01-253-3/+10