FFmpeg
|
#include <dlfcn.h>
#include <ladspa.h>
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | LADSPAContext |
Macros | |
#define | OFFSET(x) offsetof(LADSPAContext, x) |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Variables | |
static const AVOption | ladspa_options [] |
static const AVFilterPad | ladspa_outputs [] |
const AVFilter | ff_af_ladspa |
LADSPA wrapper
Definition in file af_ladspa.c.
#define OFFSET | ( | x | ) | offsetof(LADSPAContext, x) |
Definition at line 72 of file af_ladspa.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 73 of file af_ladspa.c.
AVFILTER_DEFINE_CLASS | ( | ladspa | ) |
|
static |
Definition at line 94 of file af_ladspa.c.
Referenced by filter_frame().
|
static |
Definition at line 109 of file af_ladspa.c.
Referenced by filter_frame(), init(), and request_frame().
|
static |
Definition at line 161 of file af_ladspa.c.
Referenced by init(), and request_frame().
|
static |
Definition at line 233 of file af_ladspa.c.
|
static |
Definition at line 279 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 316 of file af_ladspa.c.
Referenced by config_input(), and config_output().
|
static |
Definition at line 350 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 357 of file af_ladspa.c.
|
static |
Definition at line 384 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 403 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 416 of file af_ladspa.c.
Referenced by init(), and process_command().
|
static |
Definition at line 450 of file af_ladspa.c.
|
static |
Definition at line 655 of file af_ladspa.c.
|
static |
Definition at line 728 of file af_ladspa.c.
|
static |
Definition at line 753 of file af_ladspa.c.
|
static |
Definition at line 74 of file af_ladspa.c.
|
static |
Definition at line 765 of file af_ladspa.c.
const AVFilter ff_af_ladspa |
Definition at line 774 of file af_ladspa.c.