FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | DedotContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | DEFINE_DEDOTCRAWL(name, type, div) |
#define | DEFINE_DERAINBOW(name, type, div) |
#define | OFFSET(x) offsetof(DedotContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
static int | activate (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS (dedot) | |
Variables | |
static const AVOption | dedot_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_vf_dedot |
Definition at line 83 of file vf_dedot.c.
Definition at line 162 of file vf_dedot.c.
#define OFFSET | ( | x | ) | offsetof(DedotContext, x) |
Definition at line 366 of file vf_dedot.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 367 of file vf_dedot.c.
|
static |
Definition at line 59 of file vf_dedot.c.
|
static |
Definition at line 226 of file vf_dedot.c.
|
static |
Definition at line 260 of file vf_dedot.c.
|
static |
Definition at line 358 of file vf_dedot.c.
AVFILTER_DEFINE_CLASS | ( | dedot | ) |
|
static |
Definition at line 369 of file vf_dedot.c.
|
static |
Definition at line 380 of file vf_dedot.c.
|
static |
Definition at line 388 of file vf_dedot.c.
AVFilter ff_vf_dedot |
Definition at line 399 of file vf_dedot.c.