|
FFmpeg
|
#include "config_components.h"#include "libavutil/avstring.h"#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.h"#include "formats.h"#include "framesync.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | MixContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | FAST_TMIX_SLICE(type, stype, round) |
| #define | MIX_SLICE(type, fun, clip) |
| #define | CLIP8(x, min, max) |
| #define | CLIP16(x, min, max) |
| #define | CLIPF(x, min, max) |
| #define | NOP(x) |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
| #define | TFLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
| static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
| static int | parse_weights (AVFilterContext *ctx) |
| static av_cold int | init (AVFilterContext *ctx) |
| static int | mix_frames (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | process_frame (FFFrameSync *fs) |
| static int | config_output (AVFilterLink *outlink) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| static int | activate (AVFilterContext *ctx) |
Variables | |
| static const AVOption | mix_options [] |
| static const AVFilterPad | outputs [] |
Definition at line 160 of file vf_mix.c.
Referenced by mix_frames().
Definition at line 199 of file vf_mix.c.
Referenced by mix_frames().
| #define OFFSET | ( | x | ) |
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
| #define TFLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM |
|
static |
|
static |
Definition at line 85 of file vf_mix.c.
Referenced by init(), and process_command().
|
static |
|
static |
Definition at line 245 of file vf_mix.c.
Referenced by process_frame().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |