FFmpeg
Data Structures | Macros | Functions | Variables
vf_lumakey.c File Reference
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"

Go to the source code of this file.

Data Structures

struct  LumakeyContext
 

Macros

#define OFFSET(x)   offsetof(LumakeyContext, x)
 
#define FLAGS   AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM
 

Functions

static int do_lumakey_slice8 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 
static int do_lumakey_slice16 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 
static int config_input (AVFilterLink *inlink)
 
static int filter_frame (AVFilterLink *link, AVFrame *frame)
 
static av_cold int query_formats (AVFilterContext *ctx)
 
static int process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
 
 AVFILTER_DEFINE_CLASS (lumakey)
 

Variables

static const AVFilterPad lumakey_inputs []
 
static const AVFilterPad lumakey_outputs []
 
static const AVOption lumakey_options []
 
AVFilter ff_vf_lumakey
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET (   x)    offsetof(LumakeyContext, x)

Definition at line 196 of file vf_lumakey.c.

◆ FLAGS

Definition at line 197 of file vf_lumakey.c.

Function Documentation

◆ do_lumakey_slice8()

static int do_lumakey_slice8 ( AVFilterContext ctx,
void *  arg,
int  jobnr,
int  nb_jobs 
)
static

Definition at line 43 of file vf_lumakey.c.

Referenced by config_input().

◆ do_lumakey_slice16()

static int do_lumakey_slice16 ( AVFilterContext ctx,
void *  arg,
int  jobnr,
int  nb_jobs 
)
static

Definition at line 75 of file vf_lumakey.c.

Referenced by config_input().

◆ config_input()

static int config_input ( AVFilterLink inlink)
static

Definition at line 108 of file vf_lumakey.c.

Referenced by process_command().

◆ filter_frame()

static int filter_frame ( AVFilterLink link,
AVFrame frame 
)
static

Definition at line 132 of file vf_lumakey.c.

◆ query_formats()

static av_cold int query_formats ( AVFilterContext ctx)
static

Definition at line 147 of file vf_lumakey.c.

◆ process_command()

static int process_command ( AVFilterContext ctx,
const char *  cmd,
const char *  args,
char *  res,
int  res_len,
int  flags 
)
static

Definition at line 166 of file vf_lumakey.c.

◆ AVFILTER_DEFINE_CLASS()

AVFILTER_DEFINE_CLASS ( lumakey  )

Variable Documentation

◆ lumakey_inputs

const AVFilterPad lumakey_inputs[]
static
Initial value:
= {
{
.name = "default",
.filter_frame = filter_frame,
.config_props = config_input,
},
{ NULL }
}

Definition at line 178 of file vf_lumakey.c.

◆ lumakey_outputs

const AVFilterPad lumakey_outputs[]
static
Initial value:
= {
{
.name = "default",
},
{ NULL }
}

Definition at line 188 of file vf_lumakey.c.

◆ lumakey_options

const AVOption lumakey_options[]
static
Initial value:
= {
{ "threshold", "set the threshold value", OFFSET(threshold), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, 1, FLAGS },
{ "tolerance", "set the tolerance value", OFFSET(tolerance), AV_OPT_TYPE_DOUBLE, {.dbl=0.01}, 0, 1, FLAGS },
{ "softness", "set the softness value", OFFSET(softness), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, 1, FLAGS },
{ NULL }
}

Definition at line 199 of file vf_lumakey.c.

◆ ff_vf_lumakey

AVFilter ff_vf_lumakey
Initial value:
= {
.name = "lumakey",
.description = NULL_IF_CONFIG_SMALL("Turns a certain luma into transparency."),
.priv_size = sizeof(LumakeyContext),
.priv_class = &lumakey_class,
}

Definition at line 208 of file vf_lumakey.c.

filter_frame
static int filter_frame(AVFilterLink *link, AVFrame *frame)
Definition: vf_lumakey.c:132
LumakeyContext
Definition: vf_lumakey.c:28
AV_OPT_TYPE_DOUBLE
@ AV_OPT_TYPE_DOUBLE
Definition: opt.h:227
lumakey_inputs
static const AVFilterPad lumakey_inputs[]
Definition: vf_lumakey.c:178
outputs
static const AVFilterPad outputs[]
Definition: af_acontrast.c:203
NULL
#define NULL
Definition: coverity.c:32
inputs
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 inputs
Definition: filter_design.txt:243
OFFSET
#define OFFSET(x)
Definition: vf_lumakey.c:196
lumakey_outputs
static const AVFilterPad lumakey_outputs[]
Definition: vf_lumakey.c:188
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
Definition: avfilter.h:126
config_input
static int config_input(AVFilterLink *inlink)
Definition: vf_lumakey.c:108
query_formats
static av_cold int query_formats(AVFilterContext *ctx)
Definition: vf_lumakey.c:147
AVFILTER_FLAG_SLICE_THREADS
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
Definition: avfilter.h:117
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201
process_command
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
Definition: vf_lumakey.c:166
FLAGS
#define FLAGS
Definition: vf_lumakey.c:197
flags
#define flags(name, subs,...)
Definition: cbs_av1.c:561