FFmpeg
|
#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.h"
#include "internal.h"
#include "framesync.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | StackItem |
struct | StackContext |
Macros | |
#define | OFFSET(x) offsetof(StackContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static av_cold int | init (AVFilterContext *ctx) |
static int | process_slice (AVFilterContext *ctx, void *arg, int job, int nb_jobs) |
static int | process_frame (FFFrameSync *fs) |
static int | config_output (AVFilterLink *outlink) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | activate (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS_EXT (stack, "(h|v)stack", stack_options) | |
Variables | |
static const AVOption | stack_options [] |
static const AVFilterPad | outputs [] |
#define OFFSET | ( | x | ) | offsetof(StackContext, x) |
Definition at line 435 of file vf_stack.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 436 of file vf_stack.c.
|
static |
Definition at line 65 of file vf_stack.c.
|
static |
Definition at line 79 of file vf_stack.c.
|
static |
Definition at line 141 of file vf_stack.c.
Referenced by process_frame().
|
static |
Definition at line 164 of file vf_stack.c.
Referenced by config_output().
|
static |
Definition at line 194 of file vf_stack.c.
|
static |
Definition at line 420 of file vf_stack.c.
|
static |
Definition at line 429 of file vf_stack.c.
AVFILTER_DEFINE_CLASS_EXT | ( | stack | , |
"(h|v)stack" | , | ||
stack_options | |||
) |
|
static |
Definition at line 437 of file vf_stack.c.
|
static |
Definition at line 445 of file vf_stack.c.