Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ VFT
◆ query_formats()
◆ init()
◆ amplify_frame()
◆ config_output()
◆ uninit()
◆ filter_frame()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
amplify |
| ) |
|
◆ amplify_options
Initial value:= {
{
"low",
"set low limit for amplification",
OFFSET(llimit),
AV_OPT_TYPE_INT, {.i64=UINT16_MAX}, 0, UINT16_MAX, .flags =
VFT },
{
"high",
"set high limit for amplification",
OFFSET(hlimit),
AV_OPT_TYPE_INT, {.i64=UINT16_MAX}, 0, UINT16_MAX, .flags =
VFT },
}
Definition at line 285 of file vf_amplify.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 296 of file vf_amplify.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 305 of file vf_amplify.c.
◆ ff_vf_amplify
Initial value:= {
.name = "amplify",
.priv_class = &lify_class,
}
Definition at line 316 of file vf_amplify.c.
static int query_formats(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad inputs[]
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.
static const struct @315 planes[]
static const AVFilterPad outputs[]
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static av_cold int init(AVFilterContext *ctx)
static int config_output(AVFilterLink *outlink)
static const int factor[16]
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define flags(name, subs,...)