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 673 of file vf_waveform.c.
#define LOWPASS_FUNC | ( | name, | |
column, | |||
mirror | |||
) |
Definition at line 771 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 272 of file vf_waveform.c.
|
static |
Definition at line 342 of file vf_waveform.c.
Referenced by envelope16(), and envelope_peak16().
|
static |
Definition at line 390 of file vf_waveform.c.
Referenced by envelope(), and envelope_peak().
|
static |
Definition at line 437 of file vf_waveform.c.
Referenced by envelope16().
|
static |
Definition at line 507 of file vf_waveform.c.
Referenced by envelope().
|
static |
Definition at line 576 of file vf_waveform.c.
Referenced by acolor16(), aflat16(), chroma16(), color16(), flat16(), and lowpass16().
Definition at line 598 of file vf_waveform.c.
Referenced by acolor16(), aflat16(), chroma16(), flat16(), and lowpass16().
|
static |
Definition at line 614 of file vf_waveform.c.
|
static |
Definition at line 689 of file vf_waveform.c.
|
static |
Definition at line 787 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 899 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 1009 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1135 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1259 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1337 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 1413 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1518 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1622 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1728 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2149 of file vf_waveform.c.
Referenced by graticule_green_row().
|
static |
Definition at line 2160 of file vf_waveform.c.
Referenced by graticule16_green_row().
Definition at line 2171 of file vf_waveform.c.
Referenced by graticule_green_column().
Definition at line 2180 of file vf_waveform.c.
Referenced by graticule16_green_column().
|
static |
Definition at line 2189 of file vf_waveform.c.
Referenced by graticule_green_column().
|
static |
Definition at line 2215 of file vf_waveform.c.
Referenced by graticule16_green_column().
|
static |
Definition at line 2241 of file vf_waveform.c.
Referenced by graticule_green_row().
|
static |
Definition at line 2266 of file vf_waveform.c.
Referenced by graticule16_green_row().
|
static |
Definition at line 2291 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2295 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2335 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2376 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2416 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 2457 of file vf_waveform.c.
|
static |
Definition at line 2684 of file vf_waveform.c.
|
static |
Definition at line 2743 of file vf_waveform.c.
|
static |
Definition at line 2798 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.
|
static |
Definition at line 1833 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1834 of file vf_waveform.c.
Referenced by graticule16_green_column(), graticule16_green_row(), graticule_green_column(), and graticule_green_row().
|
static |
Definition at line 1835 of file vf_waveform.c.
Referenced by config_input().
|
static |
Definition at line 1837 of file vf_waveform.c.
|
static |
Definition at line 1843 of file vf_waveform.c.
|
static |
Definition at line 1849 of file vf_waveform.c.
|
static |
Definition at line 1855 of file vf_waveform.c.
|
static |
Definition at line 1861 of file vf_waveform.c.
|
static |
Definition at line 1869 of file vf_waveform.c.
|
static |
Definition at line 1877 of file vf_waveform.c.
|
static |
Definition at line 1885 of file vf_waveform.c.
|
static |
Definition at line 1893 of file vf_waveform.c.
|
static |
Definition at line 1903 of file vf_waveform.c.
|
static |
Definition at line 1913 of file vf_waveform.c.
|
static |
Definition at line 1923 of file vf_waveform.c.
|
static |
Definition at line 1933 of file vf_waveform.c.
|
static |
Definition at line 1939 of file vf_waveform.c.
|
static |
Definition at line 1945 of file vf_waveform.c.
|
static |
Definition at line 1951 of file vf_waveform.c.
|
static |
Definition at line 1957 of file vf_waveform.c.
|
static |
Definition at line 1965 of file vf_waveform.c.
|
static |
Definition at line 1973 of file vf_waveform.c.
|
static |
Definition at line 1981 of file vf_waveform.c.
|
static |
Definition at line 1989 of file vf_waveform.c.
|
static |
Definition at line 1999 of file vf_waveform.c.
|
static |
Definition at line 2009 of file vf_waveform.c.
|
static |
Definition at line 2019 of file vf_waveform.c.
|
static |
Definition at line 2029 of file vf_waveform.c.
|
static |
Definition at line 2035 of file vf_waveform.c.
|
static |
Definition at line 2041 of file vf_waveform.c.
|
static |
Definition at line 2047 of file vf_waveform.c.
|
static |
Definition at line 2053 of file vf_waveform.c.
|
static |
Definition at line 2061 of file vf_waveform.c.
|
static |
Definition at line 2069 of file vf_waveform.c.
|
static |
Definition at line 2077 of file vf_waveform.c.
|
static |
Definition at line 2085 of file vf_waveform.c.
|
static |
Definition at line 2093 of file vf_waveform.c.
|
static |
Definition at line 2101 of file vf_waveform.c.
|
static |
Definition at line 2109 of file vf_waveform.c.
|
static |
Definition at line 2117 of file vf_waveform.c.
|
static |
Definition at line 2125 of file vf_waveform.c.
|
static |
Definition at line 2133 of file vf_waveform.c.
|
static |
Definition at line 2141 of file vf_waveform.c.
|
static |
Definition at line 2805 of file vf_waveform.c.
|
static |
Definition at line 2815 of file vf_waveform.c.
AVFilter ff_vf_waveform |
Definition at line 2824 of file vf_waveform.c.