Go to the documentation of this file.
41 #define OFFSET(x) offsetof(WeaveContext, x)
42 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
70 if (!
s->double_weave) {
85 s->planeheight[0] =
s->planeheight[3] =
inlink->h;
88 s->outheight[0] =
s->outheight[3] = 2*
inlink->h;
109 const int field1 = weave ?
s->first_field : (!
s->first_field);
110 const int field2 = weave ? (!
s->first_field) :
s->first_field;
112 for (
int i = 0;
i <
s->nb_planes;
i++) {
113 const int height =
s->planeheight[
i];
114 const int start = (
height * jobnr) / nb_jobs;
115 const int end = (
height * (jobnr+1)) / nb_jobs;
116 const int compensation = 2*end >
s->outheight[
i];
119 out->linesize[
i] * start * 2,
120 out->linesize[
i] * 2,
123 s->linesize[
i], end - start - compensation * field1);
125 out->linesize[
i] * start * 2,
126 out->linesize[
i] * 2,
127 s->prev->data[
i] + start *
s->prev->linesize[
i],
128 s->prev->linesize[
i],
129 s->linesize[
i], end - start - compensation * field2);
160 out->pts =
s->double_weave ?
s->prev->pts : in->
pts / 2;
161 #if FF_API_INTERLACED_FRAME
163 out->interlaced_frame = 1;
164 out->top_field_first = !
s->first_field;
173 if (!
s->double_weave)
208 .priv_class = &weave_class,
220 if (!strcmp(
ctx->filter->name,
"doubleweave"))
227 .
name =
"doubleweave",
229 .priv_class = &weave_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
#define FF_ENABLE_DEPRECATION_WARNINGS
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
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
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
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.
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
const char * name
Filter name.
static const AVFilterPad weave_outputs[]
A link between two filters.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
void av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height)
Copy image plane from src to dst.
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)
static const AVFilterPad weave_inputs[]
#define AV_PIX_FMT_FLAG_HWACCEL
Pixel format is an HW accelerated format.
A filter pad used for either input or output.
static av_cold void uninit(AVFilterContext *ctx)
int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width)
Fill plane linesizes for an image with pixel format pix_fmt and width width.
#define AV_CEIL_RSHIFT(a, b)
AVFILTER_DEFINE_CLASS_EXT(weave, "(double)weave", weave_options)
#define FILTER_OUTPUTS(array)
Describe the class of an AVClass context structure.
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
static FilterLink * ff_filter_link(AVFilterLink *link)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
const AVFilter ff_vf_doubleweave
AVFilterContext * src
source filter
static int query_formats(AVFilterContext *ctx)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
#define i(width, name, range_min, range_max)
int w
agreed upon image width
int ff_filter_get_nb_threads(AVFilterContext *ctx)
Get number of threads for current filter instance.
Used for passing data between threads.
const char * name
Pad name.
#define AV_FRAME_FLAG_INTERLACED
A flag to mark frames whose content is interlaced.
static int config_props_output(AVFilterLink *outlink)
static const AVOption weave_options[]
int h
agreed upon image height
int ff_filter_execute(AVFilterContext *ctx, avfilter_action_func *func, void *arg, int *ret, int nb_jobs)
@ AV_OPT_TYPE_INT
Underlying C type is int.
static int weave_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
#define FF_DISABLE_DEPRECATION_WARNINGS
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable.
static int first_field(const struct video_data *s)
#define AV_PIX_FMT_FLAG_PAL
Pixel format has a palette in data[1], values are indexes in this palette.
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
static av_cold int init(AVFilterContext *ctx)
#define FILTER_QUERY_FUNC(func)
const AVFilter ff_vf_weave