FFmpeg
Data Structures | Macros | Enumerations | Functions | Variables
vf_vectorscope.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/xga_font_data.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"

Go to the source code of this file.

Data Structures

struct  VectorscopeContext
 

Macros

#define OFFSET(x)   offsetof(VectorscopeContext, x)
 
#define FLAGS   AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
 

Enumerations

enum  VectorscopeMode {
  GRAY, COLOR, COLOR2, COLOR3,
  COLOR4, COLOR5, MODE_NB
}
 

Functions

 AVFILTER_DEFINE_CLASS (vectorscope)
 
static int query_formats (AVFilterContext *ctx)
 
static int config_output (AVFilterLink *outlink)
 
static void envelope_instant16 (VectorscopeContext *s, AVFrame *out)
 
static void envelope_peak16 (VectorscopeContext *s, AVFrame *out)
 
static void envelope_instant (VectorscopeContext *s, AVFrame *out)
 
static void envelope_peak (VectorscopeContext *s, AVFrame *out)
 
static void envelope16 (VectorscopeContext *s, AVFrame *out)
 
static void envelope (VectorscopeContext *s, AVFrame *out)
 
static void vectorscope16 (VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd)
 
static void vectorscope8 (VectorscopeContext *s, AVFrame *in, AVFrame *out, int pd)
 
static void draw_dots (uint8_t *dst, int L, int v, float o)
 
static void draw_dots16 (uint16_t *dst, int L, int v, float o)
 
