116616 Commits (46cbe4ab5c4fc288c23c5ea45f691f5fc7691e7d)
 

Author SHA1 Message Date
Anton Khirnov 46cbe4ab5c fftools/cmdutils: split stream specifier parsing and matching 5 months ago
Anton Khirnov e1b38680b7 fftools/cmdutils: put stream specifier handling back into cmdutils 5 months ago
Anton Khirnov 93227a68f1 fftools/ffmpeg: replace remaining uses of MATCH_PER_STREAM_OPT() 5 months ago
Anton Khirnov e218bde9f9 fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 5 months ago
James Almer 82085a3e0a avcodec/avcodec_internal: fix type definition for the new functions 5 months ago
James Almer 472fbee812 avformat/movenc: don't look at previous track_id as it may not be set 5 months ago
James Almer 41307ff3e9 avfilter/video: don't zero allocated buffers if memory poisoning is used 5 months ago
James Almer 8d700eab85 tests/iamf: match stream group by id in some tests 5 months ago
Anton Khirnov deee00e2eb lavc/decode: reindent after previous commit 5 months ago
Anton Khirnov 5acbdd2264 lavc: convert frame threading to the receive_frame() pattern 5 months ago
Anton Khirnov 4d209dada7 lavc/decode: reindent 5 months ago
Anton Khirnov 048e978e8e lavc/decode: wrap AV_FRAME_FLAG_DISCARD handling in a loop 5 months ago
Anton Khirnov 64743b45b5 lavc/internal: document the precise meaning of AVCodecInternal.draining 5 months ago
Anton Khirnov d94cfd4900 lavc/thread: move generic-layer API to avcodec_internal.h 5 months ago
Anton Khirnov 8d5efc2182 lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged 5 months ago
Anton Khirnov 15bdca054f lavc/ffv1dec: drop code handling AV_PIX_FMT_FLAG_PAL 5 months ago
Michael Niedermayer 43cde54fc1
avdevice/dshow: Initialize 2 pointers 5 months ago
Michael Niedermayer 189bc840b0
avcodec/dxva2_*: Initialize dxva_data_ptr 5 months ago
Michael Niedermayer 1d6a2aebae
avcodec/dxva2: initialize hr in ff_dxva2_common_end_frame() 5 months ago
Michael Niedermayer 2232c4cc8c
avcodec/dxva2: initialize validate 5 months ago
Michael Niedermayer 489c05b9c3
avcodec/dxva2: Initialize ConfigBitstreamRaw 5 months ago
Michael Niedermayer c8c59e9929
avcodec/dxva2: Initialize dxva_size and check it 5 months ago
Michael Niedermayer b98125e5a5
avfilter/vf_xfade: Compute w2, h2 with float 5 months ago
Michael Niedermayer f802d65de0
avfilter/vf_v360: Assert that vf was initialized 5 months ago
Michael Niedermayer 9229587c2d
avfilter/vf_unsharp_opencl: Use AV_VIDEO_MAX_PLANES 5 months ago
Michael Niedermayer e5c0f56ca0
avfilter/vf_tonemap_opencl: Dereference after NULL check 5 months ago
Michael Niedermayer 22ee55a1da
avfilter/af_surround: Check output format 5 months ago
Michael Niedermayer 43b62b7e0c
avfilter/vf_xfade_opencl: Check ff_inlink_consume_frame() for failure 5 months ago
Michael Niedermayer 191a685010
avformat/lmlm4: Eliminate some AVERROR(EIO) 5 months ago
Michael Niedermayer 239f7e6c71
avformat/lmlm4: Move subtraction after check 5 months ago
Lynne e25667f9f1
hwcontext_vulkan: ignore false positive validation errors 5 months ago
Lynne ef11a6456d
hwcontext_vulkan: do not chain structs of unsupported extensions in vkCreateDevice 5 months ago
Lynne 12080ff040
nlmeans_vulkan: fix uninitialized reads 5 months ago
Lynne 680d969a30
vulkan_decode: port to the new queue family API 5 months ago
Lynne d6c08a41cb
vulkan: load queue families upon loading properties 5 months ago
Lynne 0b25f0bc1d
hwcontext_vulkan: correct comment in header 5 months ago
Lynne 1c05661ec4
vulkan_decode: add \n to error message 5 months ago
Lynne 5f0f1f7b7a
libavutil: deprecate the old Vulkan queue API, add doc/APIchanges entries 5 months ago
Lynne 83cd77563f
vulkan: add support for encode feedback queries 5 months ago
Lynne 2ce0e51503
hwcontext_vulkan: add support for Vulkan encoding 5 months ago
Lynne ca591e6b50
vulkan_decode: force layered_dpb to 0 when dedicated_dpb is 0 5 months ago
Lynne 8eac11105b
vulkan: use allocator callback for buffer creation 5 months ago
Lynne 55adcb4fc5
hwcontext_vulkan: add support for VK_EXT_shader_object 5 months ago
Lynne 12f868cab5
vulkan_shaderc: add debug information to shaders 5 months ago
Lynne c19af16f8d
hwcontext_vulkan: enable storageBuffer16BitAccess if available 5 months ago
Lynne 2f7dfb0d15
vulkan_shaderc: fix error reporting for certain errors 5 months ago
Lynne 957d34784a
hwcontext_vulkan: constify validation layer features table 5 months ago
Lynne 9e606b33a8
hwcontext_vulkan: add HOST_CACHED flag to transfer buffer 5 months ago
Lynne aea4d4b423
hwcontext_vulkan: rewrite upload/download 5 months ago
Lynne 81c5d4ea0e
hwcontext_vulkan: remove unused struct 5 months ago