Go to the documentation of this file.
47 C(1,
return texture(tex,
pos); )
54 C(1,
return 0.50 * texture(tex,
pos) + )
55 C(1, 0.25 * texture(tex,
pos - ivec2(0, 1)) + )
56 C(1, 0.25 * texture(tex,
pos + ivec2(0, 1)); )
63 C(1,
return 0.75 * texture(tex,
pos) + )
64 C(1, 0.25 * texture(tex,
pos - ivec2(0, 1)) + )
65 C(1, 0.25 * texture(tex,
pos + ivec2(0, 1)) + )
66 C(1, -0.125 * texture(tex,
pos - ivec2(0, 2)) + )
67 C(1, -0.125 * texture(tex,
pos + ivec2(0, 2)); )
76 void *spv_opaque =
NULL;
84 spv = ff_vk_spirv_init();
99 s->lowpass ==
VLPF_OFF ? VK_FILTER_NEAREST
100 : VK_FILTER_LINEAR));
102 VK_SHADER_STAGE_COMPUTE_BIT,
111 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
114 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
119 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
122 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
126 .name =
"output_img",
127 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
129 .mem_quali =
"writeonly",
132 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
138 switch (
s->lowpass) {
152 GLSLC(1, vec4 res; );
154 GLSLC(1,
const ivec2
pos = ivec2(gl_GlobalInvocationID.xy); );
155 GLSLC(1,
const vec2 ipos =
pos + vec2(0.5); );
165 GLSLF(1, imageStore(output_img[%
i],
pos, res); ,
i);
218 out, (
AVFrame *[]){ input_top, input_bot }, 2,
219 s->sampler,
NULL, 0));
269 #define OFFSET(x) offsetof(InterlaceVulkanContext, x)
270 #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM)
302 .
p.
name =
"interlace_vulkan",
304 .p.priv_class = &interlace_vulkan_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
static const AVFilterPad interlace_vulkan_outputs[]
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.
int ff_vk_shader_init(FFVulkanContext *s, FFVulkanShader *shd, const char *name, VkPipelineStageFlags stage, const char *extensions[], int nb_extensions, int lg_x, int lg_y, int lg_z, uint32_t required_subgroup_size)
Initialize a shader object, with a specific set of extensions, type+bind, local group size,...
static int config_out_props(AVFilterLink *outlink)
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
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.
AVVulkanDeviceQueueFamily * qf
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define FILTER_INPUTS(array)
This structure describes decoded (raw) audio or video data.
int ff_vk_filter_init(AVFilterContext *avctx)
General lavfi IO functions.
static const AVFilterPad interlace_vulkan_inputs[]
static int interlace_vulkan_filter_frame(AVFilterLink *link, AVFrame *in)
static const AVOption interlace_vulkan_options[]
void ff_vk_uninit(FFVulkanContext *s)
Frees main context.
void(* uninit)(struct FFVkSPIRVCompiler **ctx)
const char * name
Filter name.
static const char lowpass_complex[]
A link between two filters.
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
Link properties exposed to filter code, but not external callers.
#define AV_FRAME_FLAG_TOP_FIELD_FIRST
A flag to mark frames where the top field is displayed first if the content is interlaced.
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.
int ff_vk_shader_add_descriptor_set(FFVulkanContext *s, FFVulkanShader *shd, FFVulkanDescriptorSetBinding *desc, int nb, int singular, int print_to_shader_only)
Add descriptor to a shader.
A filter pad used for either input or output.
s EdgeDetect Foobar g libavfilter vf_edgedetect c libavfilter vf_foobar c edit libavfilter and add an entry for foobar following the pattern of the other filters edit libavfilter allfilters and add an entry for foobar following the pattern of the other filters configure make j< whatever > ffmpeg ffmpeg i you should get a foobar png with Lena edge detected That s your new playground is ready Some little details about what s going which in turn will define variables for the build system and the C
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static char * get_line(AVIOContext *s, AVBPrint *bprint)
void ff_vk_exec_pool_free(FFVulkanContext *s, FFVkExecPool *pool)
#define FILTER_OUTPUTS(array)
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 link
const char * ff_vk_shader_rep_fmt(enum AVPixelFormat pix_fmt, enum FFVkShaderRepFormat rep_fmt)
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
int ff_vk_filter_config_output(AVFilterLink *outlink)
static av_cold int init_filter(AVFilterContext *ctx)
static FilterLink * ff_filter_link(AVFilterLink *link)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
int ff_vk_filter_process_Nin(FFVulkanContext *vkctx, FFVkExecPool *e, FFVulkanShader *shd, AVFrame *out, AVFrame *in[], int nb_in, VkSampler sampler, void *push_src, size_t push_size)
Up to 16 inputs, one output.
int(* init)(AVBSFContext *ctx)
AVFILTER_DEFINE_CLASS(interlace_vulkan)
#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.
static AVRational av_make_q(int num, int den)
Create an AVRational.
static const struct @489 planes[]
int(* compile_shader)(FFVulkanContext *s, struct FFVkSPIRVCompiler *ctx, FFVulkanShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque)
#define AVERROR_EXTERNAL
Generic error in an external library.
static void uninit(AVBSFContext *ctx)
#define i(width, name, range_min, range_max)
int w
agreed upon image width
int ff_vk_shader_link(FFVulkanContext *s, FFVulkanShader *shd, uint8_t *spirv, size_t spirv_len, const char *entrypoint)
Link a shader into an executable.
const char * name
Pad name.
#define AV_FRAME_FLAG_INTERLACED
A flag to mark frames whose content is interlaced.
void(* free_shader)(struct FFVkSPIRVCompiler *ctx, void **opaque)
static void interlace_vulkan_uninit(AVFilterContext *avctx)
AVVulkanDeviceQueueFamily * ff_vk_qf_find(FFVulkanContext *s, VkQueueFlagBits dev_family, VkVideoCodecOperationFlagBitsKHR vid_ops)
Chooses an appropriate QF.
int h
agreed upon image height
@ AV_OPT_TYPE_INT
Underlying C type is int.
AVRational av_mul_q(AVRational b, AVRational c)
Multiply two rationals.
const FFFilter ff_vf_interlace_vulkan
int ff_vk_filter_config_input(AVFilterLink *inlink)
AVFilter p
The public AVFilter.
AVVulkanDeviceContext * hwctx
VkDevice act_dev
Active device.
int ff_vk_init_sampler(FFVulkanContext *s, VkSampler *sampler, int unnorm_coords, VkFilter filt)
Create a sampler.
static const char lowpass_off[]
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable.
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
static const char lowpass_lin[]