static void none_graticule (VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 
static void draw_htext (AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint8_t color[4])
 
static void draw_htext16 (AVFrame *out, int x, int y, float o1, float o2, const char *txt, const uint16_t color[4])
 
static void color_graticule16 (VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 
static void color_graticule (VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 
static void green_graticule16 (VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 
static void green_graticule (VectorscopeContext *s, AVFrame *out, int X, int Y, int D, int P)
 
static int filter_frame (AVFilterLink *inlink, AVFrame *in)
 
static int config_input (AVFilterLink *inlink)
 
static av_cold void uninit (AVFilterContext *ctx)
 

Variables

static const AVOption vectorscope_options []
 
static enum AVPixelFormat out_yuv8_pix_fmts []
 
static enum AVPixelFormat out_yuv9_pix_fmts []
 
static enum AVPixelFormat out_yuv10_pix_fmts []
 
static enum AVPixelFormat out_yuv12_pix_fmts []
 
static enum AVPixelFormat out_rgb8_pix_fmts []
 
static enum AVPixelFormat out_rgb9_pix_fmts []
 
static enum AVPixelFormat out_rgb10_pix_fmts []
 
static enum AVPixelFormat out_rgb12_pix_fmts []
 
static enum AVPixelFormat in1_pix_fmts []
 
static enum AVPixelFormat in2_pix_fmts []
 
const static char * positions_name []
 
const static uint16_t positions [][14][3]
 
static const AVFilterPad inputs []
 
static const AVFilterPad outputs []
 
AVFilter ff_vf_vectorscope
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET (   x)    offsetof(VectorscopeContext, x)

Definition at line 76 of file vf_vectorscope.c.

◆ FLAGS

Definition at line 77 of file vf_vectorscope.c.

Enumeration Type Documentation

◆ VectorscopeMode

Enumerator
GRAY 
COLOR 
COLOR2 
COLOR3 
COLOR4 
COLOR5 
MODE_NB 

Definition at line 32 of file vf_vectorscope.c.

Function Documentation

◆ AVFILTER_DEFINE_CLASS()

AVFILTER_DEFINE_CLASS ( vectorscope  )

◆ query_formats()

static int query_formats ( AVFilterContext ctx)
static

Definition at line 194 of file vf_vectorscope.c.

◆ config_output()

static int config_output ( AVFilterLink outlink)
static

Definition at line 253 of file vf_vectorscope.c.

◆ envelope_instant16()

static void envelope_instant16 ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 276 of file vf_vectorscope.c.

Referenced by envelope16(), and envelope_peak16().

◆ envelope_peak16()

static void envelope_peak16 ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 297 of file vf_vectorscope.c.

Referenced by envelope16().

◆ envelope_instant()

static void envelope_instant ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 328 of file vf_vectorscope.c.

Referenced by envelope(), and envelope_peak().

◆ envelope_peak()

static void envelope_peak ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 348 of file vf_vectorscope.c.

Referenced by envelope().

◆ envelope16()

static void envelope16 ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 378 of file vf_vectorscope.c.

Referenced by vectorscope16().

◆ envelope()

static void envelope ( VectorscopeContext s,
AVFrame out 
)
static

Definition at line 389 of file vf_vectorscope.c.

Referenced by vectorscope8(), and waves_synth().

◆ vectorscope16()

static void vectorscope16 ( VectorscopeContext s,
AVFrame in,
AVFrame out,
int  pd 
)
static

Definition at line 400 of file vf_vectorscope.c.

Referenced by config_input().

◆ vectorscope8()

static void vectorscope8 ( VectorscopeContext s,
AVFrame in,
AVFrame out,
int  pd 
)
static

Definition at line 598 of file vf_vectorscope.c.

Referenced by config_input().

◆ draw_dots()

static void draw_dots ( uint8_t dst,
int  L,
int  v,
float  o 
)
static

Definition at line 850 of file vf_vectorscope.c.

Referenced by color_graticule(), and green_graticule().

◆ draw_dots16()

static void draw_dots16 ( uint16_t *  dst,
int  L,
int  v,
float  o 
)
static

Definition at line 873 of file vf_vectorscope.c.

Referenced by color_graticule16(), and green_graticule16().

◆ none_graticule()

static void none_graticule ( VectorscopeContext s,
AVFrame out,
int  X,
int  Y,
int  D,
int  P 
)
static

Definition at line 896 of file vf_vectorscope.c.

Referenced by config_input().

◆ draw_htext()

static void draw_htext ( AVFrame out,
int  x,
int  y,
float  o1,
float  o2,
const char *  txt,
const uint8_t  color[4] 
)
static

Definition at line 900 of file vf_vectorscope.c.

Referenced by color_graticule(), and green_graticule().

◆ draw_htext16()

static void draw_htext16 ( AVFrame out,
int  x,
int  y,
float  o1,
float  o2,
const char *  txt,
const uint16_t  color[4] 
)
static

Definition at line 926 of file vf_vectorscope.c.

Referenced by color_graticule16(), and green_graticule16().

◆ color_graticule16()

static void color_graticule16 ( VectorscopeContext s,
AVFrame out,
int  X,
int  Y,
int  D,
int  P 
)
static

Definition at line 952 of file vf_vectorscope.c.

Referenced by config_input().

◆ color_graticule()

static void color_graticule ( VectorscopeContext s,
AVFrame out,
int  X,
int  Y,
int  D,
int  P 
)
static

Definition at line 1020 of file vf_vectorscope.c.

Referenced by config_input().

◆ green_graticule16()

static void green_graticule16 ( VectorscopeContext s,
AVFrame out,
int  X,
int  Y,
int  D,
int  P 
)
static

Definition at line 1086 of file vf_vectorscope.c.

Referenced by config_input().

◆ green_graticule()

static void green_graticule ( VectorscopeContext s,
AVFrame out,
int  X,
int  Y,
int  D,
int  P 
)
static

Definition at line 1146 of file vf_vectorscope.c.

Referenced by config_input().

◆ filter_frame()

static int filter_frame ( AVFilterLink inlink,
AVFrame in 
)
static

Definition at line 1204 of file vf_vectorscope.c.

◆ config_input()

static int config_input ( AVFilterLink inlink)
static

Definition at line 1247 of file vf_vectorscope.c.

◆ uninit()

static av_cold void uninit ( AVFilterContext ctx)
static

Definition at line 1323 of file vf_vectorscope.c.

Variable Documentation

◆ vectorscope_options

const AVOption vectorscope_options[]
static

Definition at line 79 of file vf_vectorscope.c.

◆ out_yuv8_pix_fmts

enum AVPixelFormat out_yuv8_pix_fmts[]
static
Initial value:

Definition at line 126 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_yuv9_pix_fmts

enum AVPixelFormat out_yuv9_pix_fmts[]
static
Initial value:

Definition at line 131 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_yuv10_pix_fmts

enum AVPixelFormat out_yuv10_pix_fmts[]
static
Initial value:

Definition at line 136 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_yuv12_pix_fmts

enum AVPixelFormat out_yuv12_pix_fmts[]
static
Initial value:

Definition at line 141 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_rgb8_pix_fmts

enum AVPixelFormat out_rgb8_pix_fmts[]
static
Initial value:

Definition at line 146 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_rgb9_pix_fmts

enum AVPixelFormat out_rgb9_pix_fmts[]
static
Initial value:

Definition at line 151 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_rgb10_pix_fmts

enum AVPixelFormat out_rgb10_pix_fmts[]
static
Initial value:

Definition at line 156 of file vf_vectorscope.c.

Referenced by query_formats().

◆ out_rgb12_pix_fmts

enum AVPixelFormat out_rgb12_pix_fmts[]
static
Initial value:

Definition at line 161 of file vf_vectorscope.c.

Referenced by query_formats().

◆ in1_pix_fmts

enum AVPixelFormat in1_pix_fmts[]
static

◆ in2_pix_fmts

enum AVPixelFormat in2_pix_fmts[]
static

◆ positions_name

const static char* positions_name[]
static
Initial value:
= {
"R", "B", "Cy", "Yl", "G", "Mg",
}

Definition at line 792 of file vf_vectorscope.c.

Referenced by color_graticule(), color_graticule16(), green_graticule(), and green_graticule16().

◆ positions

const static uint16_t positions[][14][3]
static

◆ inputs

const AVFilterPad inputs[]
static
Initial value:
= {
{
.name = "default",
.filter_frame = filter_frame,
.config_props = config_input,
},
{ NULL }
}

Definition at line 1331 of file vf_vectorscope.c.

◆ outputs

const AVFilterPad outputs[]
static
Initial value:
= {
{
.name = "default",
.config_props = config_output,
},
{ NULL }
}

Definition at line 1341 of file vf_vectorscope.c.

◆ ff_vf_vectorscope

AVFilter ff_vf_vectorscope
Initial value:
= {
.name = "vectorscope",
.description = NULL_IF_CONFIG_SMALL("Video vectorscope."),
.priv_size = sizeof(VectorscopeContext),
.priv_class = &vectorscope_class,
}

Definition at line 1350 of file vf_vectorscope.c.

query_formats
static int query_formats(AVFilterContext *ctx)
Definition: vf_vectorscope.c:194
outputs
static const AVFilterPad outputs[]
Definition: vf_vectorscope.c:1341
AV_PIX_FMT_YUVA422P9
#define AV_PIX_FMT_YUVA422P9
Definition: pixfmt.h:422
AV_PIX_FMT_YUVA420P10
#define AV_PIX_FMT_YUVA420P10
Definition: pixfmt.h:424
AV_PIX_FMT_YUV420P10
#define AV_PIX_FMT_YUV420P10
Definition: pixfmt.h:387
AV_PIX_FMT_YUV440P
@ AV_PIX_FMT_YUV440P
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
Definition: pixfmt.h:99
AV_PIX_FMT_YUVA422P10
#define AV_PIX_FMT_YUVA422P10
Definition: pixfmt.h:425
inputs
static const AVFilterPad inputs[]
Definition: vf_vectorscope.c:1331
AV_PIX_FMT_YUVA420P9
#define AV_PIX_FMT_YUVA420P9
Definition: pixfmt.h:421
AV_PIX_FMT_GBRAP
@ AV_PIX_FMT_GBRAP
planar GBRA 4:4:4:4 32bpp
Definition: pixfmt.h:215
AV_PIX_FMT_GBRP10
#define AV_PIX_FMT_GBRP10
Definition: pixfmt.h:403
AV_PIX_FMT_YUV422P9
#define AV_PIX_FMT_YUV422P9
Definition: pixfmt.h:385
AV_PIX_FMT_YUV444P10
#define AV_PIX_FMT_YUV444P10
Definition: pixfmt.h:390
AV_PIX_FMT_YUVJ411P
@ AV_PIX_FMT_YUVJ411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor ...
Definition: pixfmt.h:258
filter_frame
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition: vf_vectorscope.c:1204
AV_PIX_FMT_YUVJ422P
@ AV_PIX_FMT_YUVJ422P
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
Definition: pixfmt.h:79
AV_PIX_FMT_GBRAP10
#define AV_PIX_FMT_GBRAP10
Definition: pixfmt.h:407
AV_PIX_FMT_GBRAP12
#define AV_PIX_FMT_GBRAP12
Definition: pixfmt.h:408
AV_PIX_FMT_YUVA420P
@ AV_PIX_FMT_YUVA420P
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
Definition: pixfmt.h:101
AV_PIX_FMT_YUV420P9
#define AV_PIX_FMT_YUV420P9
Definition: pixfmt.h:384
AV_PIX_FMT_YUV420P
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:66
AV_PIX_FMT_YUVJ444P
@ AV_PIX_FMT_YUVJ444P
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
Definition: pixfmt.h:80
NULL
#define NULL
Definition: coverity.c:32
AV_PIX_FMT_YUVJ420P
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
Definition: pixfmt.h:78
AV_PIX_FMT_YUV422P10
#define AV_PIX_FMT_YUV422P10
Definition: pixfmt.h:388
AV_PIX_FMT_GBRP9
#define AV_PIX_FMT_GBRP9
Definition: pixfmt.h:402
uninit
static av_cold void uninit(AVFilterContext *ctx)
Definition: vf_vectorscope.c:1323
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV422P12
Definition: pixfmt.h:392
AV_PIX_FMT_YUV444P12
#define AV_PIX_FMT_YUV444P12
Definition: pixfmt.h:394
AV_PIX_FMT_YUVA444P
@ AV_PIX_FMT_YUVA444P
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
Definition: pixfmt.h:177
AV_PIX_FMT_YUVA444P10
#define AV_PIX_FMT_YUVA444P10
Definition: pixfmt.h:426
AV_PIX_FMT_GBRP12
#define AV_PIX_FMT_GBRP12
Definition: pixfmt.h:404
AV_PIX_FMT_YUV444P9
#define AV_PIX_FMT_YUV444P9
Definition: pixfmt.h:386
AV_PIX_FMT_YUVA444P9
#define AV_PIX_FMT_YUVA444P9
Definition: pixfmt.h:423
AV_PIX_FMT_YUV420P12
#define AV_PIX_FMT_YUV420P12
Definition: pixfmt.h:391
AV_PIX_FMT_NONE
@ AV_PIX_FMT_NONE
Definition: pixfmt.h:65
config_output
static int config_output(AVFilterLink *outlink)
Definition: vf_vectorscope.c:253
VectorscopeContext
Definition: vf_vectorscope.c:42
config_input
static int config_input(AVFilterLink *inlink)
Definition: vf_vectorscope.c:1247
AV_PIX_FMT_YUV444P
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
Definition: pixfmt.h:71
AV_PIX_FMT_GBRP
@ AV_PIX_FMT_GBRP
planar GBR 4:4:4 24bpp
Definition: pixfmt.h:168
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201
AV_PIX_FMT_YUV422P
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
Definition: pixfmt.h:70
AV_PIX_FMT_YUV411P
@ AV_PIX_FMT_YUV411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
Definition: pixfmt.h:73
AV_PIX_FMT_YUV410P
@ AV_PIX_FMT_YUV410P
planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)
Definition: pixfmt.h:72
AV_PIX_FMT_YUV440P12
#define AV_PIX_FMT_YUV440P12
Definition: pixfmt.h:393
AV_PIX_FMT_YUVA422P
@ AV_PIX_FMT_YUVA422P
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
Definition: pixfmt.h:176