Go to the source code of this file.
static void calc_q_factors |
( |
int |
n, |
|
|
double * |
q |
|
) |
| |
|
static |
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
AVFILTER_DEFINE_CLASS |
( |
asupercut |
| ) |
|
AVFILTER_DEFINE_CLASS |
( |
asubcut |
| ) |
|
AVFILTER_DEFINE_CLASS |
( |
asuperpass |
| ) |
|
AVFILTER_DEFINE_CLASS |
( |
asuperstop |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 353 of file af_asupercut.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 363 of file af_asupercut.c.
Initial value:= {
.name = "asupercut",
.priv_class = &asupercut_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
#define flags(name, subs,...)
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static const AVFilterPad outputs[]
Definition at line 371 of file af_asupercut.c.
Initial value:= {
.name = "asubcut",
.priv_class = &asubcut_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
#define flags(name, subs,...)
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static const AVFilterPad outputs[]
Definition at line 394 of file af_asupercut.c.
const AVOption asuperpass_asuperstop_options[] |
|
static |
Initial value:= {
.name = "asuperpass",
.priv_class = &asuperpass_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
#define flags(name, subs,...)
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static const AVFilterPad outputs[]
Definition at line 419 of file af_asupercut.c.
Initial value:= {
.name = "asuperstop",
.priv_class = &asuperstop_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
#define flags(name, subs,...)
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static const AVFilterPad outputs[]
Definition at line 436 of file af_asupercut.c.