|
unsigned | avfilter_version (void) |
|
const char * | avfilter_configuration (void) |
|
const char * | avfilter_license (void) |
|
int | avfilter_pad_count (const AVFilterPad *pads) |
|
const char * | avfilter_pad_get_name (const AVFilterPad *pads, int pad_idx) |
|
enum AVMediaType | avfilter_pad_get_type (const AVFilterPad *pads, int pad_idx) |
|
int | avfilter_link (AVFilterContext *src, unsigned srcpad, AVFilterContext *dst, unsigned dstpad) |
|
void | avfilter_link_free (AVFilterLink **link) |
|
attribute_deprecated int | avfilter_link_get_channels (AVFilterLink *link) |
|
attribute_deprecated void | avfilter_link_set_closed (AVFilterLink *link, int closed) |
|
int | avfilter_config_links (AVFilterContext *filter) |
|
int | avfilter_process_command (AVFilterContext *filter, const char *cmd, const char *arg, char *res, int res_len, int flags) |
|
const AVFilter * | av_filter_iterate (void **opaque) |
|
attribute_deprecated void | avfilter_register_all (void) |
|
attribute_deprecated int | avfilter_register (AVFilter *filter) |
|
const attribute_deprecated AVFilter * | avfilter_next (const AVFilter *prev) |
|
const AVFilter * | avfilter_get_by_name (const char *name) |
|
int | avfilter_init_str (AVFilterContext *ctx, const char *args) |
|
int | avfilter_init_dict (AVFilterContext *ctx, AVDictionary **options) |
|
void | avfilter_free (AVFilterContext *filter) |
|
int | avfilter_insert_filter (AVFilterLink *link, AVFilterContext *filt, unsigned filt_srcpad_idx, unsigned filt_dstpad_idx) |
|
const AVClass * | avfilter_get_class (void) |
|
AVFilterGraph * | avfilter_graph_alloc (void) |
|
AVFilterContext * | avfilter_graph_alloc_filter (AVFilterGraph *graph, const AVFilter *filter, const char *name) |
|
AVFilterContext * | avfilter_graph_get_filter (AVFilterGraph *graph, const char *name) |
|
int | avfilter_graph_create_filter (AVFilterContext **filt_ctx, const AVFilter *filt, const char *name, const char *args, void *opaque, AVFilterGraph *graph_ctx) |
|
void | avfilter_graph_set_auto_convert (AVFilterGraph *graph, unsigned flags) |
|
int | avfilter_graph_config (AVFilterGraph *graphctx, void *log_ctx) |
|
void | avfilter_graph_free (AVFilterGraph **graph) |
|
AVFilterInOut * | avfilter_inout_alloc (void) |
|
void | avfilter_inout_free (AVFilterInOut **inout) |
|
int | avfilter_graph_parse (AVFilterGraph *graph, const char *filters, AVFilterInOut *inputs, AVFilterInOut *outputs, void *log_ctx) |
|
int | avfilter_graph_parse_ptr (AVFilterGraph *graph, const char *filters, AVFilterInOut **inputs, AVFilterInOut **outputs, void *log_ctx) |
|
int | avfilter_graph_parse2 (AVFilterGraph *graph, const char *filters, AVFilterInOut **inputs, AVFilterInOut **outputs) |
|
int | avfilter_graph_send_command (AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) |
|
int | avfilter_graph_queue_command (AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, int flags, double ts) |
|
char * | avfilter_graph_dump (AVFilterGraph *graph, const char *options) |
|
int | avfilter_graph_request_oldest (AVFilterGraph *graph) |
|
Main libavfilter public API header
См. определение в файле avfilter.h