Go to the documentation of this file.
113 NULL, (
int []) { 32, 32, 1 }, 0);
117 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
118 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
122 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
123 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
127 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
128 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
134 VK_SHADER_STAGE_COMPUTE_BIT);
161 if (!
s->initialized) {
164 if (a_fc->
sw_format != b_fc->sw_format) {
166 "Currently the sw format of the first input needs to match the second!\n");
175 progress =
av_clipf((
float)(
s->pts -
s->start_pts) /
s->duration_pts,
179 (
AVFrame *[]){ frame_a, frame_b }, 2,
s->sampler, 1,
199 if (inlink_a->
w != inlink_b->
w || inlink_a->
h != inlink_b->
h) {
201 "(size %dx%d) do not match the corresponding "
202 "second input link %s parameters (size %dx%d)\n",
211 "(%d/%d) does not match the corresponding "
212 "second input link %s timebase (%d/%d)\n",
247 s->inputs_offset_pts = -
frame->pts;
250 frame->pts +=
s->inputs_offset_pts;
257 s->inputs_offset_pts = -status_pts;
290 s->pts = peeked_frame->
pts;
298 if (
s->start_pts >
s->pts) {
315 s->inputs_offset_pts =
s->pts - frame_b->pts;
319 if (
s->pts -
s->start_pts >
s->duration_pts) {
384 return s->passthrough ?
389 #define OFFSET(x) offsetof(XFadeVulkanContext, x)
390 #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM)
442 .
p.
name =
"xfade_vulkan",
444 .p.priv_class = &xfade_vulkan_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
void ff_vk_shader_free(FFVulkanContext *s, FFVulkanShader *shd)
Free a shader.
static int xfade_frame(AVFilterContext *avctx, AVFrame *frame_a, AVFrame *frame_b)
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
#define AVERROR_EOF
End of file.
uint8_t * data
The data buffer.
int ff_vk_exec_pool_init(FFVulkanContext *s, AVVulkanDeviceQueueFamily *qf, FFVkExecPool *pool, int nb_contexts, int nb_queries, VkQueryType query_type, int query_64bit, const void *query_create_pnext)
Allocates/frees an execution pool.
#define AV_TIME_BASE_Q
Internal time base represented as fractional value.
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce output
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
int ff_vk_filter_init(AVFilterContext *avctx)
General lavfi IO functions.
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
static AVFrame * get_video_buffer(AVFilterLink *inlink, int w, int h)
@ AV_OPT_TYPE_DURATION
Underlying C type is int64_t.
static int forward_frame(XFadeVulkanContext *s, AVFilterLink *inlink, AVFilterLink *outlink)
void ff_vk_uninit(FFVulkanContext *s)
Frees main context.
#define SPEC_LIST_ADD(name, idx, val_bits, val)
const char * name
Filter name.
A link between two filters.
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
Link properties exposed to filter code, but not external callers.
int ff_vk_filter_process_Nin(FFVulkanContext *vkctx, FFVkExecPool *e, FFVulkanShader *shd, AVFrame *out, AVFrame *in[], int nb_in, VkSampler sampler, uint32_t wgc_z, void *push_src, size_t push_size)
Up to 16 inputs, one output.
int ff_inlink_consume_frame(AVFilterLink *link, AVFrame **rframe)
Take a frame from the link's FIFO and update the link's stats.
AVFrame * ff_default_get_video_buffer(AVFilterLink *link, int w, int h)
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
const VkAllocationCallbacks * alloc
Custom memory allocator, else NULL.
void * priv
private data for use by the filter
int ff_vk_shader_register_exec(FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd)
Register a shader with an exec pool.
A filter pad used for either input or output.
AVFilterPad * input_pads
array of input pads
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
void ff_inlink_request_frame(AVFilterLink *link)
Mark that a frame is wanted on the link.
#define FILTER_OUTPUTS(array)
static FilterLink * ff_filter_link(AVFilterLink *link)
static void ff_outlink_set_status(AVFilterLink *link, int status, int64_t pts)
Set the status field of a link from the source filter.
AVRational sample_aspect_ratio
agreed upon sample aspect ratio
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers.
void ff_vk_exec_pool_free(FFVulkanContext *s, FFVkExecPool *pool)
AVVulkanDeviceQueueFamily * qf
AVFrame * ff_inlink_peek_frame(AVFilterLink *link, size_t idx)
Access a frame in the link fifo without consuming it.
enum AVPixelFormat sw_format
The pixel format identifying the actual data layout of the hardware frames.
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
AVFilterLink ** inputs
array of pointers to input links
static int activate(AVFilterContext *avctx)
int ff_vk_filter_config_output(AVFilterLink *outlink)
int ff_vk_shader_link(FFVulkanContext *s, FFVulkanShader *shd, const char *spirv, size_t spirv_len, const char *entrypoint)
Link a shader into an executable.
#define SPEC_LIST_CREATE(name, max_length, max_size)
static const AVFilterPad xfade_vulkan_outputs[]
static const AVOption xfade_vulkan_options[]
int ff_inlink_acknowledge_status(AVFilterLink *link, int *rstatus, int64_t *rpts)
Test and acknowledge the change of status on the link.
int(* init)(AVBSFContext *ctx)
void ff_inlink_set_status(AVFilterLink *link, int status)
Set the status on an input link.
int ff_inlink_check_available_frame(AVFilterLink *link)
Test if a frame is available on the link.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
#define AV_NOPTS_VALUE
Undefined timestamp value.
const unsigned char ff_xfade_comp_spv_data[]
AVFilterContext * src
source filter
static const struct @585 planes[]
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf offset
int64_t inputs_offset_pts
AVFrame * ff_null_get_video_buffer(AVFilterLink *link, int w, int h)
static const AVFilterPad xfade_vulkan_inputs[]
int w
agreed upon image width
const char * name
Pad name.
This struct describes a set or pool of "hardware" frames (i.e.
const FFFilter ff_vf_xfade_vulkan
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a frame
int ff_vk_shader_add_push_const(FFVulkanShader *shd, int offset, int size, VkShaderStageFlagBits stage)
Add/update push constants for execution.
#define FILTER_INPUTS(array)
AVVulkanDeviceQueueFamily * ff_vk_qf_find(FFVulkanContext *s, VkQueueFlagBits dev_family, VkVideoCodecOperationFlagBitsKHR vid_ops)
Chooses an appropriate QF.
AVBufferRef * hw_frames_ctx
For hwaccel-format frames, this should be a reference to the AVHWFramesContext describing the frame.
int ff_vk_shader_add_descriptor_set(FFVulkanContext *s, FFVulkanShader *shd, const FFVulkanDescriptorSetBinding *desc, int nb, int singular, int print_to_shader_only)
Add descriptor to a shader.
int h
agreed upon image height
@ AV_OPT_TYPE_INT
Underlying C type is int.
static int config_props_output(AVFilterLink *outlink)
static av_cold int init_vulkan(AVFilterContext *avctx)
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
const unsigned int ff_xfade_comp_spv_len
int ff_vk_filter_config_input(AVFilterLink *inlink)
AVFilter p
The public AVFilter.
AVVulkanDeviceContext * hwctx
VkDevice act_dev
Active device.
#define FF_FILTER_FORWARD_STATUS_BACK_ALL(outlink, filter)
Forward the status on an output link to all input links.
int ff_vk_init_sampler(FFVulkanContext *s, VkSampler *sampler, int unnorm_coords, VkFilter filt)
Create a sampler.
the definition of that something depends on the semantic of the filter The callback must examine the status of the filter s links and proceed accordingly The status of output links is stored in the status_in and status_out fields and tested by the ff_outlink_frame_wanted() function. If this function returns true
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable.
AVFILTER_DEFINE_CLASS(xfade_vulkan)
static av_cold void uninit(AVFilterContext *avctx)
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
int ff_vk_shader_load(FFVulkanShader *shd, VkPipelineStageFlags stage, VkSpecializationInfo *spec, uint32_t wg_size[3], uint32_t required_subgroup_size)
Initialize a shader object.
void ff_filter_set_ready(AVFilterContext *filter, unsigned priority)
Mark a filter ready and schedule it for activation.
AVFilterLink ** outputs
array of pointers to output links