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 "avfilter.h"
23 
24 extern const AVFilter ff_af_abench;
25 extern const AVFilter ff_af_acompressor;
26 extern const AVFilter ff_af_acontrast;
27 extern const AVFilter ff_af_acopy;
28 extern const AVFilter ff_af_acue;
29 extern const AVFilter ff_af_acrossfade;
30 extern const AVFilter ff_af_acrossover;
31 extern const AVFilter ff_af_acrusher;
32 extern const AVFilter ff_af_adeclick;
33 extern const AVFilter ff_af_adeclip;
34 extern const AVFilter ff_af_adecorrelate;
35 extern const AVFilter ff_af_adelay;
36 extern const AVFilter ff_af_adenorm;
37 extern const AVFilter ff_af_aderivative;
39 extern const AVFilter ff_af_adynamicsmooth;
40 extern const AVFilter ff_af_aecho;
41 extern const AVFilter ff_af_aemphasis;
42 extern const AVFilter ff_af_aeval;
43 extern const AVFilter ff_af_aexciter;
44 extern const AVFilter ff_af_afade;
45 extern const AVFilter ff_af_afftdn;
46 extern const AVFilter ff_af_afftfilt;
47 extern const AVFilter ff_af_afir;
48 extern const AVFilter ff_af_aformat;
49 extern const AVFilter ff_af_afreqshift;
50 extern const AVFilter ff_af_afwtdn;
51 extern const AVFilter ff_af_agate;
52 extern const AVFilter ff_af_aiir;
53 extern const AVFilter ff_af_aintegral;
54 extern const AVFilter ff_af_ainterleave;
55 extern const AVFilter ff_af_alatency;
56 extern const AVFilter ff_af_alimiter;
57 extern const AVFilter ff_af_allpass;
58 extern const AVFilter ff_af_aloop;
59 extern const AVFilter ff_af_amerge;
60 extern const AVFilter ff_af_ametadata;
61 extern const AVFilter ff_af_amix;
62 extern const AVFilter ff_af_amultiply;
63 extern const AVFilter ff_af_anequalizer;
64 extern const AVFilter ff_af_anlmdn;
65 extern const AVFilter ff_af_anlmf;
66 extern const AVFilter ff_af_anlms;
67 extern const AVFilter ff_af_anull;
68 extern const AVFilter ff_af_apad;
69 extern const AVFilter ff_af_aperms;
70 extern const AVFilter ff_af_aphaser;
71 extern const AVFilter ff_af_aphaseshift;
72 extern const AVFilter ff_af_apsyclip;
73 extern const AVFilter ff_af_apulsator;
74 extern const AVFilter ff_af_arealtime;
75 extern const AVFilter ff_af_aresample;
76 extern const AVFilter ff_af_areverse;
77 extern const AVFilter ff_af_arnndn;
78 extern const AVFilter ff_af_asdr;
79 extern const AVFilter ff_af_asegment;
80 extern const AVFilter ff_af_aselect;
81 extern const AVFilter ff_af_asendcmd;
82 extern const AVFilter ff_af_asetnsamples;
83 extern const AVFilter ff_af_asetpts;
84 extern const AVFilter ff_af_asetrate;
85 extern const AVFilter ff_af_asettb;
86 extern const AVFilter ff_af_ashowinfo;
87 extern const AVFilter ff_af_asidedata;
88 extern const AVFilter ff_af_asoftclip;
89 extern const AVFilter ff_af_aspectralstats;
90 extern const AVFilter ff_af_asplit;
91 extern const AVFilter ff_af_asr;
92 extern const AVFilter ff_af_astats;
93 extern const AVFilter ff_af_astreamselect;
94 extern const AVFilter ff_af_asubboost;
95 extern const AVFilter ff_af_asubcut;
96 extern const AVFilter ff_af_asupercut;
97 extern const AVFilter ff_af_asuperpass;
98 extern const AVFilter ff_af_asuperstop;
99 extern const AVFilter ff_af_atempo;
100 extern const AVFilter ff_af_atilt;
101 extern const AVFilter ff_af_atrim;
102 extern const AVFilter ff_af_axcorrelate;
103 extern const AVFilter ff_af_azmq;
104 extern const AVFilter ff_af_bandpass;
105 extern const AVFilter ff_af_bandreject;
106 extern const AVFilter ff_af_bass;
107 extern const AVFilter ff_af_biquad;
108 extern const AVFilter ff_af_bs2b;
109 extern const AVFilter ff_af_channelmap;
110 extern const AVFilter ff_af_channelsplit;
111 extern const AVFilter ff_af_chorus;
112 extern const AVFilter ff_af_compand;
113 extern const AVFilter ff_af_compensationdelay;
114 extern const AVFilter ff_af_crossfeed;
115 extern const AVFilter ff_af_crystalizer;
116 extern const AVFilter ff_af_dcshift;
117 extern const AVFilter ff_af_deesser;
118 extern const AVFilter ff_af_dialoguenhance;
119 extern const AVFilter ff_af_drmeter;
120 extern const AVFilter ff_af_dynaudnorm;
121 extern const AVFilter ff_af_earwax;
122 extern const AVFilter ff_af_ebur128;
123 extern const AVFilter ff_af_equalizer;
124 extern const AVFilter ff_af_extrastereo;
125 extern const AVFilter ff_af_firequalizer;
126 extern const AVFilter ff_af_flanger;
127 extern const AVFilter ff_af_haas;
128 extern const AVFilter ff_af_hdcd;
129 extern const AVFilter ff_af_headphone;
130 extern const AVFilter ff_af_highpass;
131 extern const AVFilter ff_af_highshelf;
132 extern const AVFilter ff_af_join;
133 extern const AVFilter ff_af_ladspa;
134 extern const AVFilter ff_af_loudnorm;
135 extern const AVFilter ff_af_lowpass;
136 extern const AVFilter ff_af_lowshelf;
137 extern const AVFilter ff_af_lv2;
138 extern const AVFilter ff_af_mcompand;
139 extern const AVFilter ff_af_pan;
140 extern const AVFilter ff_af_replaygain;
141 extern const AVFilter ff_af_rubberband;
142 extern const AVFilter ff_af_sidechaincompress;
143 extern const AVFilter ff_af_sidechaingate;
144 extern const AVFilter ff_af_silencedetect;
145 extern const AVFilter ff_af_silenceremove;
146 extern const AVFilter ff_af_sofalizer;
147 extern const AVFilter ff_af_speechnorm;
148 extern const AVFilter ff_af_stereotools;
149 extern const AVFilter ff_af_stereowiden;
150 extern const AVFilter ff_af_superequalizer;
151 extern const AVFilter ff_af_surround;
152 extern const AVFilter ff_af_tiltshelf;
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_virtualbass;
157 extern const AVFilter ff_af_volume;
158 extern const AVFilter ff_af_volumedetect;
159 
160 extern const AVFilter ff_asrc_aevalsrc;
161 extern const AVFilter ff_asrc_afirsrc;
162 extern const AVFilter ff_asrc_anoisesrc;
163 extern const AVFilter ff_asrc_anullsrc;
164 extern const AVFilter ff_asrc_flite;
165 extern const AVFilter ff_asrc_hilbert;
166 extern const AVFilter ff_asrc_sinc;
167 extern const AVFilter ff_asrc_sine;
168 
169 extern const AVFilter ff_asink_anullsink;
170 
171 extern const AVFilter ff_vf_addroi;
172 extern const AVFilter ff_vf_alphaextract;
173 extern const AVFilter ff_vf_alphamerge;
174 extern const AVFilter ff_vf_amplify;
175 extern const AVFilter ff_vf_ass;
176 extern const AVFilter ff_vf_atadenoise;
177 extern const AVFilter ff_vf_avgblur;
178 extern const AVFilter ff_vf_avgblur_opencl;
179 extern const AVFilter ff_vf_avgblur_vulkan;
180 extern const AVFilter ff_vf_bbox;
181 extern const AVFilter ff_vf_bench;
182 extern const AVFilter ff_vf_bilateral;
183 extern const AVFilter ff_vf_bitplanenoise;
184 extern const AVFilter ff_vf_blackdetect;
185 extern const AVFilter ff_vf_blackframe;
186 extern const AVFilter ff_vf_blend;
187 extern const AVFilter ff_vf_blend_vulkan;
188 extern const AVFilter ff_vf_blockdetect;
189 extern const AVFilter ff_vf_blurdetect;
190 extern const AVFilter ff_vf_bm3d;
191 extern const AVFilter ff_vf_boxblur;
192 extern const AVFilter ff_vf_boxblur_opencl;
193 extern const AVFilter ff_vf_bwdif;
194 extern const AVFilter ff_vf_cas;
195 extern const AVFilter ff_vf_chromaber_vulkan;
196 extern const AVFilter ff_vf_chromahold;
197 extern const AVFilter ff_vf_chromakey;
198 extern const AVFilter ff_vf_chromakey_cuda;
199 extern const AVFilter ff_vf_chromanr;
200 extern const AVFilter ff_vf_chromashift;
201 extern const AVFilter ff_vf_ciescope;
202 extern const AVFilter ff_vf_codecview;
203 extern const AVFilter ff_vf_colorbalance;
204 extern const AVFilter ff_vf_colorchannelmixer;
205 extern const AVFilter ff_vf_colorcontrast;
206 extern const AVFilter ff_vf_colorcorrect;
207 extern const AVFilter ff_vf_colorize;
208 extern const AVFilter ff_vf_colorkey;
209 extern const AVFilter ff_vf_colorkey_opencl;
210 extern const AVFilter ff_vf_colorhold;
211 extern const AVFilter ff_vf_colorlevels;
212 extern const AVFilter ff_vf_colormap;
213 extern const AVFilter ff_vf_colormatrix;
214 extern const AVFilter ff_vf_colorspace;
215 extern const AVFilter ff_vf_colortemperature;
216 extern const AVFilter ff_vf_convolution;
218 extern const AVFilter ff_vf_convolve;
219 extern const AVFilter ff_vf_copy;
220 extern const AVFilter ff_vf_coreimage;
221 extern const AVFilter ff_vf_cover_rect;
222 extern const AVFilter ff_vf_crop;
223 extern const AVFilter ff_vf_cropdetect;
224 extern const AVFilter ff_vf_cue;
225 extern const AVFilter ff_vf_curves;
226 extern const AVFilter ff_vf_datascope;
227 extern const AVFilter ff_vf_dblur;
228 extern const AVFilter ff_vf_dctdnoiz;
229 extern const AVFilter ff_vf_deband;
230 extern const AVFilter ff_vf_deblock;
231 extern const AVFilter ff_vf_decimate;
232 extern const AVFilter ff_vf_deconvolve;
233 extern const AVFilter ff_vf_dedot;
234 extern const AVFilter ff_vf_deflate;
235 extern const AVFilter ff_vf_deflicker;
236 extern const AVFilter ff_vf_deinterlace_qsv;
237 extern const AVFilter ff_vf_deinterlace_vaapi;
238 extern const AVFilter ff_vf_dejudder;
239 extern const AVFilter ff_vf_delogo;
240 extern const AVFilter ff_vf_denoise_vaapi;
241 extern const AVFilter ff_vf_derain;
242 extern const AVFilter ff_vf_deshake;
243 extern const AVFilter ff_vf_deshake_opencl;
244 extern const AVFilter ff_vf_despill;
245 extern const AVFilter ff_vf_detelecine;
246 extern const AVFilter ff_vf_dilation;
247 extern const AVFilter ff_vf_dilation_opencl;
248 extern const AVFilter ff_vf_displace;
249 extern const AVFilter ff_vf_dnn_classify;
250 extern const AVFilter ff_vf_dnn_detect;
251 extern const AVFilter ff_vf_dnn_processing;
252 extern const AVFilter ff_vf_doubleweave;
253 extern const AVFilter ff_vf_drawbox;
254 extern const AVFilter ff_vf_drawgraph;
255 extern const AVFilter ff_vf_drawgrid;
256 extern const AVFilter ff_vf_drawtext;
257 extern const AVFilter ff_vf_edgedetect;
258 extern const AVFilter ff_vf_elbg;
259 extern const AVFilter ff_vf_entropy;
260 extern const AVFilter ff_vf_epx;
261 extern const AVFilter ff_vf_eq;
262 extern const AVFilter ff_vf_erosion;
263 extern const AVFilter ff_vf_erosion_opencl;
264 extern const AVFilter ff_vf_estdif;
265 extern const AVFilter ff_vf_exposure;
266 extern const AVFilter ff_vf_extractplanes;
267 extern const AVFilter ff_vf_fade;
268 extern const AVFilter ff_vf_feedback;
269 extern const AVFilter ff_vf_fftdnoiz;
270 extern const AVFilter ff_vf_fftfilt;
271 extern const AVFilter ff_vf_field;
272 extern const AVFilter ff_vf_fieldhint;
273 extern const AVFilter ff_vf_fieldmatch;
274 extern const AVFilter ff_vf_fieldorder;
275 extern const AVFilter ff_vf_fillborders;
276 extern const AVFilter ff_vf_find_rect;
277 extern const AVFilter ff_vf_flip_vulkan;
278 extern const AVFilter ff_vf_floodfill;
279 extern const AVFilter ff_vf_format;
280 extern const AVFilter ff_vf_fps;
281 extern const AVFilter ff_vf_framepack;
282 extern const AVFilter ff_vf_framerate;
283 extern const AVFilter ff_vf_framestep;
284 extern const AVFilter ff_vf_freezedetect;
285 extern const AVFilter ff_vf_freezeframes;
286 extern const AVFilter ff_vf_frei0r;
287 extern const AVFilter ff_vf_fspp;
288 extern const AVFilter ff_vf_gblur;
289 extern const AVFilter ff_vf_gblur_vulkan;
290 extern const AVFilter ff_vf_geq;
291 extern const AVFilter ff_vf_gradfun;
292 extern const AVFilter ff_vf_graphmonitor;
293 extern const AVFilter ff_vf_grayworld;
294 extern const AVFilter ff_vf_greyedge;
295 extern const AVFilter ff_vf_guided;
296 extern const AVFilter ff_vf_haldclut;
297 extern const AVFilter ff_vf_hflip;
298 extern const AVFilter ff_vf_hflip_vulkan;
299 extern const AVFilter ff_vf_histeq;
300 extern const AVFilter ff_vf_histogram;
301 extern const AVFilter ff_vf_hqdn3d;
302 extern const AVFilter ff_vf_hqx;
303 extern const AVFilter ff_vf_hstack;
304 extern const AVFilter ff_vf_hsvhold;
305 extern const AVFilter ff_vf_hsvkey;
306 extern const AVFilter ff_vf_hue;
307 extern const AVFilter ff_vf_huesaturation;
308 extern const AVFilter ff_vf_hwdownload;
309 extern const AVFilter ff_vf_hwmap;
310 extern const AVFilter ff_vf_hwupload;
311 extern const AVFilter ff_vf_hwupload_cuda;
312 extern const AVFilter ff_vf_hysteresis;
313 extern const AVFilter ff_vf_iccdetect;
314 extern const AVFilter ff_vf_iccgen;
315 extern const AVFilter ff_vf_identity;
316 extern const AVFilter ff_vf_idet;
317 extern const AVFilter ff_vf_il;
318 extern const AVFilter ff_vf_inflate;
319 extern const AVFilter ff_vf_interlace;
320 extern const AVFilter ff_vf_interleave;
321 extern const AVFilter ff_vf_kerndeint;
322 extern const AVFilter ff_vf_kirsch;
323 extern const AVFilter ff_vf_lagfun;
324 extern const AVFilter ff_vf_latency;
325 extern const AVFilter ff_vf_lenscorrection;
326 extern const AVFilter ff_vf_lensfun;
327 extern const AVFilter ff_vf_libplacebo;
328 extern const AVFilter ff_vf_libvmaf;
329 extern const AVFilter ff_vf_limitdiff;
330 extern const AVFilter ff_vf_limiter;
331 extern const AVFilter ff_vf_loop;
332 extern const AVFilter ff_vf_lumakey;
333 extern const AVFilter ff_vf_lut;
334 extern const AVFilter ff_vf_lut1d;
335 extern const AVFilter ff_vf_lut2;
336 extern const AVFilter ff_vf_lut3d;
337 extern const AVFilter ff_vf_lutrgb;
338 extern const AVFilter ff_vf_lutyuv;
339 extern const AVFilter ff_vf_maskedclamp;
340 extern const AVFilter ff_vf_maskedmax;
341 extern const AVFilter ff_vf_maskedmerge;
342 extern const AVFilter ff_vf_maskedmin;
343 extern const AVFilter ff_vf_maskedthreshold;
344 extern const AVFilter ff_vf_maskfun;
345 extern const AVFilter ff_vf_mcdeint;
346 extern const AVFilter ff_vf_median;
347 extern const AVFilter ff_vf_mergeplanes;
348 extern const AVFilter ff_vf_mestimate;
349 extern const AVFilter ff_vf_metadata;
350 extern const AVFilter ff_vf_midequalizer;
351 extern const AVFilter ff_vf_minterpolate;
352 extern const AVFilter ff_vf_mix;
353 extern const AVFilter ff_vf_monochrome;
354 extern const AVFilter ff_vf_morpho;
355 extern const AVFilter ff_vf_mpdecimate;
356 extern const AVFilter ff_vf_msad;
357 extern const AVFilter ff_vf_multiply;
358 extern const AVFilter ff_vf_negate;
359 extern const AVFilter ff_vf_nlmeans;
360 extern const AVFilter ff_vf_nlmeans_opencl;
361 extern const AVFilter ff_vf_nnedi;
362 extern const AVFilter ff_vf_noformat;
363 extern const AVFilter ff_vf_noise;
364 extern const AVFilter ff_vf_normalize;
365 extern const AVFilter ff_vf_null;
366 extern const AVFilter ff_vf_ocr;
367 extern const AVFilter ff_vf_ocv;
368 extern const AVFilter ff_vf_oscilloscope;
369 extern const AVFilter ff_vf_overlay;
370 extern const AVFilter ff_vf_overlay_opencl;
371 extern const AVFilter ff_vf_overlay_qsv;
372 extern const AVFilter ff_vf_overlay_vaapi;
373 extern const AVFilter ff_vf_overlay_vulkan;
374 extern const AVFilter ff_vf_overlay_cuda;
375 extern const AVFilter ff_vf_owdenoise;
376 extern const AVFilter ff_vf_pad;
377 extern const AVFilter ff_vf_pad_opencl;
378 extern const AVFilter ff_vf_palettegen;
379 extern const AVFilter ff_vf_paletteuse;
380 extern const AVFilter ff_vf_perms;
381 extern const AVFilter ff_vf_perspective;
382 extern const AVFilter ff_vf_phase;
383 extern const AVFilter ff_vf_photosensitivity;
384 extern const AVFilter ff_vf_pixdesctest;
385 extern const AVFilter ff_vf_pixelize;
386 extern const AVFilter ff_vf_pixscope;
387 extern const AVFilter ff_vf_pp;
388 extern const AVFilter ff_vf_pp7;
389 extern const AVFilter ff_vf_premultiply;
390 extern const AVFilter ff_vf_prewitt;
391 extern const AVFilter ff_vf_prewitt_opencl;
392 extern const AVFilter ff_vf_procamp_vaapi;
393 extern const AVFilter ff_vf_program_opencl;
394 extern const AVFilter ff_vf_pseudocolor;
395 extern const AVFilter ff_vf_psnr;
396 extern const AVFilter ff_vf_pullup;
397 extern const AVFilter ff_vf_qp;
398 extern const AVFilter ff_vf_random;
399 extern const AVFilter ff_vf_readeia608;
400 extern const AVFilter ff_vf_readvitc;
401 extern const AVFilter ff_vf_realtime;
402 extern const AVFilter ff_vf_remap;
403 extern const AVFilter ff_vf_remap_opencl;
404 extern const AVFilter ff_vf_removegrain;
405 extern const AVFilter ff_vf_removelogo;
406 extern const AVFilter ff_vf_repeatfields;
407 extern const AVFilter ff_vf_reverse;
408 extern const AVFilter ff_vf_rgbashift;
409 extern const AVFilter ff_vf_roberts;
410 extern const AVFilter ff_vf_roberts_opencl;
411 extern const AVFilter ff_vf_rotate;
412 extern const AVFilter ff_vf_sab;
413 extern const AVFilter ff_vf_scale;
414 extern const AVFilter ff_vf_scale_cuda;
415 extern const AVFilter ff_vf_scale_npp;
416 extern const AVFilter ff_vf_scale_qsv;
417 extern const AVFilter ff_vf_scale_vaapi;
418 extern const AVFilter ff_vf_scale_vulkan;
419 extern const AVFilter ff_vf_scale2ref;
420 extern const AVFilter ff_vf_scale2ref_npp;
421 extern const AVFilter ff_vf_scdet;
422 extern const AVFilter ff_vf_scharr;
423 extern const AVFilter ff_vf_scroll;
424 extern const AVFilter ff_vf_segment;
425 extern const AVFilter ff_vf_select;
426 extern const AVFilter ff_vf_selectivecolor;
427 extern const AVFilter ff_vf_sendcmd;
428 extern const AVFilter ff_vf_separatefields;
429 extern const AVFilter ff_vf_setdar;
430 extern const AVFilter ff_vf_setfield;
431 extern const AVFilter ff_vf_setparams;
432 extern const AVFilter ff_vf_setpts;
433 extern const AVFilter ff_vf_setrange;
434 extern const AVFilter ff_vf_setsar;
435 extern const AVFilter ff_vf_settb;
436 extern const AVFilter ff_vf_sharpen_npp;
437 extern const AVFilter ff_vf_sharpness_vaapi;
438 extern const AVFilter ff_vf_shear;
439 extern const AVFilter ff_vf_showinfo;
440 extern const AVFilter ff_vf_showpalette;
441 extern const AVFilter ff_vf_shuffleframes;
442 extern const AVFilter ff_vf_shufflepixels;
443 extern const AVFilter ff_vf_shuffleplanes;
444 extern const AVFilter ff_vf_sidedata;
445 extern const AVFilter ff_vf_signalstats;
446 extern const AVFilter ff_vf_signature;
447 extern const AVFilter ff_vf_siti;
448 extern const AVFilter ff_vf_smartblur;
449 extern const AVFilter ff_vf_sobel;
450 extern const AVFilter ff_vf_sobel_opencl;
451 extern const AVFilter ff_vf_split;
452 extern const AVFilter ff_vf_spp;
453 extern const AVFilter ff_vf_sr;
454 extern const AVFilter ff_vf_ssim;
455 extern const AVFilter ff_vf_stereo3d;
456 extern const AVFilter ff_vf_streamselect;
457 extern const AVFilter ff_vf_subtitles;
458 extern const AVFilter ff_vf_super2xsai;
459 extern const AVFilter ff_vf_swaprect;
460 extern const AVFilter ff_vf_swapuv;
461 extern const AVFilter ff_vf_tblend;
462 extern const AVFilter ff_vf_telecine;
463 extern const AVFilter ff_vf_thistogram;
464 extern const AVFilter ff_vf_threshold;
465 extern const AVFilter ff_vf_thumbnail;
466 extern const AVFilter ff_vf_thumbnail_cuda;
467 extern const AVFilter ff_vf_tile;
468 extern const AVFilter ff_vf_tinterlace;
469 extern const AVFilter ff_vf_tlut2;
470 extern const AVFilter ff_vf_tmedian;
471 extern const AVFilter ff_vf_tmidequalizer;
472 extern const AVFilter ff_vf_tmix;
473 extern const AVFilter ff_vf_tonemap;
474 extern const AVFilter ff_vf_tonemap_opencl;
475 extern const AVFilter ff_vf_tonemap_vaapi;
476 extern const AVFilter ff_vf_tpad;
477 extern const AVFilter ff_vf_transpose;
478 extern const AVFilter ff_vf_transpose_npp;
479 extern const AVFilter ff_vf_transpose_opencl;
480 extern const AVFilter ff_vf_transpose_vaapi;
481 extern const AVFilter ff_vf_transpose_vulkan;
482 extern const AVFilter ff_vf_trim;
483 extern const AVFilter ff_vf_unpremultiply;
484 extern const AVFilter ff_vf_unsharp;
485 extern const AVFilter ff_vf_unsharp_opencl;
486 extern const AVFilter ff_vf_untile;
487 extern const AVFilter ff_vf_uspp;
488 extern const AVFilter ff_vf_v360;
489 extern const AVFilter ff_vf_vaguedenoiser;
490 extern const AVFilter ff_vf_varblur;
491 extern const AVFilter ff_vf_vectorscope;
492 extern const AVFilter ff_vf_vflip;
493 extern const AVFilter ff_vf_vflip_vulkan;
494 extern const AVFilter ff_vf_vfrdet;
495 extern const AVFilter ff_vf_vibrance;
496 extern const AVFilter ff_vf_vidstabdetect;
497 extern const AVFilter ff_vf_vidstabtransform;
498 extern const AVFilter ff_vf_vif;
499 extern const AVFilter ff_vf_vignette;
500 extern const AVFilter ff_vf_vmafmotion;
501 extern const AVFilter ff_vf_vpp_qsv;
502 extern const AVFilter ff_vf_vstack;
503 extern const AVFilter ff_vf_w3fdif;
504 extern const AVFilter ff_vf_waveform;
505 extern const AVFilter ff_vf_weave;
506 extern const AVFilter ff_vf_xbr;
507 extern const AVFilter ff_vf_xcorrelate;
508 extern const AVFilter ff_vf_xfade;
509 extern const AVFilter ff_vf_xfade_opencl;
510 extern const AVFilter ff_vf_xmedian;
511 extern const AVFilter ff_vf_xstack;
512 extern const AVFilter ff_vf_yadif;
513 extern const AVFilter ff_vf_yadif_cuda;
515 extern const AVFilter ff_vf_yaepblur;
516 extern const AVFilter ff_vf_zmq;
517 extern const AVFilter ff_vf_zoompan;
518 extern const AVFilter ff_vf_zscale;
519 
520 extern const AVFilter ff_vsrc_allrgb;
521 extern const AVFilter ff_vsrc_allyuv;
522 extern const AVFilter ff_vsrc_cellauto;
523 extern const AVFilter ff_vsrc_color;
524 extern const AVFilter ff_vsrc_colorchart;
525 extern const AVFilter ff_vsrc_colorspectrum;
526 extern const AVFilter ff_vsrc_coreimagesrc;
527 extern const AVFilter ff_vsrc_frei0r_src;
528 extern const AVFilter ff_vsrc_gradients;
529 extern const AVFilter ff_vsrc_haldclutsrc;
530 extern const AVFilter ff_vsrc_life;
531 extern const AVFilter ff_vsrc_mandelbrot;
532 extern const AVFilter ff_vsrc_mptestsrc;
533 extern const AVFilter ff_vsrc_nullsrc;
534 extern const AVFilter ff_vsrc_openclsrc;
535 extern const AVFilter ff_vsrc_pal75bars;
536 extern const AVFilter ff_vsrc_pal100bars;
537 extern const AVFilter ff_vsrc_rgbtestsrc;
538 extern const AVFilter ff_vsrc_sierpinski;
539 extern const AVFilter ff_vsrc_smptebars;
540 extern const AVFilter ff_vsrc_smptehdbars;
541 extern const AVFilter ff_vsrc_testsrc;
542 extern const AVFilter ff_vsrc_testsrc2;
543 extern const AVFilter ff_vsrc_yuvtestsrc;
544 
545 extern const AVFilter ff_vsink_nullsink;
546 
547 /* multimedia filters */
548 extern const AVFilter ff_avf_abitscope;
549 extern const AVFilter ff_avf_adrawgraph;
550 extern const AVFilter ff_avf_agraphmonitor;
551 extern const AVFilter ff_avf_ahistogram;
552 extern const AVFilter ff_avf_aphasemeter;
553 extern const AVFilter ff_avf_avectorscope;
554 extern const AVFilter ff_avf_concat;
555 extern const AVFilter ff_avf_showcqt;
556 extern const AVFilter ff_avf_showfreqs;
557 extern const AVFilter ff_avf_showspatial;
558 extern const AVFilter ff_avf_showspectrum;
559 extern const AVFilter ff_avf_showspectrumpic;
560 extern const AVFilter ff_avf_showvolume;
561 extern const AVFilter ff_avf_showwaves;
562 extern const AVFilter ff_avf_showwavespic;
563 extern const AVFilter ff_vaf_spectrumsynth;
564 
565 /* multimedia sources */
566 extern const AVFilter ff_avsrc_avsynctest;
567 extern const AVFilter ff_avsrc_amovie;
568 extern const AVFilter ff_avsrc_movie;
569 
570 /* those filters are part of public or internal API,
571  * they are formatted to not be found by the grep
572  * as they are manually added again (due to their 'names'
573  * being the same while having different 'types'). */
574 extern const AVFilter ff_asrc_abuffer;
575 extern const AVFilter ff_vsrc_buffer;
576 extern const AVFilter ff_asink_abuffer;
577 extern const AVFilter ff_vsink_buffer;
578 extern const AVFilter ff_af_afifo;
579 extern const AVFilter ff_vf_fifo;
580 
581 #include "libavfilter/filter_list.c"
582 
583 
584 const AVFilter *av_filter_iterate(void **opaque)
585 {
586  uintptr_t i = (uintptr_t)*opaque;
587  const AVFilter *f = filter_list[i];
588 
589  if (f)
590  *opaque = (void*)(i + 1);
591 
592  return f;
593 }
594 
595 const AVFilter *avfilter_get_by_name(const char *name)
596 {
597  const AVFilter *f = NULL;
598  void *opaque = 0;
599 
600  if (!name)
601  return NULL;
602 
603  while ((f = av_filter_iterate(&opaque)))
604  if (!strcmp(f->name, name))
605  return f;
606 
607  return NULL;
608 }
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:182
ff_vf_overlay_vaapi
const AVFilter ff_vf_overlay_vaapi
Definition: vf_overlay_vaapi.c:411
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:1025
ff_vf_w3fdif
const AVFilter ff_vf_w3fdif
Definition: vf_w3fdif.c:612
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:241
ff_vf_xfade
const AVFilter ff_vf_xfade
Definition: vf_xfade.c:2064
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:600
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:362
ff_vsrc_cellauto
const AVFilter ff_vsrc_cellauto
Definition: vsrc_cellauto.c:321
ff_af_join
const AVFilter ff_af_join
Definition: af_join.c:620
ff_af_afade
const AVFilter ff_af_afade
ff_vsink_buffer
const AVFilter ff_vsink_buffer
Definition: buffersink.c:409
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:193
ff_vf_erosion
const AVFilter ff_vf_erosion
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_af_virtualbass
const AVFilter ff_af_virtualbass
Definition: af_virtualbass.c:173
ff_vf_colorchannelmixer
const AVFilter ff_vf_colorchannelmixer
Definition: vf_colorchannelmixer.c:496
ff_vsrc_gradients
const AVFilter ff_vsrc_gradients
Definition: vsrc_gradients.c:423
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:345
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:642
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:550
ff_vf_libvmaf
const AVFilter ff_vf_libvmaf
Definition: vf_libvmaf.c:699
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:446
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:1092
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:325
ff_vf_chromakey_cuda
const AVFilter ff_vf_chromakey_cuda
Definition: vf_chromakey_cuda.c:482
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:308
ff_af_sofalizer
const AVFilter ff_af_sofalizer
Definition: af_sofalizer.c:1096
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:259
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:161
ff_vf_hqdn3d
const AVFilter ff_vf_hqdn3d
Definition: vf_hqdn3d.c:393
ff_af_aresample
const AVFilter ff_af_aresample
Definition: af_aresample.c:338
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:1110
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:479
ff_af_equalizer
const AVFilter ff_af_equalizer
ff_avf_abitscope
const AVFilter ff_avf_abitscope
Definition: avf_abitscope.c:309
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:214
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:450
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:247
ff_af_anlms
const AVFilter ff_af_anlms
Definition: af_anlms.c:309
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:353
ff_af_crossfeed
const AVFilter ff_af_crossfeed
Definition: af_crossfeed.c:372
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:415
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:169
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:1152
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:347
ff_vf_oscilloscope
const AVFilter ff_vf_oscilloscope
Definition: vf_datascope.c:1142
ff_af_tiltshelf
const AVFilter ff_af_tiltshelf
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:4991
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:188
ff_vf_setfield
const AVFilter ff_vf_setfield
ff_vf_paletteuse
const AVFilter ff_vf_paletteuse
Definition: vf_paletteuse.c:1167
ff_vf_pixelize
const AVFilter ff_vf_pixelize
Definition: vf_pixelize.c:341
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:145
ff_af_ainterleave
const AVFilter ff_af_ainterleave
ff_vf_blockdetect
const AVFilter ff_vf_blockdetect
Definition: vf_blockdetect.c:282
ff_vf_fftdnoiz
const AVFilter ff_vf_fftdnoiz
Definition: vf_fftdnoiz.c:742
av_filter_iterate
const AVFilter * av_filter_iterate(void **opaque)
Iterate over all registered filters.
Definition: allfilters.c:584
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:307
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:327
ff_af_afir
const AVFilter ff_af_afir
Definition: af_afir.c:666
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:425
ff_vf_gradfun
const AVFilter ff_vf_gradfun
Definition: vf_gradfun.c:246
ff_vf_noise
const AVFilter ff_vf_noise
Definition: vf_noise.c:340
ff_vf_ssim
const AVFilter ff_vf_ssim
Definition: vf_ssim.c:584
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:508
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:1695
ff_af_acue
const AVFilter ff_af_acue
ff_asrc_abuffer
const AVFilter ff_asrc_abuffer
Definition: buffersrc.c:510
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:523
ff_vf_codecview
const AVFilter ff_vf_codecview
Definition: vf_codecview.c:344
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:938
ff_af_compand
const AVFilter ff_af_compand
Definition: af_compand.c:562
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:345
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:317
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:494
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:165
ff_vsrc_frei0r_src
const AVFilter ff_vsrc_frei0r_src
Definition: vf_frei0r.c:517
ff_vf_remap_opencl
const AVFilter ff_vf_remap_opencl
Definition: vf_remap_opencl.c:342
ff_avsrc_avsynctest
const AVFilter ff_avsrc_avsynctest
Definition: src_avsynctest.c:393
ff_vf_gblur
const AVFilter ff_vf_gblur
Definition: vf_gblur.c:319
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:420
ff_vsrc_mandelbrot
const AVFilter ff_vsrc_mandelbrot
Definition: vsrc_mandelbrot.c:412
ff_vf_dblur
const AVFilter ff_vf_dblur
Definition: vf_dblur.c:309
ff_vf_interlace
const AVFilter ff_vf_interlace
Definition: vf_tinterlace.c:562
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
ff_vf_siti
const AVFilter ff_vf_siti
Definition: vf_siti.c:338
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:414
ff_vf_tonemap_opencl
const AVFilter ff_vf_tonemap_opencl
Definition: vf_tonemap_opencl.c:539
ff_af_asupercut
const AVFilter ff_af_asupercut
Definition: af_asupercut.c:343
ff_vf_multiply
const AVFilter ff_vf_multiply
Definition: vf_multiply.c:241
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:598
ff_vf_libplacebo
const AVFilter ff_vf_libplacebo
Definition: vf_libplacebo.c:749
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:309
ff_vf_deflate
const AVFilter ff_vf_deflate
ff_af_volume
const AVFilter ff_af_volume
Definition: af_volume.c:466
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:243
avfilter_get_by_name
const AVFilter * avfilter_get_by_name(const char *name)
Get a filter definition matching the given name.
Definition: allfilters.c:595
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:482
ff_af_firequalizer
const AVFilter ff_af_firequalizer
Definition: af_firequalizer.c:941
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:526
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:419
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:766
ff_avf_showcqt
const AVFilter ff_avf_showcqt
Definition: avf_showcqt.c:1593
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:1748
ff_avf_showwavespic
const AVFilter ff_avf_showwavespic
ff_af_ladspa
const AVFilter ff_af_ladspa
Definition: af_ladspa.c:821
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:1590
ff_vf_hstack
const AVFilter ff_vf_hstack
ff_vf_fifo
const AVFilter ff_vf_fifo
Definition: fifo.c:129
ff_vsrc_colorchart
const AVFilter ff_vsrc_colorchart
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:140
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:214
ff_vf_scale
const AVFilter ff_vf_scale
Definition: vf_scale.c:1005
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:621
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:334
ff_avf_showfreqs
const AVFilter ff_avf_showfreqs
Definition: avf_showfreqs.c:564
ff_vf_waveform
const AVFilter ff_vf_waveform
Definition: vf_waveform.c:3516
f
f
Definition: af_crystalizer.c:122
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:525
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:758
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:159
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_feedback
const AVFilter ff_vf_feedback
Definition: vf_feedback.c:321
ff_vf_vidstabdetect
const AVFilter ff_vf_vidstabdetect
Definition: vf_vidstabdetect.c:191
ff_vf_blend_vulkan
const AVFilter ff_vf_blend_vulkan
Definition: vf_blend_vulkan.c:491
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:335
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:386
ff_vf_threshold
const AVFilter ff_vf_threshold
Definition: vf_threshold.c:280
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_iccgen
const AVFilter ff_vf_iccgen
Definition: vf_iccgen.c:171
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:1245
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:321
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:1114
ff_vsrc_mptestsrc
const AVFilter ff_vsrc_mptestsrc
Definition: vsrc_mptestsrc.c:348
ff_vf_scale_qsv
const AVFilter ff_vf_scale_qsv
Definition: vf_scale_qsv.c:648
ff_vsrc_life
const AVFilter ff_vsrc_life
Definition: vsrc_life.c:442
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_af_dialoguenhance
const AVFilter ff_af_dialoguenhance
Definition: af_dialoguenhance.c:395
ff_vf_ciescope
const AVFilter ff_vf_ciescope
Definition: vf_ciescope.c:1538
ff_vf_setpts
const AVFilter ff_vf_setpts
ff_vf_avgblur
const AVFilter ff_vf_avgblur
Definition: vf_avgblur.c:344
ff_af_aloop
const AVFilter ff_af_aloop
ff_vf_idet
const AVFilter ff_vf_idet
Definition: vf_idet.c:435
ff_asink_abuffer
const AVFilter ff_asink_abuffer
Definition: buffersink.c:428
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:269
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:1110
ff_vf_uspp
const AVFilter ff_vf_uspp
Definition: vf_uspp.c:488
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:1046
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:565
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:435
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:430
ff_vf_showinfo
const AVFilter ff_vf_showinfo
Definition: vf_showinfo.c:861
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:646
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:559
ff_vf_trim
const AVFilter ff_vf_trim
ff_vf_inflate
const AVFilter ff_vf_inflate
AVFilter
Filter definition.
Definition: avfilter.h:171
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:511
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:264
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:222
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:488
ff_vf_latency
const AVFilter ff_vf_latency
ff_af_pan
const AVFilter ff_af_pan
Definition: af_pan.c:427
ff_vf_chromashift
const AVFilter ff_vf_chromashift
Definition: vf_chromashift.c:409
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:168
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:361
ff_vf_blurdetect
const AVFilter ff_vf_blurdetect
Definition: vf_blurdetect.c:366
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:275
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:242
ff_vf_format
const AVFilter ff_vf_format
ff_vf_lut2
const AVFilter ff_vf_lut2
Definition: vf_lut2.c:564
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:402
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:1176
ff_vf_qp
const AVFilter ff_vf_qp
Definition: vf_qp.c:194
ff_vsrc_buffer
const AVFilter ff_vsrc_buffer
Definition: buffersrc.c:487
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:495
ff_vf_framerate
const AVFilter ff_vf_framerate
Definition: vf_framerate.c:436
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:293
ff_vf_floodfill
const AVFilter ff_vf_floodfill
Definition: vf_floodfill.c:411
ff_vf_iccdetect
const AVFilter ff_vf_iccdetect
Definition: vf_iccdetect.c:133
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:395
ff_vf_estdif
const AVFilter ff_vf_estdif
Definition: vf_estdif.c:580
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:458
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:451
ff_vf_extractplanes
const AVFilter ff_vf_extractplanes
Definition: vf_extractplanes.c:407
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:304
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:661
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:265
ff_vf_maskedmax
const AVFilter ff_vf_maskedmax
Definition: vf_maskedminmax.c:323
ff_vf_zmq
const AVFilter ff_vf_zmq
ff_af_afftfilt
const AVFilter ff_af_afftfilt
Definition: af_afftfilt.c:449
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:409
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:2154
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:581
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:1048
ff_vf_hwdownload
const AVFilter ff_vf_hwdownload
Definition: vf_hwdownload.c:192
ff_vf_colormap
const AVFilter ff_vf_colormap
Definition: vf_colormap.c:562
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:111
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:308
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