FFmpeg
|
concat audio-video filter More...
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "bufferqueue.h"
#include "internal.h"
#include "video.h"
#include "audio.h"
Go to the source code of this file.
Data Structures | |
struct | ConcatContext |
struct | ConcatContext::concat_in |
Macros | |
#define | FF_BUFQUEUE_SIZE 256 |
#define | TYPE_ALL 2 |
#define | OFFSET(x) offsetof(ConcatContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | F AV_OPT_FLAG_FILTERING_PARAM |
#define | V AV_OPT_FLAG_VIDEO_PARAM |
Variables | |
static const AVOption | concat_options [] |
AVFilter | ff_avf_concat |
concat audio-video filter
Definition in file avf_concat.c.
#define FF_BUFQUEUE_SIZE 256 |
Definition at line 31 of file avf_concat.c.
#define TYPE_ALL 2 |
Definition at line 37 of file avf_concat.c.
Referenced by init(), and query_formats().
#define OFFSET | ( | x | ) | offsetof(ConcatContext, x) |
Definition at line 55 of file avf_concat.c.
#define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 56 of file avf_concat.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 57 of file avf_concat.c.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 58 of file avf_concat.c.
AVFILTER_DEFINE_CLASS | ( | concat | ) |
|
static |
Definition at line 77 of file avf_concat.c.
|
static |
Definition at line 122 of file avf_concat.c.
Referenced by init().
|
static |
Definition at line 163 of file avf_concat.c.
Referenced by flush_segment(), and process_frame().
|
static |
Definition at line 188 of file avf_concat.c.
Referenced by filter_frame().
|
static |
Definition at line 206 of file avf_concat.c.
Referenced by ff_get_video_buffer(), and init().
|
static |
Definition at line 215 of file avf_concat.c.
Referenced by init().
|
static |
Definition at line 224 of file avf_concat.c.
Referenced by init().
|
static |
Definition at line 229 of file avf_concat.c.
Referenced by request_frame().
|
static |
Definition at line 239 of file avf_concat.c.
Referenced by flush_segment().
|
static |
Definition at line 253 of file avf_concat.c.
Referenced by flush_segment().
|
static |
Definition at line 286 of file avf_concat.c.
Referenced by process_command(), and request_frame().
|
static |
Definition at line 323 of file avf_concat.c.
Referenced by init().
|
static |
Definition at line 360 of file avf_concat.c.
|
static |
Definition at line 407 of file avf_concat.c.
|
static |
Definition at line 421 of file avf_concat.c.
|
static |
Definition at line 60 of file avf_concat.c.
AVFilter ff_avf_concat |
Definition at line 434 of file avf_concat.c.