|
FFmpeg
|
Simple time and space inverter. More...
#include <string.h>#include "libavutil/avassert.h"#include "libavutil/fifo.h"#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | TiltandshiftContext |
Macros | |
| #define | OFFSET(x) |
| #define | V AV_OPT_FLAG_VIDEO_PARAM |
Enumerations | |
| enum | PaddingOption { TILT_NONE , TILT_FRAME , TILT_BLACK , TILT_OPT_MAX } |
Functions | |
| static av_cold int | init (AVFilterContext *ctx) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static int | config_props (AVFilterLink *outlink) |
| static void | copy_column (AVFilterLink *outlink, uint8_t *dst_data[4], int dst_linesizes[4], const uint8_t *src_data[4], const int src_linesizes[4], int ncol, int tilt) |
| static int | output_frame (AVFilterLink *outlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
| static int | request_frame (AVFilterLink *outlink) |
| AVFILTER_DEFINE_CLASS (tiltandshift) | |
Variables | |
| static enum AVPixelFormat | pix_fmts [] |
| static const AVOption | tiltandshift_options [] |
| static const AVFilterPad | tiltandshift_inputs [] |
| static const AVFilterPad | tiltandshift_outputs [] |
| const FFFilter | ff_vf_tiltandshift |
Simple time and space inverter.
Definition in file vf_tiltandshift.c.
| #define OFFSET | ( | x | ) |
Definition at line 316 of file vf_tiltandshift.c.
| #define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 317 of file vf_tiltandshift.c.
| enum PaddingOption |
| Enumerator | |
|---|---|
| TILT_NONE | |
| TILT_FRAME | |
| TILT_BLACK | |
| TILT_OPT_MAX | |
Definition at line 39 of file vf_tiltandshift.c.
|
static |
Definition at line 83 of file vf_tiltandshift.c.
|
static |
Definition at line 94 of file vf_tiltandshift.c.
|
static |
Definition at line 110 of file vf_tiltandshift.c.
|
static |
Definition at line 163 of file vf_tiltandshift.c.
Referenced by output_frame().
|
static |
Definition at line 186 of file vf_tiltandshift.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 255 of file vf_tiltandshift.c.
|
static |
Definition at line 281 of file vf_tiltandshift.c.
| AVFILTER_DEFINE_CLASS | ( | tiltandshift | ) |
|
static |
Definition at line 75 of file vf_tiltandshift.c.
|
static |
Definition at line 318 of file vf_tiltandshift.c.
|
static |
Definition at line 350 of file vf_tiltandshift.c.
|
static |
Definition at line 358 of file vf_tiltandshift.c.
| const FFFilter ff_vf_tiltandshift |
Definition at line 367 of file vf_tiltandshift.c.