FFmpeg
allfilters.c
Go to the documentation of this file.
1 /*
2  * filter registration
3  * Copyright (c) 2008 Vitor Sessak
4  *
5  * This file is part of FFmpeg.
6  *
7  * FFmpeg is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * FFmpeg is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with FFmpeg; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20  */
21 
22 #include "libavutil/thread.h"
23 #include "avfilter.h"
24 #include "config.h"
25 
26 extern const AVFilter ff_af_abench;
27 extern const AVFilter ff_af_acompressor;
28 extern const AVFilter ff_af_acontrast;
29 extern const AVFilter ff_af_acopy;
30 extern const AVFilter ff_af_acue;
31 extern const AVFilter ff_af_acrossfade;
32 extern const AVFilter ff_af_acrossover;
33 extern const AVFilter ff_af_acrusher;
34 extern const AVFilter ff_af_adeclick;
35 extern const AVFilter ff_af_adeclip;
36 extern const AVFilter ff_af_adecorrelate;
37 extern const AVFilter ff_af_adelay;
38 extern const AVFilter ff_af_adenorm;
39 extern const AVFilter ff_af_aderivative;
41 extern const AVFilter ff_af_adynamicsmooth;
42 extern const AVFilter ff_af_aecho;
43 extern const AVFilter ff_af_aemphasis;
44 extern const AVFilter ff_af_aeval;
45 extern const AVFilter ff_af_aexciter;
46 extern const AVFilter ff_af_afade;
47 extern const AVFilter ff_af_afftdn;
48 extern const AVFilter ff_af_afftfilt;
49 extern const AVFilter ff_af_afir;
50 extern const AVFilter ff_af_aformat;
51 extern const AVFilter ff_af_afreqshift;
52 extern const AVFilter ff_af_afwtdn;
53 extern const AVFilter ff_af_agate;
54 extern const AVFilter ff_af_aiir;
55 extern const AVFilter ff_af_aintegral;
56 extern const AVFilter ff_af_ainterleave;
57 extern const AVFilter ff_af_alatency;
58 extern const AVFilter ff_af_alimiter;
59 extern const AVFilter ff_af_allpass;
60 extern const AVFilter ff_af_aloop;
61 extern const AVFilter ff_af_amerge;
62 extern const AVFilter ff_af_ametadata;
63 extern const AVFilter ff_af_amix;
64 extern const AVFilter ff_af_amultiply;
65 extern const AVFilter ff_af_anequalizer;
66 extern const AVFilter ff_af_anlmdn;
67 extern const AVFilter ff_af_anlmf;
68 extern const AVFilter ff_af_anlms;
69 extern const AVFilter ff_af_anull;
70 extern const AVFilter ff_af_apad;
71 extern const AVFilter ff_af_aperms;
72 extern const AVFilter ff_af_aphaser;
73 extern const AVFilter ff_af_aphaseshift;
74 extern const AVFilter ff_af_apsyclip;
75 extern const AVFilter ff_af_apulsator;
76 extern const AVFilter ff_af_arealtime;
77 extern const AVFilter ff_af_aresample;
78 extern const AVFilter ff_af_areverse;
79 extern const AVFilter ff_af_arnndn;
80 extern const AVFilter ff_af_asdr;
81 extern const AVFilter ff_af_asegment;
82 extern const AVFilter ff_af_aselect;
83 extern const AVFilter ff_af_asendcmd;
84 extern const AVFilter ff_af_asetnsamples;
85 extern const AVFilter ff_af_asetpts;
86 extern const AVFilter ff_af_asetrate;
87 extern const AVFilter ff_af_asettb;
88 extern const AVFilter ff_af_ashowinfo;
89 extern const AVFilter ff_af_asidedata;
90 extern const AVFilter ff_af_asoftclip;
91 extern const AVFilter ff_af_aspectralstats;
92 extern const AVFilter ff_af_asplit;
93 extern const AVFilter ff_af_asr;
94 extern const AVFilter ff_af_astats;
95 extern const AVFilter ff_af_astreamselect;
96 extern const AVFilter ff_af_asubboost;
97 extern const AVFilter ff_af_asubcut;
98 extern const AVFilter ff_af_asupercut;
99 extern const AVFilter ff_af_asuperpass;
100 extern const AVFilter ff_af_asuperstop;
101 extern const AVFilter ff_af_atempo;
102 extern const AVFilter ff_af_atilt;
103 extern const AVFilter ff_af_atrim;
104 extern const AVFilter ff_af_axcorrelate;
105 extern const AVFilter ff_af_azmq;
106 extern const AVFilter ff_af_bandpass;
107 extern const AVFilter ff_af_bandreject;
108 extern const AVFilter ff_af_bass;
109 extern const AVFilter ff_af_biquad;
110 extern const AVFilter ff_af_bs2b;
111 extern const AVFilter ff_af_channelmap;
112 extern const AVFilter ff_af_channelsplit;
113 extern const AVFilter ff_af_chorus;
114 extern const AVFilter ff_af_compand;
115 extern const AVFilter ff_af_compensationdelay;
116 extern const AVFilter ff_af_crossfeed;
117 extern const AVFilter ff_af_crystalizer;
118 extern const AVFilter ff_af_dcshift;
119 extern const AVFilter ff_af_deesser;
120 extern const AVFilter ff_af_drmeter;
121 extern const AVFilter ff_af_dynaudnorm;
122 extern const AVFilter ff_af_earwax;
123 extern const AVFilter ff_af_ebur128;
124 extern const AVFilter ff_af_equalizer;
125 extern const AVFilter ff_af_extrastereo;
126 extern const AVFilter ff_af_firequalizer;
127 extern const AVFilter ff_af_flanger;
128 extern const AVFilter ff_af_haas;
129 extern const AVFilter ff_af_hdcd;
130 extern const AVFilter ff_af_headphone;
131 extern const AVFilter ff_af_highpass;
132 extern const AVFilter ff_af_highshelf;
133 extern const AVFilter ff_af_join;
134 extern const AVFilter ff_af_ladspa;
135 extern const AVFilter ff_af_loudnorm;
136 extern const AVFilter ff_af_lowpass;
137 extern const AVFilter ff_af_lowshelf;
138 extern const AVFilter ff_af_lv2;
139 extern const AVFilter ff_af_mcompand;
140 extern const AVFilter ff_af_pan;
141 extern const AVFilter ff_af_replaygain;
142 extern const AVFilter ff_af_rubberband;
143 extern const AVFilter ff_af_sidechaincompress;
144 extern const AVFilter ff_af_sidechaingate;
145 extern const AVFilter ff_af_silencedetect;
146 extern const AVFilter ff_af_silenceremove;
147 extern const AVFilter ff_af_sofalizer;
148 extern const AVFilter ff_af_speechnorm;
149 extern const AVFilter ff_af_stereotools;
150 extern const AVFilter ff_af_stereowiden;
151 extern const AVFilter ff_af_superequalizer;
152 extern const AVFilter ff_af_surround;
153 extern const AVFilter ff_af_treble;
154 extern const AVFilter ff_af_tremolo;
155 extern const AVFilter ff_af_vibrato;
156 extern const AVFilter ff_af_volume;
157 extern const AVFilter ff_af_volumedetect;
158 
159 extern const AVFilter ff_asrc_aevalsrc;
160 extern const AVFilter ff_asrc_afirsrc;
161 extern const AVFilter ff_asrc_anoisesrc;
162 extern const AVFilter ff_asrc_anullsrc;
163 extern const AVFilter ff_asrc_flite;
164 extern const AVFilter ff_asrc_hilbert;
165 extern const AVFilter ff_asrc_sinc;
166 extern const AVFilter ff_asrc_sine;
167 
168 extern const AVFilter ff_asink_anullsink;
169 
170 extern const AVFilter ff_vf_addroi;
171 extern const AVFilter ff_vf_alphaextract;
172 extern const AVFilter ff_vf_alphamerge;
173 extern const AVFilter ff_vf_amplify;
174 extern const AVFilter ff_vf_ass;
175 extern const AVFilter ff_vf_atadenoise;
176 extern const AVFilter ff_vf_avgblur;
177 extern const AVFilter ff_vf_avgblur_opencl;
178 extern const AVFilter ff_vf_avgblur_vulkan;
179 extern const AVFilter ff_vf_bbox;
180 extern const AVFilter ff_vf_bench;
181 extern const AVFilter ff_vf_bilateral;
182 extern const AVFilter ff_vf_bitplanenoise;
183 extern const AVFilter ff_vf_blackdetect;
184 extern const AVFilter ff_vf_blackframe;
185 extern const AVFilter ff_vf_blend;
186 extern const AVFilter ff_vf_bm3d;
187 extern const AVFilter ff_vf_boxblur;
188 extern const AVFilter ff_vf_boxblur_opencl;
189 extern const AVFilter ff_vf_bwdif;
190 extern const AVFilter ff_vf_cas;
191 extern const AVFilter ff_vf_chromaber_vulkan;
192 extern const AVFilter ff_vf_chromahold;
193 extern const AVFilter ff_vf_chromakey;
194 extern const AVFilter ff_vf_chromanr;
195 extern const AVFilter ff_vf_chromashift;
196 extern const AVFilter ff_vf_ciescope;
197 extern const AVFilter ff_vf_codecview;
198 extern const AVFilter ff_vf_colorbalance;
199 extern const AVFilter ff_vf_colorchannelmixer;
200 extern const AVFilter ff_vf_colorcontrast;
201 extern const AVFilter ff_vf_colorcorrect;
202 extern const AVFilter ff_vf_colorize;
203 extern const AVFilter ff_vf_colorkey;
204 extern const AVFilter ff_vf_colorkey_opencl;
205 extern const AVFilter ff_vf_colorhold;
206 extern const AVFilter ff_vf_colorlevels;
207 extern const AVFilter ff_vf_colormatrix;
208 extern const AVFilter ff_vf_colorspace;
209 extern const AVFilter ff_vf_colortemperature;
210 extern const AVFilter ff_vf_convolution;
212 extern const AVFilter ff_vf_convolve;
213 extern const AVFilter ff_vf_copy;
214 extern const AVFilter ff_vf_coreimage;
215 extern const AVFilter ff_vf_cover_rect;
216 extern const AVFilter ff_vf_crop;
217 extern const AVFilter ff_vf_cropdetect;
218 extern const AVFilter ff_vf_cue;
219 extern const AVFilter ff_vf_curves;
220 extern const AVFilter ff_vf_datascope;
221 extern const AVFilter ff_vf_dblur;
222 extern const AVFilter ff_vf_dctdnoiz;
223 extern const AVFilter ff_vf_deband;
224 extern const AVFilter ff_vf_deblock;
225 extern const AVFilter ff_vf_decimate;
226 extern const AVFilter ff_vf_deconvolve;
227 extern const AVFilter ff_vf_dedot;
228 extern const AVFilter ff_vf_deflate;
229 extern const AVFilter ff_vf_deflicker;
230 extern const AVFilter ff_vf_deinterlace_qsv;
231 extern const AVFilter ff_vf_deinterlace_vaapi;
232 extern const AVFilter ff_vf_dejudder;
233 extern const AVFilter ff_vf_delogo;
234 extern const AVFilter ff_vf_denoise_vaapi;
235 extern const AVFilter ff_vf_derain;
236 extern const AVFilter ff_vf_deshake;
237 extern const AVFilter ff_vf_deshake_opencl;
238 extern const AVFilter ff_vf_despill;
239 extern const AVFilter ff_vf_detelecine;
240 extern const AVFilter ff_vf_dilation;
241 extern const AVFilter ff_vf_dilation_opencl;
242 extern const AVFilter ff_vf_displace;
243 extern const AVFilter ff_vf_dnn_classify;
244 extern const AVFilter ff_vf_dnn_detect;
245 extern const AVFilter ff_vf_dnn_processing;
246 extern const AVFilter ff_vf_doubleweave;
247 extern const AVFilter ff_vf_drawbox;
248 extern const AVFilter ff_vf_drawgraph;
249 extern const AVFilter ff_vf_drawgrid;
250 extern const AVFilter ff_vf_drawtext;
251 extern const AVFilter ff_vf_edgedetect;
252 extern const AVFilter ff_vf_elbg;
253 extern const AVFilter ff_vf_entropy;
254 extern const AVFilter ff_vf_epx;
255 extern const AVFilter ff_vf_eq;
256 extern const AVFilter ff_vf_erosion;
257 extern const AVFilter ff_vf_erosion_opencl;
258 extern const AVFilter ff_vf_estdif;
259 extern const AVFilter ff_vf_exposure;
260 extern const AVFilter ff_vf_extractplanes;
261 extern const AVFilter ff_vf_fade;
262 extern const AVFilter ff_vf_fftdnoiz;
263 extern const AVFilter ff_vf_fftfilt;
264 extern const AVFilter ff_vf_field;
265 extern const AVFilter ff_vf_fieldhint;
266 extern const AVFilter ff_vf_fieldmatch;
267 extern const AVFilter ff_vf_fieldorder;
268 extern const AVFilter ff_vf_fillborders;
269 extern const AVFilter ff_vf_find_rect;
270 extern const AVFilter ff_vf_flip_vulkan;
271 extern const AVFilter ff_vf_floodfill;
272 extern const AVFilter ff_vf_format;
273 extern const AVFilter ff_vf_fps;
274 extern const AVFilter ff_vf_framepack;
275 extern const AVFilter ff_vf_framerate;
276 extern const AVFilter ff_vf_framestep;
277 extern const AVFilter ff_vf_freezedetect;
278 extern const AVFilter ff_vf_freezeframes;
279 extern const AVFilter ff_vf_frei0r;
280 extern const AVFilter ff_vf_fspp;
281 extern const AVFilter ff_vf_gblur;
282 extern const AVFilter ff_vf_gblur_vulkan;
283 extern const AVFilter ff_vf_geq;
284 extern const AVFilter ff_vf_gradfun;
285 extern const AVFilter ff_vf_graphmonitor;
286 extern const AVFilter ff_vf_grayworld;
287 extern const AVFilter ff_vf_greyedge;
288 extern const AVFilter ff_vf_guided;
289 extern const AVFilter ff_vf_haldclut;
290 extern const AVFilter ff_vf_hflip;
291 extern const AVFilter ff_vf_hflip_vulkan;
292 extern const AVFilter ff_vf_histeq;
293 extern const AVFilter ff_vf_histogram;
294 extern const AVFilter ff_vf_hqdn3d;
295 extern const AVFilter ff_vf_hqx;
296 extern const AVFilter ff_vf_hstack;
297 extern const AVFilter ff_vf_hsvhold;
298 extern const AVFilter ff_vf_hsvkey;
299 extern const AVFilter ff_vf_hue;
300 extern const AVFilter ff_vf_huesaturation;
301 extern const AVFilter ff_vf_hwdownload;
302 extern const AVFilter ff_vf_hwmap;
303 extern const AVFilter ff_vf_hwupload;
304 extern const AVFilter ff_vf_hwupload_cuda;
305 extern const AVFilter ff_vf_hysteresis;
306 extern const AVFilter ff_vf_identity;
307 extern const AVFilter ff_vf_idet;
308 extern const AVFilter ff_vf_il;
309 extern const AVFilter ff_vf_inflate;
310 extern const AVFilter ff_vf_interlace;
311 extern const AVFilter ff_vf_interleave;
312 extern const AVFilter ff_vf_kerndeint;
313 extern const AVFilter ff_vf_kirsch;
314 extern const AVFilter ff_vf_lagfun;
315 extern const AVFilter ff_vf_latency;
316 extern const AVFilter ff_vf_lenscorrection;
317 extern const AVFilter ff_vf_lensfun;
318 extern const AVFilter ff_vf_libplacebo;
319 extern const AVFilter ff_vf_libvmaf;
320 extern const AVFilter ff_vf_limitdiff;
321 extern const AVFilter ff_vf_limiter;
322 extern const AVFilter ff_vf_loop;
323 extern const AVFilter ff_vf_lumakey;
324 extern const AVFilter ff_vf_lut;
325 extern const AVFilter ff_vf_lut1d;
326 extern const AVFilter ff_vf_lut2;
327 extern const AVFilter ff_vf_lut3d;
328 extern const AVFilter ff_vf_lutrgb;
329 extern const AVFilter ff_vf_lutyuv;
330 extern const AVFilter ff_vf_maskedclamp;
331 extern const AVFilter ff_vf_maskedmax;
332 extern const AVFilter ff_vf_maskedmerge;
333 extern const AVFilter ff_vf_maskedmin;
334 extern const AVFilter ff_vf_maskedthreshold;
335 extern const AVFilter ff_vf_maskfun;
336 extern const AVFilter ff_vf_mcdeint;
337 extern const AVFilter ff_vf_median;
338 extern const AVFilter ff_vf_mergeplanes;
339 extern const AVFilter ff_vf_mestimate;
340 extern const AVFilter ff_vf_metadata;
341 extern const AVFilter ff_vf_midequalizer;
342 extern const AVFilter ff_vf_minterpolate;
343 extern const AVFilter ff_vf_mix;
344 extern const AVFilter ff_vf_monochrome;
345 extern const AVFilter ff_vf_morpho;
346 extern const AVFilter ff_vf_mpdecimate;
347 extern const AVFilter ff_vf_msad;
348 extern const AVFilter ff_vf_negate;
349 extern const AVFilter ff_vf_nlmeans;
350 extern const AVFilter ff_vf_nlmeans_opencl;
351 extern const AVFilter ff_vf_nnedi;
352 extern const AVFilter ff_vf_noformat;
353 extern const AVFilter ff_vf_noise;
354 extern const AVFilter ff_vf_normalize;
355 extern const AVFilter ff_vf_null;
356 extern const AVFilter ff_vf_ocr;
357 extern const AVFilter ff_vf_ocv;
358 extern const AVFilter ff_vf_oscilloscope;
359 extern const AVFilter ff_vf_overlay;
360 extern const AVFilter ff_vf_overlay_opencl;
361 extern const AVFilter ff_vf_overlay_qsv;
362 extern const AVFilter ff_vf_overlay_vulkan;
363 extern const AVFilter ff_vf_overlay_cuda;
364 extern const AVFilter ff_vf_owdenoise;
365 extern const AVFilter ff_vf_pad;
366 extern const AVFilter ff_vf_pad_opencl;
367 extern const AVFilter ff_vf_palettegen;
368 extern const AVFilter ff_vf_paletteuse;
369 extern const AVFilter ff_vf_perms;
370 extern const AVFilter ff_vf_perspective;
371 extern const AVFilter ff_vf_phase;
372 extern const AVFilter ff_vf_photosensitivity;
373 extern const AVFilter ff_vf_pixdesctest;
374 extern const AVFilter ff_vf_pixscope;
375 extern const AVFilter ff_vf_pp;
376 extern const AVFilter ff_vf_pp7;
377 extern const AVFilter ff_vf_premultiply;
378 extern const AVFilter ff_vf_prewitt;
379 extern const AVFilter ff_vf_prewitt_opencl;
380 extern const AVFilter ff_vf_procamp_vaapi;
381 extern const AVFilter ff_vf_program_opencl;
382 extern const AVFilter ff_vf_pseudocolor;
383 extern const AVFilter ff_vf_psnr;
384 extern const AVFilter ff_vf_pullup;
385 extern const AVFilter ff_vf_qp;
386 extern const AVFilter ff_vf_random;
387 extern const AVFilter ff_vf_readeia608;
388 extern const AVFilter ff_vf_readvitc;
389 extern const AVFilter ff_vf_realtime;
390 extern const AVFilter ff_vf_remap;
391 extern const AVFilter ff_vf_removegrain;
392 extern const AVFilter ff_vf_removelogo;
393 extern const AVFilter ff_vf_repeatfields;
394 extern const AVFilter ff_vf_reverse;
395 extern const AVFilter ff_vf_rgbashift;
396 extern const AVFilter ff_vf_roberts;
397 extern const AVFilter ff_vf_roberts_opencl;
398 extern const AVFilter ff_vf_rotate;
399 extern const AVFilter ff_vf_sab;
400 extern const AVFilter ff_vf_scale;
401 extern const AVFilter ff_vf_scale_cuda;
402 extern const AVFilter ff_vf_scale_npp;
403 extern const AVFilter ff_vf_scale_qsv;
404 extern const AVFilter ff_vf_scale_vaapi;
405 extern const AVFilter ff_vf_scale_vulkan;
406 extern const AVFilter ff_vf_scale2ref;
407 extern const AVFilter ff_vf_scale2ref_npp;
408 extern const AVFilter ff_vf_scdet;
409 extern const AVFilter ff_vf_scharr;
410 extern const AVFilter ff_vf_scroll;
411 extern const AVFilter ff_vf_segment;
412 extern const AVFilter ff_vf_select;
413 extern const AVFilter ff_vf_selectivecolor;
414 extern const AVFilter ff_vf_sendcmd;
415 extern const AVFilter ff_vf_separatefields;
416 extern const AVFilter ff_vf_setdar;
417 extern const AVFilter ff_vf_setfield;
418 extern const AVFilter ff_vf_setparams;
419 extern const AVFilter ff_vf_setpts;
420 extern const AVFilter ff_vf_setrange;
421 extern const AVFilter ff_vf_setsar;
422 extern const AVFilter ff_vf_settb;
423 extern const AVFilter ff_vf_sharpen_npp;
424 extern const AVFilter ff_vf_sharpness_vaapi;
425 extern const AVFilter ff_vf_shear;
426 extern const AVFilter ff_vf_showinfo;
427 extern const AVFilter ff_vf_showpalette;
428 extern const AVFilter ff_vf_shuffleframes;
429 extern const AVFilter ff_vf_shufflepixels;
430 extern const AVFilter ff_vf_shuffleplanes;
431 extern const AVFilter ff_vf_sidedata;
432 extern const AVFilter ff_vf_signalstats;
433 extern const AVFilter ff_vf_signature;
434 extern const AVFilter ff_vf_smartblur;
435 extern const AVFilter ff_vf_sobel;
436 extern const AVFilter ff_vf_sobel_opencl;
437 extern const AVFilter ff_vf_split;
438 extern const AVFilter ff_vf_spp;
439 extern const AVFilter ff_vf_sr;
440 extern const AVFilter ff_vf_ssim;
441 extern const AVFilter ff_vf_stereo3d;
442 extern const AVFilter ff_vf_streamselect;
443 extern const AVFilter ff_vf_subtitles;
444 extern const AVFilter ff_vf_super2xsai;
445 extern const AVFilter ff_vf_swaprect;
446 extern const AVFilter ff_vf_swapuv;
447 extern const AVFilter ff_vf_tblend;
448 extern const AVFilter ff_vf_telecine;
449 extern const AVFilter ff_vf_thistogram;
450 extern const AVFilter ff_vf_threshold;
451 extern const AVFilter ff_vf_thumbnail;
452 extern const AVFilter ff_vf_thumbnail_cuda;
453 extern const AVFilter ff_vf_tile;
454 extern const AVFilter ff_vf_tinterlace;
455 extern const AVFilter ff_vf_tlut2;
456 extern const AVFilter ff_vf_tmedian;
457 extern const AVFilter ff_vf_tmidequalizer;
458 extern const AVFilter ff_vf_tmix;
459 extern const AVFilter ff_vf_tonemap;
460 extern const AVFilter ff_vf_tonemap_opencl;
461 extern const AVFilter ff_vf_tonemap_vaapi;
462 extern const AVFilter ff_vf_tpad;
463 extern const AVFilter ff_vf_transpose;
464 extern const AVFilter ff_vf_transpose_npp;
465 extern const AVFilter ff_vf_transpose_opencl;
466 extern const AVFilter ff_vf_transpose_vaapi;
467 extern const AVFilter ff_vf_transpose_vulkan;
468 extern const AVFilter ff_vf_trim;
469 extern const AVFilter ff_vf_unpremultiply;
470 extern const AVFilter ff_vf_unsharp;
471 extern const AVFilter ff_vf_unsharp_opencl;
472 extern const AVFilter ff_vf_untile;
473 extern const AVFilter ff_vf_uspp;
474 extern const AVFilter ff_vf_v360;
475 extern const AVFilter ff_vf_vaguedenoiser;
476 extern const AVFilter ff_vf_varblur;
477 extern const AVFilter ff_vf_vectorscope;
478 extern const AVFilter ff_vf_vflip;
479 extern const AVFilter ff_vf_vflip_vulkan;
480 extern const AVFilter ff_vf_vfrdet;
481 extern const AVFilter ff_vf_vibrance;
482 extern const AVFilter ff_vf_vidstabdetect;
483 extern const AVFilter ff_vf_vidstabtransform;
484 extern const AVFilter ff_vf_vif;
485 extern const AVFilter ff_vf_vignette;
486 extern const AVFilter ff_vf_vmafmotion;
487 extern const AVFilter ff_vf_vpp_qsv;
488 extern const AVFilter ff_vf_vstack;
489 extern const AVFilter ff_vf_w3fdif;
490 extern const AVFilter ff_vf_waveform;
491 extern const AVFilter ff_vf_weave;
492 extern const AVFilter ff_vf_xbr;
493 extern const AVFilter ff_vf_xcorrelate;
494 extern const AVFilter ff_vf_xfade;
495 extern const AVFilter ff_vf_xfade_opencl;
496 extern const AVFilter ff_vf_xmedian;
497 extern const AVFilter ff_vf_xstack;
498 extern const AVFilter ff_vf_yadif;
499 extern const AVFilter ff_vf_yadif_cuda;
501 extern const AVFilter ff_vf_yaepblur;
502 extern const AVFilter ff_vf_zmq;
503 extern const AVFilter ff_vf_zoompan;
504 extern const AVFilter ff_vf_zscale;
505 
506 extern const AVFilter ff_vsrc_allrgb;
507 extern const AVFilter ff_vsrc_allyuv;
508 extern const AVFilter ff_vsrc_cellauto;
509 extern const AVFilter ff_vsrc_color;
510 extern const AVFilter ff_vsrc_colorspectrum;
511 extern const AVFilter ff_vsrc_coreimagesrc;
512 extern const AVFilter ff_vsrc_frei0r_src;
513 extern const AVFilter ff_vsrc_gradients;
514 extern const AVFilter ff_vsrc_haldclutsrc;
515 extern const AVFilter ff_vsrc_life;
516 extern const AVFilter ff_vsrc_mandelbrot;
517 extern const AVFilter ff_vsrc_mptestsrc;
518 extern const AVFilter ff_vsrc_nullsrc;
519 extern const AVFilter ff_vsrc_openclsrc;
520 extern const AVFilter ff_vsrc_pal75bars;
521 extern const AVFilter ff_vsrc_pal100bars;
522 extern const AVFilter ff_vsrc_rgbtestsrc;
523 extern const AVFilter ff_vsrc_sierpinski;
524 extern const AVFilter ff_vsrc_smptebars;
525 extern const AVFilter ff_vsrc_smptehdbars;
526 extern const AVFilter ff_vsrc_testsrc;
527 extern const AVFilter ff_vsrc_testsrc2;
528 extern const AVFilter ff_vsrc_yuvtestsrc;
529 
530 extern const AVFilter ff_vsink_nullsink;
531 
532 /* multimedia filters */
533 extern const AVFilter ff_avf_abitscope;
534 extern const AVFilter ff_avf_adrawgraph;
535 extern const AVFilter ff_avf_agraphmonitor;
536 extern const AVFilter ff_avf_ahistogram;
537 extern const AVFilter ff_avf_aphasemeter;
538 extern const AVFilter ff_avf_avectorscope;
539 extern const AVFilter ff_avf_concat;
540 extern const AVFilter ff_avf_showcqt;
541 extern const AVFilter ff_avf_showfreqs;
542 extern const AVFilter ff_avf_showspatial;
543 extern const AVFilter ff_avf_showspectrum;
544 extern const AVFilter ff_avf_showspectrumpic;
545 extern const AVFilter ff_avf_showvolume;
546 extern const AVFilter ff_avf_showwaves;
547 extern const AVFilter ff_avf_showwavespic;
548 extern const AVFilter ff_vaf_spectrumsynth;
549 
550 /* multimedia sources */
551 extern const AVFilter ff_avsrc_amovie;
552 extern const AVFilter ff_avsrc_movie;
553 
554 /* those filters are part of public or internal API,
555  * they are formatted to not be found by the grep
556  * as they are manually added again (due to their 'names'
557  * being the same while having different 'types'). */
558 extern const AVFilter ff_asrc_abuffer;
559 extern const AVFilter ff_vsrc_buffer;
560 extern const AVFilter ff_asink_abuffer;
561 extern const AVFilter ff_vsink_buffer;
562 extern const AVFilter ff_af_afifo;
563 extern const AVFilter ff_vf_fifo;
564 
565 #include "libavfilter/filter_list.c"
566 
567 
568 const AVFilter *av_filter_iterate(void **opaque)
569 {
570  uintptr_t i = (uintptr_t)*opaque;
571  const AVFilter *f = filter_list[i];
572 
573  if (f)
574  *opaque = (void*)(i + 1);
575 
576  return f;
577 }
578 
579 const AVFilter *avfilter_get_by_name(const char *name)
580 {
581  const AVFilter *f = NULL;
582  void *opaque = 0;
583 
584  if (!name)
585  return NULL;
586 
587  while ((f = av_filter_iterate(&opaque)))
588  if (!strcmp(f->name, name))
589  return f;
590 
591  return NULL;
592 }
ff_vf_dnn_processing
const AVFilter ff_vf_dnn_processing
Definition: vf_dnn_processing.c:363
ff_af_aintegral
const AVFilter ff_af_aintegral
Definition: af_aderivative.c:163
ff_vf_shuffleplanes
const AVFilter ff_vf_shuffleplanes
Definition: vf_shuffleplanes.c:163
ff_vf_derain
const AVFilter ff_vf_derain
Definition: vf_derain.c:121
ff_vf_colorspace
const AVFilter ff_vf_colorspace
Definition: vf_colorspace.c:1070
ff_vf_w3fdif
const AVFilter ff_vf_w3fdif
Definition: vf_w3fdif.c:608
ff_vf_field
const AVFilter ff_vf_field
Definition: vf_field.c:102
ff_vf_limiter
const AVFilter ff_vf_limiter
Definition: vf_limiter.c:253
ff_vf_xfade
const AVFilter ff_vf_xfade
Definition: vf_xfade.c:1994
ff_af_dcshift
const AVFilter ff_af_dcshift
Definition: af_dcshift.c:132
ff_vf_cas
const AVFilter ff_vf_cas
Definition: vf_cas.c:276
ff_af_chorus
const AVFilter ff_af_chorus
Definition: af_chorus.c:341
name
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option name
Definition: writing_filters.txt:88
ff_vf_framepack
const AVFilter ff_vf_framepack
Definition: vf_framepack.c:461
ff_vf_thistogram
const AVFilter ff_vf_thistogram
ff_af_astats
const AVFilter ff_af_astats
Definition: af_astats.c:838
ff_af_sidechaincompress
const AVFilter ff_af_sidechaincompress
ff_af_lv2
const AVFilter ff_af_lv2
Definition: af_lv2.c:574
ff_vf_identity
const AVFilter ff_vf_identity
ff_vf_noformat
const AVFilter ff_vf_noformat
ff_af_mcompand
const AVFilter ff_af_mcompand
Definition: af_mcompand.c:636
ff_vf_unsharp
const AVFilter ff_vf_unsharp
Definition: vf_unsharp.c:350
ff_vsrc_cellauto
const AVFilter ff_vsrc_cellauto
Definition: vsrc_cellauto.c:320
ff_af_join
const AVFilter ff_af_join
Definition: af_join.c:535
ff_af_afade
const AVFilter ff_af_afade
ff_vsink_buffer
const AVFilter ff_vsink_buffer
Definition: buffersink.c:336
ff_af_asr
const AVFilter ff_af_asr
Definition: af_asr.c:168
ff_vf_find_rect
const AVFilter ff_vf_find_rect
Definition: vf_find_rect.c:291
ff_vf_deconvolve
const AVFilter ff_vf_deconvolve
ff_vf_ocv
const AVFilter ff_vf_ocv
Definition: vf_libopencv.c:417
ff_avf_showspectrum
const AVFilter ff_avf_showspectrum
ff_af_aformat
const AVFilter ff_af_aformat
Definition: af_aformat.c:158
ff_vf_erosion
const AVFilter ff_vf_erosion
thread.h
ff_af_asegment
const AVFilter ff_af_asegment
ff_vf_hwupload
const AVFilter ff_vf_hwupload
Definition: vf_hwupload.c:251
ff_vf_tmix
const AVFilter ff_vf_tmix
ff_vf_colorchannelmixer
const AVFilter ff_vf_colorchannelmixer
Definition: vf_colorchannelmixer.c:772
ff_vsrc_gradients
const AVFilter ff_vsrc_gradients
Definition: vsrc_gradients.c:286
ff_vf_colorhold
const AVFilter ff_vf_colorhold
ff_vf_scharr
const AVFilter ff_vf_scharr
ff_vf_null
const AVFilter ff_vf_null
Definition: vf_null.c:43
ff_vf_colortemperature
const AVFilter ff_vf_colortemperature
Definition: vf_colortemperature.c:347
ff_vf_roberts
const AVFilter ff_vf_roberts
ff_vf_eq
const AVFilter ff_vf_eq
Definition: vf_eq.c:372
ff_vf_chromaber_vulkan
const AVFilter ff_vf_chromaber_vulkan
Definition: vf_chromaber_vulkan.c:341
ff_vf_removegrain
const AVFilter ff_vf_removegrain
Definition: vf_removegrain.c:641
ff_af_acrusher
const AVFilter ff_af_acrusher
Definition: af_acrusher.c:335
ff_vf_tinterlace
const AVFilter ff_vf_tinterlace
Definition: vf_tinterlace.c:548
ff_vf_libvmaf
const AVFilter ff_vf_libvmaf
Definition: vf_libvmaf.c:353
ff_vf_sidedata
const AVFilter ff_vf_sidedata
ff_af_earwax
const AVFilter ff_af_earwax
Definition: af_earwax.c:232
ff_vf_rgbashift
const AVFilter ff_vf_rgbashift
Definition: vf_chromashift.c:462
ff_vf_midequalizer
const AVFilter ff_vf_midequalizer
Definition: vf_midequalizer.c:366
ff_af_ebur128
const AVFilter ff_af_ebur128
Definition: f_ebur128.c:1022
ff_af_acopy
const AVFilter ff_af_acopy
Definition: af_acopy.c:63
ff_af_anlmf
const AVFilter ff_af_anlmf
Definition: af_anlms.c:321
ff_vf_kerndeint
const AVFilter ff_vf_kerndeint
Definition: vf_kerndeint.c:300
ff_vsrc_color
const AVFilter ff_vsrc_color
ff_vf_maskedclamp
const AVFilter ff_vf_maskedclamp
Definition: vf_maskedclamp.c:307
ff_af_sofalizer
const AVFilter ff_af_sofalizer
Definition: af_sofalizer.c:1107
ff_vf_mix
const AVFilter ff_vf_mix
ff_asrc_hilbert
const AVFilter ff_asrc_hilbert
Definition: asrc_hilbert.c:161
ff_vf_edgedetect
const AVFilter ff_vf_edgedetect
Definition: vf_edgedetect.c:428
ff_vf_framestep
const AVFilter ff_vf_framestep
Definition: vf_framestep.c:90
ff_vf_fade
const AVFilter ff_vf_fade
Definition: vf_fade.c:567
ff_vf_kirsch
const AVFilter ff_vf_kirsch
ff_vf_hflip
const AVFilter ff_vf_hflip
Definition: vf_hflip.c:247
ff_vf_hqdn3d
const AVFilter ff_vf_hqdn3d
Definition: vf_hqdn3d.c:392
ff_af_aresample
const AVFilter ff_af_aresample
Definition: af_aresample.c:330
ff_vf_transpose_npp
const AVFilter ff_vf_transpose_npp
Definition: vf_transpose_npp.c:464
ff_vf_separatefields
const AVFilter ff_vf_separatefields
Definition: vf_separatefields.c:174
ff_vf_xbr
const AVFilter ff_vf_xbr
Definition: vf_xbr.c:414
ff_vf_hwupload_cuda
const AVFilter ff_vf_hwupload_cuda
Definition: vf_hwupload_cuda.c:184
ff_af_tremolo
const AVFilter ff_af_tremolo
Definition: af_tremolo.c:131
ff_vsrc_pal75bars
const AVFilter ff_vsrc_pal75bars
ff_vf_rotate
const AVFilter ff_vf_rotate
Definition: vf_rotate.c:593
ff_vf_overlay
const AVFilter ff_vf_overlay
Definition: vf_overlay.c:1108
ff_vf_delogo
const AVFilter ff_vf_delogo
Definition: vf_delogo.c:391
ff_af_lowshelf
const AVFilter ff_af_lowshelf
ff_vf_vpp_qsv
const AVFilter ff_vf_vpp_qsv
Definition: vf_vpp_qsv.c:648
ff_vf_sr
const AVFilter ff_vf_sr
Definition: vf_sr.c:192
ff_vf_fps
const AVFilter ff_vf_fps
Definition: vf_fps.c:383
ff_vf_tlut2
const AVFilter ff_vf_tlut2
ff_vsink_nullsink
const AVFilter ff_vsink_nullsink
Definition: vsink_nullsink.c:37
ff_vf_thumbnail
const AVFilter ff_vf_thumbnail
Definition: vf_thumbnail.c:281
ff_vf_negate
const AVFilter ff_vf_negate
Definition: vf_negate.c:365
ff_vf_signature
const AVFilter ff_vf_signature
Definition: vf_signature.c:751
ff_vf_prewitt
const AVFilter ff_vf_prewitt
ff_vf_overlay_cuda
const AVFilter ff_vf_overlay_cuda
Definition: vf_overlay_cuda.c:566
ff_avf_ahistogram
const AVFilter ff_avf_ahistogram
Definition: avf_ahistogram.c:425
ff_af_equalizer
const AVFilter ff_af_equalizer
ff_avf_abitscope
const AVFilter ff_avf_abitscope
Definition: avf_abitscope.c:261
ff_vf_owdenoise
const AVFilter ff_vf_owdenoise
Definition: vf_owdenoise.c:364
ff_af_azmq
const AVFilter ff_af_azmq
ff_vf_hsvhold
const AVFilter ff_vf_hsvhold
Definition: vf_hsvkey.c:362
ff_vf_tpad
const AVFilter ff_vf_tpad
Definition: vf_tpad.c:206
ff_avf_adrawgraph
const AVFilter ff_avf_adrawgraph
ff_vf_lut
const AVFilter ff_vf_lut
ff_vf_vignette
const AVFilter ff_vf_vignette
Definition: vf_vignette.c:335
ff_af_adelay
const AVFilter ff_af_adelay
Definition: af_adelay.c:321
ff_vf_dilation_opencl
const AVFilter ff_vf_dilation_opencl
ff_af_agate
const AVFilter ff_af_agate
ff_vf_lut3d
const AVFilter ff_vf_lut3d
ff_vf_lenscorrection
const AVFilter ff_vf_lenscorrection
Definition: vf_lenscorrection.c:352
ff_af_asubboost
const AVFilter ff_af_asubboost
Definition: af_asubboost.c:216
ff_af_anlms
const AVFilter ff_af_anlms
Definition: af_anlms.c:306
ff_avsrc_movie
const AVFilter ff_avsrc_movie
ff_vf_hysteresis
const AVFilter ff_vf_hysteresis
Definition: vf_hysteresis.c:366
ff_af_superequalizer
const AVFilter ff_af_superequalizer
Definition: af_superequalizer.c:350
ff_af_crossfeed
const AVFilter ff_af_crossfeed
Definition: af_crossfeed.c:176
ff_vf_pp
const AVFilter ff_vf_pp
Definition: vf_pp.c:184
ff_af_atilt
const AVFilter ff_af_atilt
Definition: af_atilt.c:256
ff_vf_deblock
const AVFilter ff_vf_deblock
Definition: vf_deblock.c:409
ff_vaf_spectrumsynth
const AVFilter ff_vaf_spectrumsynth
Definition: vaf_spectrumsynth.c:539
ff_vf_hsvkey
const AVFilter ff_vf_hsvkey
Definition: vf_hsvkey.c:302
ff_vsrc_haldclutsrc
const AVFilter ff_vsrc_haldclutsrc
ff_af_aderivative
const AVFilter ff_af_aderivative
Definition: af_aderivative.c:152
ff_avf_agraphmonitor
const AVFilter ff_avf_agraphmonitor
ff_af_bass
const AVFilter ff_af_bass
ff_vf_program_opencl
const AVFilter ff_vf_program_opencl
ff_vf_nnedi
const AVFilter ff_vf_nnedi
Definition: vf_nnedi.c:1150
ff_af_asetrate
const AVFilter ff_af_asetrate
Definition: af_asetrate.c:107
ff_vf_selectivecolor
const AVFilter ff_vf_selectivecolor
Definition: vf_selectivecolor.c:484
ff_vf_yadif
const AVFilter ff_vf_yadif
Definition: vf_yadif.c:346
ff_vf_oscilloscope
const AVFilter ff_vf_oscilloscope
Definition: vf_datascope.c:1142
ff_vf_fillborders
const AVFilter ff_vf_fillborders
Definition: vf_fillborders.c:717
ff_vsrc_yuvtestsrc
const AVFilter ff_vsrc_yuvtestsrc
ff_vf_v360
const AVFilter ff_vf_v360
Definition: vf_v360.c:5003
ff_af_amultiply
const AVFilter ff_af_amultiply
Definition: af_amultiply.c:174
ff_vf_unpremultiply
const AVFilter ff_vf_unpremultiply
ff_af_compensationdelay
const AVFilter ff_af_compensationdelay
Definition: af_compensationdelay.c:157
ff_vf_setfield
const AVFilter ff_vf_setfield
ff_vf_paletteuse
const AVFilter ff_vf_paletteuse
Definition: vf_paletteuse.c:1166
ff_af_adynamicsmooth
const AVFilter ff_af_adynamicsmooth
Definition: af_adynamicsmooth.c:131
ff_vf_pseudocolor
const AVFilter ff_vf_pseudocolor
Definition: vf_pseudocolor.c:914
ff_vf_alphaextract
const AVFilter ff_vf_alphaextract
ff_asrc_anullsrc
const AVFilter ff_asrc_anullsrc
Definition: asrc_anullsrc.c:139
ff_af_ainterleave
const AVFilter ff_af_ainterleave
ff_vf_fftdnoiz
const AVFilter ff_vf_fftdnoiz
Definition: vf_fftdnoiz.c:754
av_filter_iterate
const AVFilter * av_filter_iterate(void **opaque)
Iterate over all registered filters.
Definition: allfilters.c:568
ff_vf_addroi
const AVFilter ff_vf_addroi
Definition: vf_addroi.c:256
ff_vf_sharpen_npp
const AVFilter ff_vf_sharpen_npp
Definition: vf_sharpen_npp.c:255
ff_vf_setsar
const AVFilter ff_vf_setsar
ff_vf_mergeplanes
const AVFilter ff_vf_mergeplanes
Definition: vf_mergeplanes.c:292
ff_vf_monochrome
const AVFilter ff_vf_monochrome
Definition: vf_monochrome.c:291
ff_vf_yadif_videotoolbox
const AVFilter ff_vf_yadif_videotoolbox
ff_vf_yadif_cuda
const AVFilter ff_vf_yadif_cuda
Definition: vf_yadif_cuda.c:360
ff_vsrc_coreimagesrc
const AVFilter ff_vsrc_coreimagesrc
Definition: vf_coreimage.m:634
ff_vf_setdar
const AVFilter ff_vf_setdar
ff_vf_maskfun
const AVFilter ff_vf_maskfun
Definition: vf_maskfun.c:305
ff_af_afir
const AVFilter ff_af_afir
Definition: af_afir.c:940
ff_vf_colorize
const AVFilter ff_vf_colorize
Definition: vf_colorize.c:283
ff_vf_dnn_detect
const AVFilter ff_vf_dnn_detect
Definition: vf_dnn_detect.c:457
ff_vsrc_allrgb
const AVFilter ff_vsrc_allrgb
ff_vf_tmidequalizer
const AVFilter ff_vf_tmidequalizer
Definition: vf_tmidequalizer.c:423
ff_vf_gradfun
const AVFilter ff_vf_gradfun
Definition: vf_gradfun.c:245
ff_vf_noise
const AVFilter ff_vf_noise
Definition: vf_noise.c:339
ff_vf_ssim
const AVFilter ff_vf_ssim
Definition: vf_ssim.c:583
ff_vf_sharpness_vaapi
const AVFilter ff_vf_sharpness_vaapi
Definition: vf_misc_vaapi.c:248
ff_avsrc_amovie
const AVFilter ff_avsrc_amovie
ff_vf_colorlevels
const AVFilter ff_vf_colorlevels
Definition: vf_colorlevels.c:368
ff_vf_greyedge
const AVFilter ff_vf_greyedge
ff_vf_interleave
const AVFilter ff_vf_interleave
ff_vf_drawtext
const AVFilter ff_vf_drawtext
Definition: vf_drawtext.c:1631
ff_af_acue
const AVFilter ff_af_acue
ff_asrc_abuffer
const AVFilter ff_asrc_abuffer
Definition: buffersrc.c:462
ff_vf_bbox
const AVFilter ff_vf_bbox
Definition: vf_bbox.c:146
ff_vf_transpose_vulkan
const AVFilter ff_vf_transpose_vulkan
Definition: vf_transpose_vulkan.c:335
ff_af_adecorrelate
const AVFilter ff_af_adecorrelate
Definition: af_adecorrelate.c:240
ff_af_acrossfade
const AVFilter ff_af_acrossfade
ff_vf_scale_vulkan
const AVFilter ff_vf_scale_vulkan
Definition: vf_scale_vulkan.c:533
ff_vf_codecview
const AVFilter ff_vf_codecview
Definition: vf_codecview.c:343
ff_vf_random
const AVFilter ff_vf_random
Definition: vf_random.c:140
ff_vsrc_pal100bars
const AVFilter ff_vsrc_pal100bars
ff_vf_vif
const AVFilter ff_vf_vif
Definition: vf_vif.c:631
ff_vf_xfade_opencl
const AVFilter ff_vf_xfade_opencl
Definition: vf_xfade_opencl.c:424
ff_vf_weave
const AVFilter ff_vf_weave
Definition: vf_weave.c:185
ff_vf_dejudder
const AVFilter ff_vf_dejudder
Definition: vf_dejudder.c:176
ff_vf_denoise_vaapi
const AVFilter ff_vf_denoise_vaapi
Definition: vf_misc_vaapi.c:235
ff_vf_deflicker
const AVFilter ff_vf_deflicker
Definition: vf_deflicker.c:460
ff_vf_copy
const AVFilter ff_vf_copy
Definition: vf_copy.c:75
ff_af_hdcd
const AVFilter ff_af_hdcd
Definition: af_hdcd.c:1773
ff_af_dynaudnorm
const AVFilter ff_af_dynaudnorm
Definition: af_dynaudnorm.c:857
ff_af_compand
const AVFilter ff_af_compand
Definition: af_compand.c:556
ff_vf_pixscope
const AVFilter ff_vf_pixscope
Definition: vf_datascope.c:738
ff_vf_il
const AVFilter ff_vf_il
Definition: vf_il.c:193
ff_af_bandreject
const AVFilter ff_af_bandreject
ff_af_biquad
const AVFilter ff_af_biquad
ff_vf_morpho
const AVFilter ff_vf_morpho
Definition: vf_morpho.c:1014
ff_af_amerge
const AVFilter ff_af_amerge
Definition: af_amerge.c:333
ff_vf_scroll
const AVFilter ff_vf_scroll
Definition: vf_scroll.c:204
ff_vf_entropy
const AVFilter ff_vf_entropy
Definition: vf_entropy.c:186
ff_vf_varblur
const AVFilter ff_vf_varblur
Definition: vf_varblur.c:387
ff_vf_bitplanenoise
const AVFilter ff_vf_bitplanenoise
Definition: vf_bitplanenoise.c:207
ff_vf_freezedetect
const AVFilter ff_vf_freezedetect
Definition: vf_freezedetect.c:214
ff_vf_shear
const AVFilter ff_vf_shear
Definition: vf_shear.c:310
ff_vf_tonemap
const AVFilter ff_vf_tonemap
Definition: vf_tonemap.c:326
ff_vf_pixdesctest
const AVFilter ff_vf_pixdesctest
Definition: vf_pixdesctest.c:125
ff_vf_spp
const AVFilter ff_vf_spp
Definition: vf_spp.c:493
ff_vf_readvitc
const AVFilter ff_vf_readvitc
Definition: vf_readvitc.c:240
ff_af_acompressor
const AVFilter ff_af_acompressor
ff_vf_setparams
const AVFilter ff_vf_setparams
Definition: vf_setparams.c:163
ff_vsrc_frei0r_src
const AVFilter ff_vsrc_frei0r_src
Definition: vf_frei0r.c:501
ff_vf_gblur
const AVFilter ff_vf_gblur
Definition: vf_gblur.c:407
ff_af_ametadata
const AVFilter ff_af_ametadata
ff_vf_coreimage
const AVFilter ff_vf_coreimage
Definition: vf_coreimage.m:613
ff_vf_bilateral
const AVFilter ff_vf_bilateral
Definition: vf_bilateral.c:508
ff_af_alimiter
const AVFilter ff_af_alimiter
Definition: af_alimiter.c:331
ff_vsrc_mandelbrot
const AVFilter ff_vsrc_mandelbrot
Definition: vsrc_mandelbrot.c:408
ff_vf_dblur
const AVFilter ff_vf_dblur
Definition: vf_dblur.c:288
ff_vf_interlace
const AVFilter ff_vf_interlace
Definition: vf_tinterlace.c:560
ff_vf_datascope
const AVFilter ff_vf_datascope
Definition: vf_datascope.c:451
ff_vsrc_testsrc2
const AVFilter ff_vsrc_testsrc2
ff_vf_vibrance
const AVFilter ff_vf_vibrance
Definition: vf_vibrance.c:368
ff_asrc_afirsrc
const AVFilter ff_asrc_afirsrc
Definition: asrc_afirsrc.c:291
ff_vf_crop
const AVFilter ff_vf_crop
Definition: vf_crop.c:389
f
#define f(width, name)
Definition: cbs_vp9.c:255
ff_vf_freezeframes
const AVFilter ff_vf_freezeframes
Definition: vf_freezeframes.c:155
ff_vf_deinterlace_vaapi
const AVFilter ff_vf_deinterlace_vaapi
Definition: vf_deinterlace_vaapi.c:382
ff_vf_tonemap_opencl
const AVFilter ff_vf_tonemap_opencl
Definition: vf_tonemap_opencl.c:540
ff_af_asupercut
const AVFilter ff_af_asupercut
Definition: af_asupercut.c:343
ff_af_adeclick
const AVFilter ff_af_adeclick
Definition: af_adeclick.c:734
ff_vf_fftfilt
const AVFilter ff_vf_fftfilt
Definition: vf_fftfilt.c:550
ff_vf_libplacebo
const AVFilter ff_vf_libplacebo
Definition: vf_libplacebo.c:683
ff_vf_boxblur
const AVFilter ff_vf_boxblur
Definition: vf_boxblur.c:305
ff_vf_fieldhint
const AVFilter ff_vf_fieldhint
Definition: vf_fieldhint.c:292
ff_vf_deflate
const AVFilter ff_vf_deflate
ff_af_volume
const AVFilter ff_af_volume
Definition: af_volume.c:465
ff_vf_procamp_vaapi
const AVFilter ff_vf_procamp_vaapi
Definition: vf_procamp_vaapi.c:232
ff_af_atrim
const AVFilter ff_af_atrim
ff_af_crystalizer
const AVFilter ff_af_crystalizer
Definition: af_crystalizer.c:361
avfilter_get_by_name
const AVFilter * avfilter_get_by_name(const char *name)
Get a filter definition matching the given name.
Definition: allfilters.c:579
ff_af_aiir
const AVFilter ff_af_aiir
Definition: af_aiir.c:1568
ff_vf_nlmeans
const AVFilter ff_vf_nlmeans
Definition: vf_nlmeans.c:588
ff_af_firequalizer
const AVFilter ff_af_firequalizer
Definition: af_firequalizer.c:940
ff_vf_transpose
const AVFilter ff_vf_transpose
Definition: vf_transpose.c:408
NULL
#define NULL
Definition: coverity.c:32
ff_vsrc_colorspectrum
const AVFilter ff_vsrc_colorspectrum
ff_vf_lensfun
const AVFilter ff_vf_lensfun
Definition: vf_lensfun.c:524
ff_vf_mestimate
const AVFilter ff_vf_mestimate
Definition: vf_mestimate.c:360
ff_af_afwtdn
const AVFilter ff_af_afwtdn
Definition: af_afwtdn.c:1308
ff_vf_mcdeint
const AVFilter ff_vf_mcdeint
Definition: vf_mcdeint.c:294
ff_vf_vaguedenoiser
const AVFilter ff_vf_vaguedenoiser
Definition: vf_vaguedenoiser.c:604
ff_af_aselect
const AVFilter ff_af_aselect
ff_asrc_sine
const AVFilter ff_asrc_sine
Definition: asrc_sine.c:263
ff_vf_telecine
const AVFilter ff_vf_telecine
Definition: vf_telecine.c:283
ff_af_arnndn
const AVFilter ff_af_arnndn
Definition: af_arnndn.c:1608
ff_af_channelmap
const AVFilter ff_af_channelmap
Definition: af_channelmap.c:399
ff_af_aeval
const AVFilter ff_af_aeval
ff_vf_colorkey_opencl
const AVFilter ff_vf_colorkey_opencl
Definition: vf_colorkey_opencl.c:231
ff_af_headphone
const AVFilter ff_af_headphone
Definition: af_headphone.c:759
ff_avf_showcqt
const AVFilter ff_avf_showcqt
Definition: avf_showcqt.c:1591
ff_vf_bench
const AVFilter ff_vf_bench
ff_af_aphaser
const AVFilter ff_af_aphaser
Definition: af_aphaser.c:258
ff_asink_anullsink
const AVFilter ff_asink_anullsink
Definition: asink_anullsink.c:39
ff_af_anull
const AVFilter ff_af_anull
Definition: af_anull.c:44
ff_vf_colormatrix
const AVFilter ff_vf_colormatrix
Definition: vf_colormatrix.c:493
ff_af_highpass
const AVFilter ff_af_highpass
ff_af_surround
const AVFilter ff_af_surround
Definition: af_surround.c:1762
ff_avf_showwavespic
const AVFilter ff_avf_showwavespic
ff_af_ladspa
const AVFilter ff_af_ladspa
Definition: af_ladspa.c:774
ff_af_silenceremove
const AVFilter ff_af_silenceremove
Definition: af_silenceremove.c:957
ff_vf_histeq
const AVFilter ff_vf_histeq
Definition: vf_histeq.c:264
ff_vf_hue
const AVFilter ff_vf_hue
Definition: vf_hue.c:510
ff_af_asetnsamples
const AVFilter ff_af_asetnsamples
Definition: af_asetnsamples.c:118
ff_af_allpass
const AVFilter ff_af_allpass
ff_vf_blackdetect
const AVFilter ff_vf_blackdetect
Definition: vf_blackdetect.c:251
ff_vf_vectorscope
const AVFilter ff_vf_vectorscope
Definition: vf_vectorscope.c:1588
ff_vf_hstack
const AVFilter ff_vf_hstack
ff_vf_fifo
const AVFilter ff_vf_fifo
Definition: fifo.c:129
ff_vsrc_allyuv
const AVFilter ff_vsrc_allyuv
ff_vf_hqx
const AVFilter ff_vf_hqx
Definition: vf_hqx.c:546
ff_vf_drawgraph
const AVFilter ff_vf_drawgraph
ff_af_abench
const AVFilter ff_af_abench
ff_vf_vstack
const AVFilter ff_vf_vstack
ff_vf_vfrdet
const AVFilter ff_vf_vfrdet
Definition: vf_vfrdet.c:105
ff_vf_smartblur
const AVFilter ff_vf_smartblur
Definition: vf_smartblur.c:284
ff_af_flanger
const AVFilter ff_af_flanger
Definition: af_flanger.c:205
ff_vf_premultiply
const AVFilter ff_vf_premultiply
ff_vf_overlay_opencl
const AVFilter ff_vf_overlay_opencl
Definition: vf_overlay_opencl.c:313
ff_vf_shufflepixels
const AVFilter ff_vf_shufflepixels
Definition: vf_shufflepixels.c:443
ff_vf_split
const AVFilter ff_vf_split
Definition: split.c:107
ff_vf_convolution
const AVFilter ff_vf_convolution
ff_vf_histogram
const AVFilter ff_vf_histogram
ff_vsrc_sierpinski
const AVFilter ff_vsrc_sierpinski
Definition: vsrc_sierpinski.c:213
ff_vf_scale
const AVFilter ff_vf_scale
Definition: vf_scale.c:992
ff_asrc_anoisesrc
const AVFilter ff_asrc_anoisesrc
Definition: asrc_anoisesrc.c:235
ff_vf_erosion_opencl
const AVFilter ff_vf_erosion_opencl
ff_af_acrossover
const AVFilter ff_af_acrossover
Definition: af_acrossover.c:536
ff_vf_overlay_vulkan
const AVFilter ff_vf_overlay_vulkan
Definition: vf_overlay_vulkan.c:485
ff_af_asubcut
const AVFilter ff_af_asubcut
Definition: af_asupercut.c:366
ff_vf_median
const AVFilter ff_vf_median
Definition: vf_median.c:280
ff_af_astreamselect
const AVFilter ff_af_astreamselect
Definition: f_streamselect.c:330
ff_avf_showfreqs
const AVFilter ff_avf_showfreqs
Definition: avf_showfreqs.c:545
ff_vf_waveform
const AVFilter ff_vf_waveform
Definition: vf_waveform.c:3516
ff_vf_avgblur_vulkan
const AVFilter ff_vf_avgblur_vulkan
Definition: vf_avgblur_vulkan.c:410
ff_af_apad
const AVFilter ff_af_apad
Definition: af_apad.c:169
ff_vf_geq
const AVFilter ff_vf_geq
Definition: vf_geq.c:486
ff_vf_scale2ref_npp
const AVFilter ff_vf_scale2ref_npp
Definition: vf_scale_npp.c:1050
ff_vf_pullup
const AVFilter ff_vf_pullup
Definition: vf_pullup.c:757
ff_af_adeclip
const AVFilter ff_af_adeclip
Definition: af_adeclick.c:770
ff_vf_transpose_vaapi
const AVFilter ff_vf_transpose_vaapi
Definition: vf_transpose_vaapi.c:273
ff_vsrc_smptehdbars
const AVFilter ff_vsrc_smptehdbars
ff_vsrc_openclsrc
const AVFilter ff_vsrc_openclsrc
ff_af_asplit
const AVFilter ff_af_asplit
Definition: split.c:126
ff_vf_decimate
const AVFilter ff_vf_decimate
Definition: vf_decimate.c:429
ff_vf_displace
const AVFilter ff_vf_displace
Definition: vf_displace.c:391
ff_vf_colorbalance
const AVFilter ff_vf_colorbalance
Definition: vf_colorbalance.c:434
ff_vf_doubleweave
const AVFilter ff_vf_doubleweave
Definition: vf_weave.c:207
ff_af_aperms
const AVFilter ff_af_aperms
ff_af_amix
const AVFilter ff_af_amix
Definition: af_amix.c:618
ff_vf_vidstabtransform
const AVFilter ff_vf_vidstabtransform
Definition: vf_vidstabtransform.c:291
ff_vf_drawgrid
const AVFilter ff_vf_drawgrid
ff_vf_vidstabdetect
const AVFilter ff_vf_vidstabdetect
Definition: vf_vidstabdetect.c:191
ff_vf_detelecine
const AVFilter ff_vf_detelecine
Definition: vf_detelecine.c:368
ff_af_stereowiden
const AVFilter ff_af_stereowiden
Definition: af_stereowiden.c:156
ff_vf_boxblur_opencl
const AVFilter ff_vf_boxblur_opencl
ff_af_aexciter
const AVFilter ff_af_aexciter
Definition: af_aexciter.c:274
ff_vf_tblend
const AVFilter ff_vf_tblend
ff_vf_chromahold
const AVFilter ff_vf_chromahold
Definition: vf_chromakey.c:429
ff_vf_msad
const AVFilter ff_vf_msad
ff_af_adynamicequalizer
const AVFilter ff_af_adynamicequalizer
Definition: af_adynamicequalizer.c:303
ff_vf_blackframe
const AVFilter ff_vf_blackframe
Definition: vf_blackframe.c:125
ff_vf_vflip_vulkan
const AVFilter ff_vf_vflip_vulkan
Definition: vf_flip_vulkan.c:330
ff_vf_perms
const AVFilter ff_vf_perms
ff_avf_aphasemeter
const AVFilter ff_avf_aphasemeter
Definition: avf_aphasemeter.c:385
ff_vf_threshold
const AVFilter ff_vf_threshold
Definition: vf_threshold.c:344
ff_af_bs2b
const AVFilter ff_af_bs2b
Definition: af_bs2b.c:205
ff_vf_curves
const AVFilter ff_vf_curves
Definition: vf_curves.c:791
ff_af_silencedetect
const AVFilter ff_af_silencedetect
Definition: af_silencedetect.c:263
ff_vf_removelogo
const AVFilter ff_vf_removelogo
Definition: vf_removelogo.c:565
ff_af_afftdn
const AVFilter ff_af_afftdn
Definition: af_afftdn.c:1395
ff_vf_scdet
const AVFilter ff_vf_scdet
Definition: vf_scdet.c:203
ff_af_loudnorm
const AVFilter ff_af_loudnorm
Definition: af_loudnorm.c:909
ff_vf_super2xsai
const AVFilter ff_vf_super2xsai
Definition: vf_super2xsai.c:353
ff_vf_lutrgb
const AVFilter ff_vf_lutrgb
ff_vf_yaepblur
const AVFilter ff_vf_yaepblur
Definition: vf_yaepblur.c:334
ff_vf_showpalette
const AVFilter ff_vf_showpalette
Definition: vf_showpalette.c:113
ff_vf_xmedian
const AVFilter ff_vf_xmedian
ff_vf_elbg
const AVFilter ff_vf_elbg
Definition: vf_elbg.c:263
ff_vf_zoompan
const AVFilter ff_vf_zoompan
Definition: vf_zoompan.c:369
ff_vf_streamselect
const AVFilter ff_vf_streamselect
Definition: f_streamselect.c:317
ff_af_aecho
const AVFilter ff_af_aecho
Definition: af_aecho.c:346
ff_af_areverse
const AVFilter ff_af_areverse
ff_af_asuperpass
const AVFilter ff_af_asuperpass
Definition: af_asupercut.c:391
ff_avf_showspectrumpic
const AVFilter ff_avf_showspectrumpic
ff_vf_zscale
const AVFilter ff_vf_zscale
Definition: vf_zscale.c:933
ff_vsrc_mptestsrc
const AVFilter ff_vsrc_mptestsrc
Definition: vsrc_mptestsrc.c:347
ff_vf_scale_qsv
const AVFilter ff_vf_scale_qsv
Definition: vf_scale_qsv.c:659
ff_vsrc_life
const AVFilter ff_vsrc_life
Definition: vsrc_life.c:441
ff_af_anequalizer
const AVFilter ff_af_anequalizer
Definition: af_anequalizer.c:766
ff_af_aphaseshift
const AVFilter ff_af_aphaseshift
Definition: af_afreqshift.c:397
ff_vf_ciescope
const AVFilter ff_vf_ciescope
Definition: vf_ciescope.c:1505
ff_vf_setpts
const AVFilter ff_vf_setpts
ff_vf_avgblur
const AVFilter ff_vf_avgblur
Definition: vf_avgblur.c:342
ff_af_aloop
const AVFilter ff_af_aloop
ff_vf_idet
const AVFilter ff_vf_idet
Definition: vf_idet.c:433
ff_asink_abuffer
const AVFilter ff_asink_abuffer
Definition: buffersink.c:355
ff_vf_colorcorrect
const AVFilter ff_vf_colorcorrect
Definition: vf_colorcorrect.c:539
ff_af_lowpass
const AVFilter ff_af_lowpass
ff_af_apulsator
const AVFilter ff_af_apulsator
Definition: af_apulsator.c:247
ff_vf_avgblur_opencl
const AVFilter ff_vf_avgblur_opencl
ff_vf_maskedthreshold
const AVFilter ff_vf_maskedthreshold
Definition: vf_maskedthreshold.c:276
ff_avf_showwaves
const AVFilter ff_avf_showwaves
ff_vf_transpose_opencl
const AVFilter ff_vf_transpose_opencl
Definition: vf_transpose_opencl.c:273
ff_vf_tmedian
const AVFilter ff_vf_tmedian
i
#define i(width, name, range_min, range_max)
Definition: cbs_h2645.c:271
ff_vf_metadata
const AVFilter ff_vf_metadata
ff_vf_scale_npp
const AVFilter ff_vf_scale_npp
Definition: vf_scale_npp.c:1003
ff_vf_stereo3d
const AVFilter ff_vf_stereo3d
Definition: vf_stereo3d.c:1109
ff_vf_uspp
const AVFilter ff_vf_uspp
Definition: vf_uspp.c:487
ff_vsrc_nullsrc
const AVFilter ff_vsrc_nullsrc
ff_vf_segment
const AVFilter ff_vf_segment
ff_af_asidedata
const AVFilter ff_af_asidedata
ff_vf_blend
const AVFilter ff_vf_blend
ff_vf_repeatfields
const AVFilter ff_vf_repeatfields
Definition: vf_repeatfields.c:174
ff_vf_lumakey
const AVFilter ff_vf_lumakey
Definition: vf_lumakey.c:195
ff_vf_cropdetect
const AVFilter ff_vf_cropdetect
Definition: vf_cropdetect.c:267
ff_vf_normalize
const AVFilter ff_vf_normalize
Definition: vf_normalize.c:521
ff_af_afreqshift
const AVFilter ff_af_afreqshift
Definition: af_afreqshift.c:374
ff_vf_scale2ref
const AVFilter ff_vf_scale2ref
Definition: vf_scale.c:1033
ff_af_deesser
const AVFilter ff_af_deesser
Definition: af_deesser.c:203
ff_af_asoftclip
const AVFilter ff_af_asoftclip
Definition: af_asoftclip.c:483
ff_vf_chromakey
const AVFilter ff_vf_chromakey
Definition: vf_chromakey.c:370
ff_af_asuperstop
const AVFilter ff_af_asuperstop
Definition: af_asupercut.c:405
ff_af_acontrast
const AVFilter ff_af_acontrast
Definition: af_acontrast.c:179
ff_vf_sendcmd
const AVFilter ff_vf_sendcmd
ff_af_bandpass
const AVFilter ff_af_bandpass
ff_af_haas
const AVFilter ff_af_haas
Definition: af_haas.c:216
ff_vsrc_smptebars
const AVFilter ff_vsrc_smptebars
ff_vf_atadenoise
const AVFilter ff_vf_atadenoise
Definition: vf_atadenoise.c:566
ff_vf_pad
const AVFilter ff_vf_pad
Definition: vf_pad.c:454
ff_asrc_sinc
const AVFilter ff_asrc_sinc
Definition: asrc_sinc.c:439
ff_vf_palettegen
const AVFilter ff_vf_palettegen
Definition: vf_palettegen.c:620
ff_af_sidechaingate
const AVFilter ff_af_sidechaingate
ff_avf_showspatial
const AVFilter ff_avf_showspatial
Definition: avf_showspatial.c:338
ff_vf_despill
const AVFilter ff_vf_despill
Definition: vf_despill.c:161
ff_vf_frei0r
const AVFilter ff_vf_frei0r
Definition: vf_frei0r.c:414
ff_vf_showinfo
const AVFilter ff_vf_showinfo
Definition: vf_showinfo.c:782
ff_vf_limitdiff
const AVFilter ff_vf_limitdiff
Definition: vf_limitdiff.c:356
ff_vf_epx
const AVFilter ff_vf_epx
Definition: vf_epx.c:268
ff_vf_signalstats
const AVFilter ff_vf_signalstats
Definition: vf_signalstats.c:1005
ff_af_apsyclip
const AVFilter ff_af_apsyclip
Definition: af_apsyclip.c:647
ff_vf_readeia608
const AVFilter ff_vf_readeia608
Definition: vf_readeia608.c:549
ff_af_aspectralstats
const AVFilter ff_af_aspectralstats
Definition: af_aspectralstats.c:594
ff_vf_trim
const AVFilter ff_vf_trim
ff_vf_inflate
const AVFilter ff_vf_inflate
AVFilter
Filter definition.
Definition: avfilter.h:165
ff_vf_thumbnail_cuda
const AVFilter ff_vf_thumbnail_cuda
Definition: vf_thumbnail_cuda.c:436
ff_vf_lutyuv
const AVFilter ff_vf_lutyuv
ff_af_treble
const AVFilter ff_af_treble
ff_avf_showvolume
const AVFilter ff_avf_showvolume
Definition: avf_showvolume.c:499
ff_vf_dctdnoiz
const AVFilter ff_vf_dctdnoiz
Definition: vf_dctdnoiz.c:819
ff_vf_drawbox
const AVFilter ff_vf_drawbox
ff_af_ashowinfo
const AVFilter ff_af_ashowinfo
Definition: af_ashowinfo.c:255
ff_vf_exposure
const AVFilter ff_vf_exposure
Definition: vf_exposure.c:116
ff_vf_roberts_opencl
const AVFilter ff_vf_roberts_opencl
ff_af_asdr
const AVFilter ff_af_asdr
Definition: af_asdr.c:163
ff_vf_subtitles
const AVFilter ff_vf_subtitles
ff_vf_lagfun
const AVFilter ff_vf_lagfun
Definition: vf_lagfun.c:214
ff_vf_scale_vaapi
const AVFilter ff_vf_scale_vaapi
Definition: vf_scale_vaapi.c:282
ff_vf_xstack
const AVFilter ff_vf_xstack
ff_vf_flip_vulkan
const AVFilter ff_vf_flip_vulkan
Definition: vf_flip_vulkan.c:358
ff_vf_guided
const AVFilter ff_vf_guided
Definition: vf_guided.c:481
ff_vf_latency
const AVFilter ff_vf_latency
ff_af_pan
const AVFilter ff_af_pan
Definition: af_pan.c:447
ff_vf_chromashift
const AVFilter ff_vf_chromashift
Definition: vf_chromashift.c:425
ff_vf_convolve
const AVFilter ff_vf_convolve
ff_vf_haldclut
const AVFilter ff_vf_haldclut
ff_af_vibrato
const AVFilter ff_af_vibrato
Definition: af_vibrato.c:169
ff_vf_convolution_opencl
const AVFilter ff_vf_convolution_opencl
ff_af_aemphasis
const AVFilter ff_af_aemphasis
Definition: af_aemphasis.c:371
ff_af_extrastereo
const AVFilter ff_af_extrastereo
Definition: af_extrastereo.c:120
ff_vsrc_rgbtestsrc
const AVFilter ff_vsrc_rgbtestsrc
ff_af_anlmdn
const AVFilter ff_af_anlmdn
Definition: af_anlmdn.c:385
ff_vf_deband
const AVFilter ff_vf_deband
Definition: vf_deband.c:468
ff_vf_reverse
const AVFilter ff_vf_reverse
ff_af_axcorrelate
const AVFilter ff_af_axcorrelate
Definition: af_axcorrelate.c:378
ff_vf_mpdecimate
const AVFilter ff_vf_mpdecimate
Definition: vf_mpdecimate.c:236
ff_vf_huesaturation
const AVFilter ff_vf_huesaturation
Definition: vf_huesaturation.c:469
ff_af_volumedetect
const AVFilter ff_af_volumedetect
Definition: af_volumedetect.c:132
ff_vf_ass
const AVFilter ff_vf_ass
ff_vf_bm3d
const AVFilter ff_vf_bm3d
Definition: vf_bm3d.c:1044
ff_vf_vmafmotion
const AVFilter ff_vf_vmafmotion
Definition: vf_vmafmotion.c:359
ff_vf_sobel_opencl
const AVFilter ff_vf_sobel_opencl
avfilter.h
ff_af_afifo
const AVFilter ff_af_afifo
Definition: fifo.c:156
ff_vf_minterpolate
const AVFilter ff_vf_minterpolate
Definition: vf_minterpolate.c:1250
ff_vf_colorcontrast
const AVFilter ff_vf_colorcontrast
Definition: vf_colorcontrast.c:385
ff_vf_setrange
const AVFilter ff_vf_setrange
ff_vf_amplify
const AVFilter ff_vf_amplify
Definition: vf_amplify.c:308
ff_vf_remap
const AVFilter ff_vf_remap
Definition: vf_remap.c:396
ff_af_asendcmd
const AVFilter ff_af_asendcmd
ff_vf_deinterlace_qsv
const AVFilter ff_vf_deinterlace_qsv
Definition: vf_deinterlace_qsv.c:587
ff_af_channelsplit
const AVFilter ff_af_channelsplit
Definition: af_channelsplit.c:169
ff_vf_format
const AVFilter ff_vf_format
ff_vf_lut2
const AVFilter ff_vf_lut2
Definition: vf_lut2.c:562
ff_avf_concat
const AVFilter ff_avf_concat
Definition: avf_concat.c:447
ff_vf_bwdif
const AVFilter ff_vf_bwdif
Definition: vf_bwdif.c:401
ff_af_asettb
const AVFilter ff_af_asettb
ff_af_rubberband
const AVFilter ff_af_rubberband
Definition: af_rubberband.c:205
ff_vf_sobel
const AVFilter ff_vf_sobel
ff_vf_overlay_qsv
const AVFilter ff_vf_overlay_qsv
Definition: vf_overlay_qsv.c:416
ff_vf_xcorrelate
const AVFilter ff_vf_xcorrelate
ff_vf_grayworld
const AVFilter ff_vf_grayworld
Definition: vf_grayworld.c:318
ff_af_atempo
const AVFilter ff_af_atempo
Definition: af_atempo.c:1174
ff_vf_qp
const AVFilter ff_vf_qp
Definition: vf_qp.c:194
ff_vsrc_buffer
const AVFilter ff_vsrc_buffer
Definition: buffersrc.c:439
ff_af_stereotools
const AVFilter ff_af_stereotools
Definition: af_stereotools.c:375
ff_vf_gblur_vulkan
const AVFilter ff_vf_gblur_vulkan
Definition: vf_gblur_vulkan.c:511
ff_vf_framerate
const AVFilter ff_vf_framerate
Definition: vf_framerate.c:435
ff_af_highshelf
const AVFilter ff_af_highshelf
ff_vsrc_testsrc
const AVFilter ff_vsrc_testsrc
ff_vf_hwmap
const AVFilter ff_vf_hwmap
Definition: vf_hwmap.c:420
ff_asrc_flite
const AVFilter ff_asrc_flite
Definition: asrc_flite.c:291
ff_vf_floodfill
const AVFilter ff_vf_floodfill
Definition: vf_floodfill.c:411
ff_vf_swaprect
const AVFilter ff_vf_swaprect
Definition: vf_swaprect.c:235
ff_vf_pp7
const AVFilter ff_vf_pp7
Definition: vf_pp7.c:394
ff_vf_estdif
const AVFilter ff_vf_estdif
Definition: vf_estdif.c:578
ff_vf_perspective
const AVFilter ff_vf_perspective
Definition: vf_perspective.c:505
ff_vf_hflip_vulkan
const AVFilter ff_vf_hflip_vulkan
Definition: vf_flip_vulkan.c:302
ff_vf_fieldorder
const AVFilter ff_vf_fieldorder
Definition: vf_fieldorder.c:178
ff_vf_loop
const AVFilter ff_vf_loop
ff_vf_psnr
const AVFilter ff_vf_psnr
Definition: vf_psnr.c:457
ff_vf_untile
const AVFilter ff_vf_untile
Definition: vf_untile.c:180
ff_vf_scale_cuda
const AVFilter ff_vf_scale_cuda
Definition: vf_scale_cuda.c:629
ff_vf_nlmeans_opencl
const AVFilter ff_vf_nlmeans_opencl
Definition: vf_nlmeans_opencl.c:430
ff_vf_cover_rect
const AVFilter ff_vf_cover_rect
Definition: vf_cover_rect.c:237
ff_vf_dnn_classify
const AVFilter ff_vf_dnn_classify
Definition: vf_dnn_classify.c:314
ff_vf_deshake
const AVFilter ff_vf_deshake
Definition: vf_deshake.c:545
ff_vf_pad_opencl
const AVFilter ff_vf_pad_opencl
Definition: vf_pad_opencl.c:384
ff_avf_avectorscope
const AVFilter ff_avf_avectorscope
Definition: avf_avectorscope.c:444
ff_vf_extractplanes
const AVFilter ff_vf_extractplanes
Definition: vf_extractplanes.c:371
ff_vf_shuffleframes
const AVFilter ff_vf_shuffleframes
Definition: vf_shuffleframes.c:156
ff_vf_maskedmerge
const AVFilter ff_vf_maskedmerge
Definition: vf_maskedmerge.c:308
ff_af_arealtime
const AVFilter ff_af_arealtime
ff_vf_dedot
const AVFilter ff_vf_dedot
Definition: vf_dedot.c:395
ff_af_drmeter
const AVFilter ff_af_drmeter
Definition: af_drmeter.c:199
ff_vf_fspp
const AVFilter ff_vf_fspp
Definition: vf_fspp.c:660
ff_vf_photosensitivity
const AVFilter ff_vf_photosensitivity
Definition: vf_photosensitivity.c:319
ff_af_adenorm
const AVFilter ff_af_adenorm
Definition: af_adenorm.c:290
ff_vf_maskedmax
const AVFilter ff_vf_maskedmax
Definition: vf_maskedminmax.c:333
ff_vf_zmq
const AVFilter ff_vf_zmq
ff_af_afftfilt
const AVFilter ff_af_afftfilt
Definition: af_afftfilt.c:447
ff_vf_lut1d
const AVFilter ff_vf_lut1d
ff_vf_sab
const AVFilter ff_vf_sab
Definition: vf_sab.c:317
ff_vf_tonemap_vaapi
const AVFilter ff_vf_tonemap_vaapi
Definition: vf_tonemap_vaapi.c:404
ff_vf_tile
const AVFilter ff_vf_tile
Definition: vf_tile.c:286
ff_vf_deshake_opencl
const AVFilter ff_vf_deshake_opencl
Definition: vf_deshake_opencl.c:2188
ff_asrc_aevalsrc
const AVFilter ff_asrc_aevalsrc
ff_af_replaygain
const AVFilter ff_af_replaygain
Definition: af_replaygain.c:604
ff_vf_dilation
const AVFilter ff_vf_dilation
ff_af_speechnorm
const AVFilter ff_af_speechnorm
Definition: af_speechnorm.c:557
ff_vf_vflip
const AVFilter ff_vf_vflip
Definition: vf_vflip.c:145
ff_af_asetpts
const AVFilter ff_af_asetpts
ff_vf_select
const AVFilter ff_vf_select
ff_vf_fieldmatch
const AVFilter ff_vf_fieldmatch
Definition: vf_fieldmatch.c:1042
ff_vf_hwdownload
const AVFilter ff_vf_hwdownload
Definition: vf_hwdownload.c:192
ff_vf_alphamerge
const AVFilter ff_vf_alphamerge
Definition: vf_alphamerge.c:189
ff_vf_cue
const AVFilter ff_vf_cue
ff_vf_phase
const AVFilter ff_vf_phase
Definition: vf_phase.c:228
ff_vf_graphmonitor
const AVFilter ff_vf_graphmonitor
ff_vf_settb
const AVFilter ff_vf_settb
ff_vf_swapuv
const AVFilter ff_vf_swapuv
Definition: vf_swapuv.c:112
ff_vf_chromanr
const AVFilter ff_vf_chromanr
Definition: vf_chromanr.c:277
ff_vf_colorkey
const AVFilter ff_vf_colorkey
ff_vf_prewitt_opencl
const AVFilter ff_vf_prewitt_opencl
ff_vf_realtime
const AVFilter ff_vf_realtime
ff_vf_maskedmin
const AVFilter ff_vf_maskedmin
Definition: vf_maskedminmax.c:318
ff_vf_ocr
const AVFilter ff_vf_ocr
Definition: vf_ocr.c:139
ff_vf_unsharp_opencl
const AVFilter ff_vf_unsharp_opencl
Definition: vf_unsharp_opencl.c:399
ff_af_alatency
const AVFilter ff_af_alatency