FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | WeaveContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | OFFSET(x) offsetof(WeaveContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS_EXT (weave, "(double)weave", weave_options) | |
static int | query_formats (AVFilterContext *ctx) |
static int | config_props_output (AVFilterLink *outlink) |
static int | weave_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
static av_cold int | init (AVFilterContext *ctx) |
Variables | |
static const AVOption | weave_options [] |
static const AVFilterPad | weave_inputs [] |
static const AVFilterPad | weave_outputs [] |
const AVFilter | ff_vf_weave |
const AVFilter | ff_vf_doubleweave |
#define OFFSET | ( | x | ) | offsetof(WeaveContext, x) |
Definition at line 38 of file vf_weave.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 39 of file vf_weave.c.
AVFILTER_DEFINE_CLASS_EXT | ( | weave | , |
"(double)weave" | , | ||
weave_options | |||
) |
|
static |
Definition at line 52 of file vf_weave.c.
|
static |
Definition at line 59 of file vf_weave.c.
|
static |
Definition at line 91 of file vf_weave.c.
Referenced by filter_frame().
|
static |
Definition at line 125 of file vf_weave.c.
|
static |
Definition at line 162 of file vf_weave.c.
|
static |
Definition at line 197 of file vf_weave.c.
|
static |
Definition at line 41 of file vf_weave.c.
|
static |
Definition at line 169 of file vf_weave.c.
|
static |
Definition at line 177 of file vf_weave.c.
const AVFilter ff_vf_weave |
Definition at line 185 of file vf_weave.c.
const AVFilter ff_vf_doubleweave |
Definition at line 207 of file vf_weave.c.