FFmpeg
|
filter for upsampling or downsampling a progressive source More...
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixelutils.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
#include "filters.h"
#include "framerate.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | DEBUG |
#define | OFFSET(x) offsetof(FrameRateContext, x) |
#define | V AV_OPT_FLAG_VIDEO_PARAM |
#define | F AV_OPT_FLAG_FILTERING_PARAM |
#define | FRAMERATE_FLAG_SCD 01 |
Variables | |
static const AVOption | framerate_options [] |
static const AVFilterPad | framerate_inputs [] |
static const AVFilterPad | framerate_outputs [] |
AVFilter | ff_vf_framerate |
filter for upsampling or downsampling a progressive source
Definition in file vf_framerate.c.
#define DEBUG |
Definition at line 29 of file vf_framerate.c.
Referenced by audio_decode_frame().
#define OFFSET | ( | x | ) | offsetof(FrameRateContext, x) |
Definition at line 44 of file vf_framerate.c.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 45 of file vf_framerate.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 46 of file vf_framerate.c.
#define FRAMERATE_FLAG_SCD 01 |
Definition at line 47 of file vf_framerate.c.
Referenced by blend_frames().
AVFILTER_DEFINE_CLASS | ( | framerate | ) |
|
static |
Definition at line 65 of file vf_framerate.c.
Referenced by scene_sad16().
|
static |
Definition at line 80 of file vf_framerate.c.
Referenced by get_scene_score().
|
static |
Definition at line 95 of file vf_framerate.c.
Referenced by get_scene_score().
|
static |
Definition at line 111 of file vf_framerate.c.
Referenced by blend_frames().
|
static |
Definition at line 143 of file vf_framerate.c.
Referenced by blend_frames().
|
static |
Definition at line 176 of file vf_framerate.c.
Referenced by process_work_frame().
|
static |
Definition at line 211 of file vf_framerate.c.
Referenced by activate().
|
static |
Definition at line 259 of file vf_framerate.c.
|
static |
Definition at line 266 of file vf_framerate.c.
|
static |
Definition at line 273 of file vf_framerate.c.
|
static |
Definition at line 294 of file vf_framerate.c.
Referenced by ff_framerate_init().
|
static |
Definition at line 306 of file vf_framerate.c.
Referenced by ff_framerate_init().
void ff_framerate_init | ( | FrameRateContext * | s | ) |
Definition at line 325 of file vf_framerate.c.
Referenced by config_input().
|
static |
Definition at line 338 of file vf_framerate.c.
|
static |
Definition at line 364 of file vf_framerate.c.
|
static |
Definition at line 441 of file vf_framerate.c.
|
static |
Definition at line 49 of file vf_framerate.c.
|
static |
Definition at line 486 of file vf_framerate.c.
|
static |
Definition at line 495 of file vf_framerate.c.
AVFilter ff_vf_framerate |
Definition at line 504 of file vf_framerate.c.