|
FFmpeg
|
Generic equation change filter Originally written by Michael Niedermayer for the MPlayer project, and ported by Clément Bœsch for FFmpeg. More...
#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/eval.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "internal.h"Classes | |
| struct | GEQContext |
| struct | ThreadData |
Macros | |
| #define | OFFSET(x) offsetof(GEQContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct GEQContext | GEQContext |
| typedef struct ThreadData | ThreadData |
Enumerations | |
| enum | { VAR_X, VAR_Y, VAR_W, VAR_H, VAR_N, VAR_SW, VAR_SH, VAR_T, VAR_VARS_NB } |
| enum | { Y = 0, U, V, A, G, B, R } |
Functions | |
| AVFILTER_DEFINE_CLASS (geq) | |
Variables | |
| AVFilter | ff_vf_geq |
Generic equation change filter Originally written by Michael Niedermayer for the MPlayer project, and ported by Clément Bœsch for FFmpeg.
| AVFilter ff_vf_geq |
1.8.12