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"
Go to the source code of this file.
Data Structures | |
struct | FrameRateContext |
Macros | |
#define | DEBUG |
#define | N_SRCE 3 |
#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 N_SRCE 3 |
Definition at line 42 of file vf_framerate.c.
Referenced by init().
#define OFFSET | ( | x | ) | offsetof(FrameRateContext, x) |
Definition at line 83 of file vf_framerate.c.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 84 of file vf_framerate.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 85 of file vf_framerate.c.
#define FRAMERATE_FLAG_SCD 01 |
Definition at line 86 of file vf_framerate.c.
Referenced by blend_frames16(), and blend_frames8().
AVFILTER_DEFINE_CLASS | ( | framerate | ) |
|
static |
Definition at line 104 of file vf_framerate.c.
Referenced by process_work_frame().
|
static |
Definition at line 123 of file vf_framerate.c.
Referenced by get_scene_score16().
|
static |
Definition at line 138 of file vf_framerate.c.
Referenced by blend_frames16().
|
static |
Definition at line 175 of file vf_framerate.c.
Referenced by blend_frames8().
|
static |
Definition at line 213 of file vf_framerate.c.
Referenced by config_input().
|
static |
Definition at line 277 of file vf_framerate.c.
Referenced by config_input().
|
static |
Definition at line 344 of file vf_framerate.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 446 of file vf_framerate.c.
Referenced by filter_frame(), and set_work_frame_pts().
|
static |
Definition at line 461 of file vf_framerate.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 509 of file vf_framerate.c.
|
static |
Definition at line 524 of file vf_framerate.c.
|
static |
Definition at line 536 of file vf_framerate.c.
|
static |
Definition at line 557 of file vf_framerate.c.
|
static |
Definition at line 587 of file vf_framerate.c.
|
static |
Definition at line 612 of file vf_framerate.c.
|
static |
Definition at line 657 of file vf_framerate.c.
|
static |
Definition at line 88 of file vf_framerate.c.
|
static |
Definition at line 701 of file vf_framerate.c.
|
static |
Definition at line 711 of file vf_framerate.c.
AVFilter ff_vf_framerate |
Definition at line 721 of file vf_framerate.c.