Go to the documentation of this file.
26 #include "config_components.h"
73 frame->sample_aspect_ratio =
s->sar;
77 #define OFFSET(x) offsetof(AspectContext, x)
78 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
94 double var_values[
VARS_NB], res;
101 (
double)
inlink->sample_aspect_ratio.num /
inlink->sample_aspect_ratio.den : 1;
113 *aspect_ratio =
av_d2q(res,
s->max);
117 "Error when evaluating the expression '%s'\n",
s->ratio_expr);
120 if (aspect_ratio->
num < 0 || aspect_ratio->
den <= 0) {
122 "Invalid string '%s' for aspect ratio\n",
s->ratio_expr);
128 #if CONFIG_SETDAR_FILTER
143 if (
s->dar.num &&
s->dar.den) {
146 s->dar.den *
inlink->w, INT_MAX);
162 static const AVOption setdar_options[] = {
172 static const AVFilterPad avfilter_vf_setdar_inputs[] = {
180 static const AVFilterPad avfilter_vf_setdar_outputs[] = {
184 .config_props = setdar_config_props,
192 .priv_class = &setdar_class,
200 #if CONFIG_SETSAR_FILTER
225 static const AVOption setsar_options[] = {
235 static const AVFilterPad avfilter_vf_setsar_inputs[] = {
243 static const AVFilterPad avfilter_vf_setsar_outputs[] = {
247 .config_props = setsar_config_props,
255 .priv_class = &setsar_class,
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
This structure describes decoded (raw) audio or video data.
#define AV_LOG_VERBOSE
Detailed information.
const char * name
Filter name.
static int get_aspect_ratio(AVFilterLink *inlink, AVRational *aspect_ratio)
A link between two filters.
const AVFilter ff_vf_setsar
const AVFilter ff_vf_setdar
int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Reduce a fraction.
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
AVRational sample_aspect_ratio
agreed upon sample aspect ratio
#define FILTER_INPUTS(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
Describe the class of an AVClass context structure.
static void compute_dar(AVRational *dar, AVRational sar, int w, int h)
Rational number (pair of numerator and denominator).
int av_parse_ratio(AVRational *q, const char *str, int max, int log_offset, void *log_ctx)
Parse str and store the parsed ratio in q.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int av_expr_parse_and_eval(double *d, const char *s, const char *const *const_names, const double *const_values, const char *const *func1_names, double(*const *funcs1)(void *, double), const char *const *func2_names, double(*const *funcs2)(void *, double, double), void *opaque, int log_offset, void *log_ctx)
Parse and evaluate an expression.
AVFilterContext * src
source filter
#define AVFILTER_DEFINE_CLASS(fname)
static int filter_frame(AVFilterLink *link, AVFrame *frame)
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational.
const char * name
Pad name.
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
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
static const char *const var_names[]
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
#define FILTER_OUTPUTS(array)
#define flags(name, subs,...)