aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* avutil/downmix_info: zero the allocated bufferJames Almer2025-01-251-1/+3
* libavutil/pixfmt: 16bit float supportMichael Niedermayer2025-01-212-0/+85
* vulkan: enable using .elems field for buffer content definitionsLynne2025-01-221-3/+11
* avutil/avstring: dont mess with NULL pointers in av_match_list()Michael Niedermayer2025-01-171-2/+4
* hwcontext_vulkan: check if semaphores are exportable before enabling exportingLynne2025-01-132-19/+41
* avutil/frame.h: improve documentation for AV_FRAME_FLAG_LOSSLESSLeo Izen2025-01-111-1/+5
* avutil/frame: add AV_FRAME_SIDE_DATA_FLAG_NEW_REFJames Almer2025-01-103-11/+15
* avcodec/frame: add AV_FRAME_FLAG_LOSSLESSMarton Balint2025-01-051-0/+4
* avutil/channel_layout: fix definition of 5.1.4 layoutJames Almer2025-01-032-2/+2
* avutil/channel_layout: add a 5.1.2 layout using side channelsJames Almer2025-01-033-2/+5
* hwcontext_vulkan: add VK_EXT_layer_settings to optional instance extensionsLynne2025-01-031-0/+1
* avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum()Michael Niedermayer2024-12-241-2/+2
* avutil/frame: add missing size dependent prop to LCEVC payload side dataJames Almer2024-12-231-1/+1
* avutil/frame: add av_frame_side_data_remove_by_props()Niklas Haas2024-12-233-1/+25
* avutil/frame: add AV_SIDE_DATA_PROP_{SIZE,COLOR}_DEPENDENTNiklas Haas2024-12-233-14/+28
* avutil/frame: add AVSideDataDescriptor for AV_FRAME_DATA_VIDEO_HINTNiklas Haas2024-12-231-0/+1
* configure: add option to statically link to libvulkanLynne2024-12-231-0/+9
* vulkan: do not reinvent a queue context structLynne2024-12-233-41/+27
* vulkan: remove pointless mutex locksLynne2024-12-232-12/+2
* hwcontext_vulkan: disable validation layer threading warningsLynne2024-12-231-0/+1
* hwcontext_vulkan: do not enable portability subset by defaultLynne2024-12-231-0/+2
* avutil/mem_internal: Don't include stdalign.h on MSVCMartin Storsjö2024-12-181-0/+2
* avutil/vulkan_glslang: Fix build failureZhao Zhili2024-12-171-1/+1
* lavc/container_fifo: move to lavu and make publicAnton Khirnov2024-12-153-0/+351
* lavc/refstruct: move to lavu and make publicAnton Khirnov2024-12-154-1/+686
* avutil/file: fix av_file_map file mapping on WindowsKacper Michajłow2024-12-151-1/+1
* avutil/channel_layout: simplify the 22.2 layout definitionJames Almer2024-12-131-1/+1
* avutil/channel_layout: add a 9.1.6 layoutJames Almer2024-12-133-1/+4
* avutil/tests/color_utils: reduce accuracy threshold to pass to 1e-7Hendrik Leppkes2024-12-071-1/+1
* avutil/tests/color_utils: add tests for av_csp_itu_eotfNiklas Haas2024-12-051-0/+110
* avutil/csp: add EOTF function definitionsNiklas Haas2024-12-053-1/+239
* avutil/csp: add av_csp_trc_inv_from_id()Niklas Haas2024-12-054-14/+163
* avutil/tests/color_utils: clean up slightly (cosmetic)Niklas Haas2024-12-051-16/+18
* avutil/csp: eliminate redundant branchNiklas Haas2024-12-051-5/+1
* avutil/csp: fix documentation of av_csp_trc_functionNiklas Haas2024-12-051-2/+6
* configure: Add wasm as a fake archZhao Zhili2024-12-046-0/+56
* avutil/mem_internal: Don't use alignas for MSVCZhao Zhili2024-12-021-0/+4
* avutil/mem_internal: local align should always workZhao Zhili2024-11-291-24/+4
* avutil/mem_internal: define DECLARE_ALIGNED as C11's alignasZhao Zhili2024-11-291-19/+8
* vulkan: fix use of atomics for the current context indexLynne2024-11-282-12/+4
* ffv1enc_vulkan: switch to receive_packetLynne2024-11-261-0/+1
* vulkan: only wait for fences on uninit if the context had a submissionLynne2024-11-261-1/+2
* vulkan: zero out AVBufferRef in case of failureLynne2024-11-261-0/+4
* vulkan: only apply shortcut for next context selection if selection has a sub...Lynne2024-11-261-1/+2
* vulkan: add opaque field to execution contextsLynne2024-11-261-0/+3
* hwcontext_vulkan: take disable_multiplane into account when checking for formatsLynne2024-11-261-2/+2
* hwcontext_vulkan: require storage properties to claim formats as supportedLynne2024-11-261-2/+2
* hwcontext_vulkan: add support for AV_PIX_FMT_GBRAP10/12/14Lynne2024-11-262-1/+9
* hwcontext_vulkan: add support for AV_PIX_FMT_GBRP12/14/16Lynne2024-11-262-3/+12
* hwcontext_vulkan: add support for AV_PIX_FMT_GRAY10/12/14Lynne2024-11-262-0/+6