FFmpeg
|
#include "libavutil/avassert.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 | GraticuleLine |
struct | GraticuleLines |
struct | WaveformContext |
Macros | |
#define | OFFSET(x) offsetof(WaveformContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
#define | LOWPASS16_FUNC(name, column, mirror) |
#define | LOWPASS_FUNC(name, column, mirror) |
Enumerations | |
enum | FilterType { BUTTERWORTH, CHEBYSHEV1, CHEBYSHEV2, NB_TYPES, biquad, equalizer, bass, treble, band, bandpass, bandreject, allpass, highpass, lowpass, LOWPASS, FLAT, AFLAT, CHROMA, COLOR, ACOLOR, NB_FILTERS } |
enum | DisplayType { OVERLAY, STACK, PARADE, NB_DISPLAYS } |
enum | ScaleType { DIGITAL, MILLIVOLTS, IRE, NB_SCALES } |
#define OFFSET | ( | x | ) | offsetof(WaveformContext, x) |
Definition at line 105 of file vf_waveform.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 106 of file vf_waveform.c.
#define LOWPASS16_FUNC | ( | name, | |
column, | |||
mirror | |||
) |
Definition at line 680 of file vf_waveform.c.
#define LOWPASS_FUNC | ( | name, | |
column, | |||
mirror | |||
) |
Definition at line 778 of file vf_waveform.c.
enum FilterType |
Enumerator | |
---|---|
BUTTERWORTH | |
CHEBYSHEV1 | |
CHEBYSHEV2 | |
NB_TYPES | |
biquad | |
equalizer | |
bass | |
treble | |
band | |
bandpass | |
bandreject | |
allpass | |
highpass | |
lowpass | |
LOWPASS | |
FLAT | |
AFLAT | |
CHROMA | |
COLOR | |
ACOLOR | |
NB_FILTERS |
Definition at line 32 of file vf_waveform.c.
enum DisplayType |
Enumerator | |
---|---|
OVERLAY | |
STACK | |
PARADE | |
NB_DISPLAYS |
Definition at line 42 of file vf_waveform.c.
enum ScaleType |
Enumerator | |
---|---|
DIGITAL | |
MILLIVOLTS | |
IRE | |
NB_SCALES |
Definition at line 49 of file vf_waveform.c.
AVFILTER_DEFINE_CLASS | ( | waveform | ) |
|
static |
Definition at line 277 of file vf_waveform.c.
|
static |
Definition at line 349 of file vf_waveform.c.
Referenced by envelope16(), and envelope_peak16().
|
static |
Definition at line 397 of file vf_waveform.c.
Referenced by envelope(), and envelope_peak().
|
static |
Definition at line 444 of file vf_waveform.c.
Referenced by envelope16().
|
static |
Definition at line 514 of file vf_waveform.c.
Referenced by envelope().
|
static |
Definition at line 583 of file vf_waveform.c.
Referenced by acolor16(), aflat16(), chroma16(), color16(), flat16(), and lowpass16().
Definition at line 605 of file vf_waveform.c.
Referenced by acolor16(), aflat16(), chroma16(), flat16(), and lowpass16().
|
static |
Definition at line 621 of file vf_waveform.c.
|
static |
Definition at line 696 of file vf_waveform.c.
|
static |
Definition at line 794 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 906 of file vf_waveform.c.
Referenced by config_input(), ff_loop_filter_h_44_16_msa(), ff_loop_filter_h_48_16_msa(), ff_loop_filter_h_4_8_msa(), ff_loop_filter_h_84_16_msa(), ff_loop_filter_h_88_16_msa(), ff_loop_filter_h_8_8_msa(), ff_loop_filter_v_16_8_msa(), ff_loop_filter_v_44_16_msa(), ff_loop_filter_v_48_16_msa(), ff_loop_filter_v_4_8_msa(), ff_loop_filter_v_84_16_msa(), ff_loop_filter_v_88_16_msa(), ff_loop_filter_v_8_8_msa(), ff_vp8_h_loop_filter16_inner_msa(), ff_vp8_h_loop_filter16_msa(), ff_vp8_h_loop_filter8uv_inner_msa(), ff_vp8_h_loop_filter8uv_msa(), ff_vp8_v_loop_filter16_inner_msa(), ff_vp8_v_loop_filter16_msa(), ff_vp8_v_loop_filter8uv_inner_msa(), ff_vp8_v_loop_filter8uv_msa(), flat_init(), flat_print_section_header(), flat_print_str(), vp9_hz_lpf_t16_16w(), vp9_hz_lpf_t4_and_t8_16w(), vp9_vt_lpf_t16_16w(), vp9_vt_lpf_t16_8w(), vp9_vt_lpf_t4_and_t8_16w(), and vp9_vt_lpf_t4_and_t8_8w().
|
static |
Definition at line 1016 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1142 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1266 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1344 of file vf_waveform.c.
Referenced by check_idct_dc4(), config_input(), deblocking_filter_CTB(), encode_slice_plane(), ff_h264_filter_mb(), fic_draw_cursor(), filter_frame(), h264_filter_mb_fast_internal(), rv40_adaptive_loop_filter(), set_frame_data(), ulti_decode_frame(), and x8_decode_intra_mb().
|
static |
Definition at line 1420 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1525 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1629 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1735 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2156 of file vf_waveform.c.
Referenced by graticule_green_row().
|
static |
Definition at line 2167 of file vf_waveform.c.
Referenced by graticule16_green_row().
Definition at line 2178 of file vf_waveform.c.
Referenced by graticule_green_column().
Definition at line 2187 of file vf_waveform.c.
Referenced by graticule16_green_column().
|
static |
Definition at line 2196 of file vf_waveform.c.
Referenced by graticule_green_column().
|
static |
Definition at line 2222 of file vf_waveform.c.
Referenced by graticule16_green_column().
|
static |
Definition at line 2248 of file vf_waveform.c.
Referenced by graticule_green_row().
|
static |
Definition at line 2273 of file vf_waveform.c.
Referenced by graticule16_green_row().
|
static |
Definition at line 2298 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2302 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2342 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2383 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2423 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2464 of file vf_waveform.c.
|
static |
Definition at line 2691 of file vf_waveform.c.
|
static |
Definition at line 2750 of file vf_waveform.c.
|
static |
Definition at line 2805 of file vf_waveform.c.
|
static |
Definition at line 108 of file vf_waveform.c.
|
static |
Definition at line 160 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 178 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 195 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 210 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 215 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 220 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 225 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 230 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 235 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 240 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 245 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 250 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 255 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 260 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 265 of file vf_waveform.c.
Referenced by query_formats().
|
static |
Definition at line 270 of file vf_waveform.c.
|
static |
Definition at line 1840 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1841 of file vf_waveform.c.
Referenced by graticule16_green_column(), graticule16_green_row(), graticule_green_column(), and graticule_green_row().
|
static |
Definition at line 1842 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1844 of file vf_waveform.c.
|
static |
Definition at line 1850 of file vf_waveform.c.
|
static |
Definition at line 1856 of file vf_waveform.c.
|
static |
Definition at line 1862 of file vf_waveform.c.
|
static |
Definition at line 1868 of file vf_waveform.c.
|
static |
Definition at line 1876 of file vf_waveform.c.
|
static |
Definition at line 1884 of file vf_waveform.c.
|
static |
Definition at line 1892 of file vf_waveform.c.
|
static |
Definition at line 1900 of file vf_waveform.c.
|
static |
Definition at line 1910 of file vf_waveform.c.
|
static |
Definition at line 1920 of file vf_waveform.c.
|
static |
Definition at line 1930 of file vf_waveform.c.
|
static |
Definition at line 1940 of file vf_waveform.c.
|
static |
Definition at line 1946 of file vf_waveform.c.
|
static |
Definition at line 1952 of file vf_waveform.c.
|
static |
Definition at line 1958 of file vf_waveform.c.
|
static |
Definition at line 1964 of file vf_waveform.c.
|
static |
Definition at line 1972 of file vf_waveform.c.
|
static |
Definition at line 1980 of file vf_waveform.c.
|
static |
Definition at line 1988 of file vf_waveform.c.
|
static |
Definition at line 1996 of file vf_waveform.c.
|
static |
Definition at line 2006 of file vf_waveform.c.
|
static |
Definition at line 2016 of file vf_waveform.c.
|
static |
Definition at line 2026 of file vf_waveform.c.
|
static |
Definition at line 2036 of file vf_waveform.c.
|
static |
Definition at line 2042 of file vf_waveform.c.
|
static |
Definition at line 2048 of file vf_waveform.c.
|
static |
Definition at line 2054 of file vf_waveform.c.
|
static |
Definition at line 2060 of file vf_waveform.c.
|
static |
Definition at line 2068 of file vf_waveform.c.
|
static |
Definition at line 2076 of file vf_waveform.c.
|
static |
Definition at line 2084 of file vf_waveform.c.
|
static |
Definition at line 2092 of file vf_waveform.c.
|
static |
Definition at line 2100 of file vf_waveform.c.
|
static |
Definition at line 2108 of file vf_waveform.c.
|
static |
Definition at line 2116 of file vf_waveform.c.
|
static |
Definition at line 2124 of file vf_waveform.c.
|
static |
Definition at line 2132 of file vf_waveform.c.
|
static |
Definition at line 2140 of file vf_waveform.c.
|
static |
Definition at line 2148 of file vf_waveform.c.
|
static |
Definition at line 2812 of file vf_waveform.c.
|
static |
Definition at line 2822 of file vf_waveform.c.
AVFilter ff_vf_waveform |
Definition at line 2831 of file vf_waveform.c.