Go to the documentation of this file.
55 #define OFFSET(x) offsetof(FieldHintContext, x)
56 #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM
74 if (!
s->hint_file_str) {
110 s->planeheight[0] =
s->planeheight[3] =
inlink->h;
125 char buf[1024] = { 0 };
127 int tfactor = 0, bfactor = 1;
128 char hint =
'=',
field =
'=';
132 s->frame[0] =
s->frame[1];
133 s->frame[1] =
s->frame[2];
137 else if (!
s->frame[0]) {
144 if (fgets(buf,
sizeof(buf)-1,
s->hint)) {
146 if (buf[0] ==
'#' || buf[0] ==
';') {
148 }
else if (sscanf(buf,
"%"PRId64
",%"PRId64
" %c %c", &tf, &
bf, &hint, &
field) == 4) {
150 }
else if (sscanf(buf,
"%"PRId64
",%"PRId64
" %c", &tf, &
bf, &hint) == 3) {
152 }
else if (sscanf(buf,
"%"PRId64
",%"PRId64
"", &tf, &
bf) == 2) {
168 if (tf > 1 || tf < -1 ||
180 fseek(
s->hint, 0, SEEK_SET);
200 top =
s->frame[1 + tf];
201 bottom =
s->frame[1 +
bf];
226 #if FF_API_INTERLACED_FRAME
228 out->interlaced_frame = 1;
234 #if FF_API_INTERLACED_FRAME
236 out->interlaced_frame = 0;
257 for (p = 0; p <
s->nb_planes; p++) {
259 out->linesize[p] * 2,
263 (
s->planeheight[p] + 1) / 2);
265 out->linesize[p] * 2,
269 (
s->planeheight[p] + 1) / 2);
330 .priv_class = &fieldhint_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
static const AVFilterPad inputs[]
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)
#define AVERROR_EOF
End of file.
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
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.
const AVFilter ff_vf_fieldhint
int ff_request_frame(AVFilterLink *link)
Request an input frame from the filter at the other end of the link.
static av_cold int init(AVFilterContext *ctx)
const char * name
Filter name.
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.
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
#define AV_PIX_FMT_FLAG_HWACCEL
Pixel format is an HW accelerated format.
A filter pad used for either input or output.
static int request_frame(AVFilterLink *outlink)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
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)
#define av_assert0(cond)
assert() equivalent, that is always enabled.
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
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 field
#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.
AVFILTER_DEFINE_CLASS(fieldhint)
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.
#define av_err2str(errnum)
Convenience macro, the return value should be used only directly in function arguments but never stan...
#define AV_PIX_FMT_FLAG_BITSTREAM
All values of a component are bit-wise packed end to end.
AVFilterContext * src
source filter
int w
agreed upon image width
#define FILTER_QUERY_FUNC2(func)
static const AVOption fieldhint_options[]
const char * name
Pad name.
FILE * avpriv_fopen_utf8(const char *path, const char *mode)
Open a file using a UTF-8 filename.
#define AV_FRAME_FLAG_INTERLACED
A flag to mark frames whose content is interlaced.
static int config_input(AVFilterLink *inlink)
int h
agreed upon image height
@ AV_OPT_TYPE_INT
Underlying C type is int.
static const AVFilterPad outputs[]
#define FF_DISABLE_DEPRECATION_WARNINGS
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static av_cold void uninit(AVFilterContext *ctx)
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
#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.
int64_t frame_count_in
Number of past frames sent through the link.