FFmpeg
|
#include <dlfcn.h>
#include <ladspa.h>
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/fifo.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 | MetaItem |
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 82 of file af_ladspa.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 83 of file af_ladspa.c.
AVFILTER_DEFINE_CLASS | ( | ladspa | ) |
|
static |
Definition at line 104 of file af_ladspa.c.
Referenced by filter_frame().
|
static |
Definition at line 119 of file af_ladspa.c.
Referenced by filter_frame(), init(), and request_frame().
|
static |
Definition at line 171 of file af_ladspa.c.
Referenced by init(), and request_frame().
|
static |
Definition at line 265 of file af_ladspa.c.
|
static |
Definition at line 312 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 349 of file af_ladspa.c.
Referenced by config_input(), and config_output().
|
static |
Definition at line 383 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 390 of file af_ladspa.c.
|
static |
Definition at line 422 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 441 of file af_ladspa.c.
Referenced by init().
|
static |
Definition at line 454 of file af_ladspa.c.
Referenced by init(), and process_command().
|
static |
Definition at line 488 of file af_ladspa.c.
|
static |
Definition at line 700 of file af_ladspa.c.
|
static |
Definition at line 773 of file af_ladspa.c.
|
static |
Definition at line 800 of file af_ladspa.c.
|
static |
Definition at line 84 of file af_ladspa.c.
|
static |
Definition at line 812 of file af_ladspa.c.
const AVFilter ff_af_ladspa |
Definition at line 821 of file af_ladspa.c.