ffmpeg/libavfilter
Niklas Haas 84b365d522 avfilter/avfiltergraph: print both failing links on conversion error
This is more informative than the current behavior, because when the first
MERGE() succeeds but the second fails, the original link already has
merged formats and thus the error message is confusing.
2025-11-06 18:16:10 +01:00
..
aarch64 avfilter/vf_colordetect: Rename header to vf_colordetectdsp.h 2025-09-16 18:22:24 +02:00
cuda avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
dnn libavfilter/dnn/dnn_backend_tf: Remove redundant av_freep() to avoid double free 2025-08-13 19:50:26 +08:00
metal libavfilter: metal: Fix the version condition for iOS 2025-04-01 18:28:26 +03:00
opencl apply spelling fixes 2023-11-18 19:55:42 +01:00
riscv all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
tests lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
vulkan lavfi/bwdif_vulkan: fix typo in temp_diff assignment 2025-08-20 22:06:21 +09:00
x86 avfilter/x86/vf_noise: Port line_noise funcs to SSE2 2025-10-16 19:09:45 +02:00
.gitignore
aap_template.c lavfi: get rid of bespoke double scalar products 2024-05-31 22:22:43 +03:00
adynamicequalizer_template.c avfilter/af_adynamicequalizer: add adaptive detection mode 2023-11-17 00:17:54 +01:00
aeval.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aap.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_acontrast.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_acopy.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_acrossover.c avfilter: factorize requesting an input frame from multi output filters 2025-07-03 21:41:53 +02:00
af_acrusher.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adeclick.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adecorrelate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adelay.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adenorm.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aderivative.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adynamicequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_adynamicsmooth.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aecho.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aemphasis.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aexciter.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_afade.c avfilter/af_afade: support multiple inputs 2025-09-04 23:12:34 +00:00
af_afftdn.c avfilter/af_afftdn: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
af_afftfilt.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_afir.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_afirdsp.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
af_aformat.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_afreqshift.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_afwtdn.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_agate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aiir.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
af_alimiter.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_amerge.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_amix.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_amultiply.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_anequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_anlmdn.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_anlmdndsp.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
af_anlms.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_anull.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_apad.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aphaser.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_apsyclip.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_apulsator.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aresample.c avfilter/af_aresample: rework activate logic to follow the advised flow more strictly 2025-06-21 20:24:57 +02:00
af_arls.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_arnndn.c general: fix warning 'av_malloc_array' sizes specified with 'sizeof' 2025-10-07 14:51:46 -07:00
af_asdr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_asetnsamples.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_asetrate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_ashowinfo.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_asoftclip.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_aspectralstats.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_asr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_astats.c general: fix warning 'av_malloc_array' sizes specified with 'sizeof' 2025-10-07 14:51:46 -07:00
af_asubboost.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_asupercut.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_atempo.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
af_atilt.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_axcorrelate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_biquads.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_bs2b.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_channelmap.c avfilter/af_channelmap: always set out_channel in the map 2025-07-25 00:18:07 -03:00
af_channelsplit.c avfilter: factorize requesting an input frame from multi output filters 2025-07-03 21:41:53 +02:00
af_chorus.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_compand.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_compensationdelay.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_crossfeed.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_crystalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_dcshift.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_deesser.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_dialoguenhance.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_drmeter.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
af_dynaudnorm.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_earwax.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_extrastereo.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_firequalizer.c libavfilter/af_firequalizer: Add check for av_malloc_array() 2025-08-07 03:07:44 +02:00
af_flanger.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_haas.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_hdcd.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_headphone.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_join.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_ladspa.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_loudnorm.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_lv2.c avfilter/af_lv2: use AVFilterContext when logging 2025-08-12 09:01:39 +00:00
af_mcompand.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_pan.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_replaygain.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_rubberband.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_sidechaincompress.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_silencedetect.c general: fix warning 'av_malloc_array' sizes specified with 'sizeof' 2025-10-07 14:51:46 -07:00
af_silenceremove.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_sofalizer.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
af_speechnorm.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_stereotools.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_stereowiden.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_superequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_surround.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_tremolo.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_vibrato.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_virtualbass.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_volume.c avutil: remove deprecated FF_API_FRAME_PKT 2025-03-28 14:33:08 -03:00
af_volume.h avutil: remove deprecated FF_API_FRAME_PKT 2025-03-28 14:33:08 -03:00
af_volumedetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_whisper.c avfilter/af_whisper: fix srt index 2025-09-25 11:34:10 +00:00
afir_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
allfilters.c lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
anlms_template.c lavfi: get rid of bespoke double scalar products 2024-05-31 22:22:43 +03:00
arls_template.c lavfi: get rid of bespoke double scalar products 2024-05-31 22:22:43 +03:00
asink_anullsink.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_afdelaysrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_afirsrc.c avfilter/asrc_afirsrc: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
asrc_anoisesrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_anullsrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_flite.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_hilbert.c avfilter/asrc_hilbert: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
asrc_sinc.c avfilter/asrc_sinc: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
asrc_sine.c avfilter/asrc_sine: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
atadenoise.h
audio.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
audio.h lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch] 2024-08-19 21:45:25 +02:00
avf_a3dscope.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_abitscope.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_ahistogram.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_aphasemeter.c avfilter/avf_aphasemeter: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
avf_avectorscope.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_concat.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_showcqt.c avfilter/avf_showcqt: fix unbounded index when copying to fft_data 2025-08-08 18:47:44 +02:00
avf_showcqt.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
avf_showcwt.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_showfreqs.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_showspatial.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_showspectrum.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
avf_showvolume.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
avf_showwaves.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avfilter.c avfilter: add alpha_mode consistency assertion 2025-09-02 17:06:25 +02:00
avfilter.h avfilter: add link negotiation for AVAlphaMode 2025-09-02 17:06:08 +02:00
avfilter_internal.h all: Fix doxy comments wrongly designated as trailing ///< 2025-03-12 17:00:24 +01:00
avfiltergraph.c avfilter/avfiltergraph: print both failing links on conversion error 2025-11-06 18:16:10 +01:00
avfilterres.rc
bbox.c
bbox.h
blend.h avfilter/blend: use a per-thread AVExpr 2024-05-14 21:07:37 +02:00
blend_modes.c avfilter/blend_modes: Don't build duplicate functions 2025-10-04 17:49:08 +02:00
boxblur.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
boxblur.h
bufferqueue.h
buffersink.c avfilter/buffersink: move ret declaration to suppress unused warning 2025-10-27 15:39:39 +01:00
buffersink.h avfilter/buffersink: add support for alpha modes 2025-09-02 17:06:25 +02:00
buffersrc.c avfilter/buffersrc: add alpha_mode parameter 2025-09-02 17:06:25 +02:00
buffersrc.h avfilter/buffersrc: add alpha_mode parameter 2025-09-02 17:06:25 +02:00
bwdifdsp.c avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() 2023-09-28 00:17:47 +02:00
bwdifdsp.h avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() 2023-09-28 00:17:47 +02:00
ccfifo.c avfilter/ccfifo: Improve included headers 2024-02-07 10:22:19 +01:00
ccfifo.h avfilter/ccfifo: Improve included headers 2024-02-07 10:22:19 +01:00
colorchannelmixer_template.c avfilter/vf_colorchannelmixer: add float formats support 2022-03-03 09:57:53 +01:00
colorspace.c lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspace.h lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspacedsp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
colorspacedsp.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
convolution.h avfilter/vf_convolution: Fix compilation with sobel disabled 2024-05-07 23:53:26 +02:00
dialoguenhance_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
dnn_filter_common.c avfilter/dnn: Remove a level of dereference 2024-05-30 18:14:31 +08:00
dnn_filter_common.h avfilter/dnn: Don't show backends which are not supported by a filter 2024-05-30 18:13:46 +08:00
dnn_interface.h avfilter/dnn: Remove a level of dereference 2024-05-30 18:14:31 +08:00
drawutils.c avfilter/drawutils: add alpha mode support 2025-09-02 17:06:25 +02:00
drawutils.h avfilter/drawutils: add alpha mode support 2025-09-02 17:06:25 +02:00
ebur128.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
ebur128.h
edge_common.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_common.h lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
f_bench.c avfilter/f_bench: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
f_cue.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_drawgraph.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_ebur128.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
f_ebur128.h avfilter/x86/f_ebur128: implement AVX peak calculation 2025-06-21 17:28:39 +02:00
f_graphmonitor.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
f_interleave.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_latency.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_loop.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_metadata.c avfilter/f_metadata: use the return value of vsnprintf() to write the argument list 2025-07-22 09:47:18 -03:00
f_perms.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_realtime.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_reverse.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_segment.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_select.c avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() 2025-07-17 12:26:05 +02:00
f_sendcmd.c lavfi/f_sendcmd: clear Command on alloc failure 2025-06-11 19:26:22 +02:00
f_sidedata.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_streamselect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
f_zmq.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
fflcms2.c fflcms2: move to libavcodec 2022-07-30 11:42:06 +02:00
fflcms2.h fflcms2: move to libavcodec 2022-07-30 11:42:06 +02:00
file_open.c libavutil: Deprecate av_fopen_utf8, provide an avpriv version 2022-05-23 13:52:26 +03:00
filters.h all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
formats.c avfilter/formats: add name field to AVFilterFormatMerger 2025-11-06 18:01:33 +01:00
formats.h avfilter/formats: add name field to AVFilterFormatMerger 2025-11-06 18:01:33 +01:00
framepool.c avfilter/framepool: align the frame buffers 2024-11-09 19:33:56 -03:00
framepool.h all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
framequeue.c avfilter/framequeue: add support for limiting and tracking buffered frames in the queues 2025-07-14 22:03:36 +02:00
framequeue.h avfilter/framequeue: add support for limiting and tracking buffered frames in the queues 2025-07-14 22:03:36 +02:00
framerate.h
framesync.c avfilter/framesync: don't attempt to rescale AV_NOPTS_VALUE 2025-09-26 12:24:04 -03:00
framesync.h all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
gblur.h avfilter/vf_gblur: Move ff_gblur_init into a header 2022-05-06 05:19:49 +02:00
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
graphparser.c lavfi/avfilter: export AVFilter initialization state 2024-10-01 09:57:58 +02:00
hermite.h
hflip.h avfilter/vf_hflip: Remove empty options and AVClass 2024-04-03 19:14:12 +02:00
lavfutils.c avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 2023-09-12 09:42:27 +02:00
lavfutils.h
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut 2022-04-26 20:07:04 +02:00
Makefile avfilter/Makefile: fix dependency for drawvg test 2025-10-25 10:57:56 -03:00
maskedclamp.h
maskedmerge.h avfilter/vf_maskedmerge: fix rounding when masking 2022-03-03 09:57:53 +01:00
median.h
median_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
motion_estimation.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
motion_estimation.h Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
opencl.c lavfi: move AVFilterLink.hw_frames_ctx to FilterLink 2024-08-15 19:34:24 +02:00
opencl.h avfilter/opencl: Store format in filter, remove query function 2021-10-05 18:58:29 +02:00
opencl_source.h tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
palette.c avfilter/palette: Remove unused ff_srgb_u8_to_linear_int() 2025-04-03 06:04:57 +02:00
palette.h avfilter/palette: Remove unused ff_srgb_u8_to_linear_int() 2025-04-03 06:04:57 +02:00
perlin.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
perlin.h lavfi: add Perlin noise generator 2024-07-01 22:31:02 +02:00
phase_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
preserve_color.h avfilter/preserve_color: Add necessary headers 2021-09-27 10:17:53 +02:00
psnr.c avfilter/vf_xpsnr: remove duplicated DSP infranstructure 2024-10-07 09:33:52 -03:00
psnr.h avfilter/vf_xpsnr: remove duplicated DSP infranstructure 2024-10-07 09:33:52 -03:00
pthread.c avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal 2024-02-18 16:38:09 +01:00
qp_table.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
qp_table.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
qrencode.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
qsvvpp.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
qsvvpp.h all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
removegrain.h
scale_eval.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
scale_eval.h avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
scene_sad.c avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() 2025-07-17 12:26:05 +02:00
scene_sad.h
setpts.c avfilter/setpts: also preserve duration when not stripping fps 2025-08-21 14:55:12 +02:00
settb.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
signature.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
signature_lookup.c libavfilter/signature_lookup: fix jaccard distance 2024-06-07 21:42:23 +02:00
silenceremove_template.c avfilter/silenceremove_template: refactor detectors using common peaks code 2023-05-29 11:47:11 +02:00
split.c avfilter: factorize requesting an input frame from multi output filters 2025-07-03 21:41:53 +02:00
src_avsynctest.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
src_movie.c lavfi/src_movie: set pkt_timebase 2025-04-15 15:49:38 +02:00
ssim.h
stack_internal.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
stack_internal.h avfilter/stack_internal: fix checkheaders test 2025-08-11 19:29:53 +00:00
stereo3d.h
textutils.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
textutils.h avfilter/textutils: Constify ff_expand_text() 2024-06-30 11:37:06 +02:00
threshold.h avfilter/vf_threshold: Move ff_threshold_init into a header 2022-05-06 05:19:50 +02:00
tinterlace.h avfilter/ccfifo: remove unnecessary context allocations 2023-05-12 16:21:18 -03:00
transform.c
transform.h
transpose.h
trim.c avfilter/trim: consume all available frames and avoid activate reschedule 2025-07-29 22:10:05 +02:00
v360.h avfilter/v360: Use AV_VIDEO_MAX_PLANES 2024-02-16 21:34:38 +01:00
vaapi_vpp.c lavfi/*_vaapi: switch to query_func2() 2024-09-28 09:53:11 +02:00
vaapi_vpp.h lavfi/*_vaapi: switch to query_func2() 2024-09-28 09:53:11 +02:00
vaf_spectrumsynth.c avfilter/vaf_spectrumsynth: don't use uninitialized variable as scale 2025-07-19 00:36:25 +02:00
version.c lib*/version: Use static_assert for static asserts 2024-03-31 00:08:42 +01:00
version.h avfilter: add gfxcapture, Windows.Graphics.Capture based window/monitor capture 2025-09-14 11:45:11 +00:00
version_major.h configure: deprecate support for libnpp 2025-09-26 12:31:39 +00:00
vf_addroi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_alphamerge.c avfilter/vf_alphamerge: configure correct alpha mode 2025-09-02 17:06:25 +02:00
vf_amf_common.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_amf_common.h avfilter/vpp_amf: add option reset_sar 2025-02-10 19:59:26 +05:30
vf_amplify.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_aspect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_atadenoise.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_avgblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_avgblur_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_avgblur_vulkan.c avgblur_vulkan: fix duplicated variable error when planes=0 2025-02-18 10:44:54 +01:00
vf_backgroundkey.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bbox.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bilateral.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bilateral_cuda.c avfilter/vf_bilateral_cuda: remove a goto which has no effect 2025-10-07 16:00:27 +00:00
vf_bilateral_cuda.cu all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_bitplanenoise.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_blackdetect.c avfilter/vf_blackdetect: log with correct filter ID 2025-08-12 09:01:39 +00:00
vf_blackdetect.h avfilter/vf_blackdetect: add missing config.h include 2025-08-11 19:29:53 +00:00
vf_blackdetect_vulkan.c avfilter/vf_blackdetect_vulkan: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_blackframe.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_blend.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_blend_init.h avfilter/blend_modes: Don't build duplicate functions 2025-10-04 17:49:08 +02:00
vf_blend_vulkan.c blend_vulkan: port to imageLoad() 2025-02-18 10:44:56 +01:00
vf_blockdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_blurdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bm3d.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_boxblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bwdif.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bwdif_cuda.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_bwdif_cuda.cu avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer 2023-06-16 12:52:32 -07:00
vf_bwdif_vulkan.c bwdif_vulkan: convert to storage images 2025-02-18 10:44:53 +01:00
vf_cas.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_ccrepack.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_chromaber_vulkan.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_chromakey.c avfilter/vf_chromakey: specify alphamode of chromakey filter 2025-10-07 16:00:27 +00:00
vf_chromakey_cuda.c avfilter/vf_chromakey_cuda: specify alpha_mode of output 2025-10-07 16:00:27 +00:00
vf_chromakey_cuda.cu avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromanr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_chromashift.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_ciescope.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_codecview.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorbalance.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorchannelmixer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorconstancy.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_colorcontrast.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorcorrect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colordetect.c avfilter/vf_colordetect: only report detected properties on EOF 2025-09-21 13:28:58 +02:00
vf_colordetectdsp.h avfilter/vf_colordetect: Move ff_color_detect_dsp_init() out of .c file 2025-09-16 18:23:52 +02:00
vf_colorize.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorkey.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorkey_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorlevels.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colormap.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colormatrix.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorspace.c avfilter/vf_colorspace: Make array smaller 2025-09-26 06:00:14 +02:00
vf_colorspace_cuda.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_colorspace_cuda.cu libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter 2022-09-13 22:59:30 +02:00
vf_colortemperature.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_convolution.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_convolution_opencl.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_convolve.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_copy.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_coreimage.m all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_corr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_cover_rect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_crop.c avutil: remove deprecated FF_API_FRAME_PKT 2025-03-28 14:33:08 -03:00
vf_cropdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_curves.c ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_datascope.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_dblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_dctdnoiz.c avfilter/vf_dctdnoiz: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_deband.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_deblock.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_decimate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_dedot.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_deflicker.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_deinterlace_vaapi.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_dejudder.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_delogo.c avfilter/vf_delogo: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_derain.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_deshake.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_deshake_opencl.c all: Use "" instead of <> to include internal headers 2025-09-04 22:20:58 +02:00
vf_despill.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_detelecine.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_displace.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_dnn_classify.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_dnn_detect.c ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_dnn_processing.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_drawbox.c avfilter/vf_drawbox: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_drawbox_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_drawtext.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_drawvg.c lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
vf_edgedetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_elbg.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_entropy.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_epx.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_eq.c avutil: remove deprecated FF_API_FRAME_PKT 2025-03-28 14:33:08 -03:00
vf_eq.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_estdif.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_exposure.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_extractplanes.c avfilter/vf_extractplanes: require straight alpha input 2025-09-02 17:06:25 +02:00
vf_fade.c avfilter/vf_fade: set correct alpha mode requirement 2025-09-02 17:06:25 +02:00
vf_feedback.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_fftdnoiz.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_fftfilt.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_field.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_fieldhint.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_fieldmatch.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_fieldorder.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_fillborders.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_find_rect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_flip_vulkan.c flip_vulkan: port to imageLoad() 2025-02-18 10:44:54 +01:00
vf_floodfill.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_format.c avfilter/vf_format: add alpha_modes parameter 2025-09-02 17:06:25 +02:00
vf_fps.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_framepack.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_framerate.c avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() 2025-07-17 12:26:05 +02:00
vf_framestep.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_freezedetect.c avfilter/vf_freezedetect: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_freezeframes.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_frei0r.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_fspp.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_fspp.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_fsync.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_gblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_gblur_init.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_gblur_vulkan.c avfilter/vf_gblur_vulkan: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_geq.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_gradfun.c avfilter/x86/vf_gradfun: Remove MMXEXT func overridden by SSSE3 2025-09-26 06:21:35 +02:00
vf_grayworld.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_guided.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hflip.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hflip_init.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_histeq.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_histogram.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hqdn3d.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hqdn3d.h
vf_hqx.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hsvkey.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hue.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_huesaturation.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hwdownload.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hwmap.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hwupload.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hwupload_cuda.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_hysteresis.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_iccdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_iccgen.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_identity.c avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() 2025-07-17 12:26:05 +02:00
vf_idet.c avfilter/vf_idetdsp: pass actual bit depth 2025-09-21 11:02:41 +00:00
vf_idetdsp.c avfilter/vf_idetdsp: use consistent uint8_t pointer type 2025-09-21 11:02:41 +00:00
vf_idetdsp.h avfilter/vf_idetdsp: use consistent uint8_t pointer type 2025-09-21 11:02:41 +00:00
vf_il.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_interlace_vulkan.c avfilter/vf_interlace_vulkan: fix FPS and PTS calculation 2025-05-21 16:10:55 +02:00
vf_kerndeint.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_lagfun.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lcevc.c configure: bump LCEVCdec minimum required version to 4.0.0 2025-08-25 10:43:23 -03:00
vf_lenscorrection.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lensfun.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_libopencv.c general: fix warning 'av_malloc_array' sizes specified with 'sizeof' 2025-10-07 14:51:46 -07:00
vf_libplacebo.c avfilter/vf_libplacebo: make rotation check more robust 2025-11-04 12:38:55 +00:00
vf_libvmaf.c avfilter/vf_libvmaf: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_limitdiff.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_limiter.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lumakey.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lut.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lut2.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lut3d.c avfilter/vf_lut3d: fix leak if allocate_3dlut failed 2025-06-28 23:54:40 +02:00
vf_maskedclamp.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_maskedmerge.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_maskedminmax.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_maskedthreshold.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_maskfun.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_mcdeint.c avfilter/vf_mcdeint: add yuv444p support to mcdeint 2025-06-14 23:41:38 +02:00
vf_median.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_mergeplanes.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_mestimate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_midequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_minterpolate.c libavfilter/vf_minterpolate: Use local variable in array 2025-09-02 15:56:23 +02:00
vf_misc_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_mix.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_monochrome.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_morpho.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_mpdecimate.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_multiply.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_negate.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_neighbor.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_neighbor_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_nlmeans.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_nlmeans.h avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 2022-05-06 05:19:50 +02:00
vf_nlmeans_init.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_nlmeans_opencl.c various: fix typos 2025-06-15 21:00:38 +05:30
vf_nlmeans_vulkan.c libavfilter/vf_nlmeans_vulkan: fix str defaults 2025-10-16 21:32:43 +00:00
vf_nnedi.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_noise.c avfilter/vf_noise: Deduplicate option flags 2025-10-16 19:10:51 +02:00
vf_noise.h avfilter/vf_noise: Avoid cast 2025-10-16 18:41:19 +02:00
vf_normalize.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_null.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_ocr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_overlay.c avfilter/x86/vf_overlay: simplify function signature 2025-09-02 17:06:25 +02:00
vf_overlay.h avfilter/x86/vf_overlay: simplify function signature 2025-09-02 17:06:25 +02:00
vf_overlay_cuda.c avfilter/overlay_cuda: add timeline editing support 2025-07-11 17:49:58 +02:00
vf_overlay_cuda.cu all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
vf_overlay_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_overlay_qsv.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_overlay_vaapi.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_overlay_vulkan.c overlay_vulkan: remove unused variable 2025-02-21 03:19:19 +01:00
vf_owdenoise.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pad.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_pad_cuda.c avfilter: add pad_cuda filter 2025-07-04 01:32:27 +02:00
vf_pad_cuda.cu avfilter: add pad_cuda filter 2025-07-04 01:32:27 +02:00
vf_pad_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pad_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_palettegen.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_paletteuse.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_perspective.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_phase.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_photosensitivity.c avfilter/vf_photosensitivity: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_pixdesctest.c general: fix warning 'av_malloc_array' sizes specified with 'sizeof' 2025-10-07 14:51:46 -07:00
vf_pixelize.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pp7.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pp7.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_premultiply.c avfilter/vf_premultiply: add dynamic variant of this filter 2025-09-02 17:06:09 +02:00
vf_procamp_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_program_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pseudocolor.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_psnr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_pullup.c avfilter/x86/vf_pullup: Port pullup functions to SSE2, SSSE3 2025-10-15 19:43:37 +02:00
vf_pullup.h
vf_qp.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_quirc.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
vf_random.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_readeia608.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_readvitc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_remap.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_remap_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_removegrain.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_removelogo.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_repeatfields.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_rotate.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_sab.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_scale.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scale_cuda.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scale_cuda.cu avfilter/scale_cuda: frame crop support 2024-11-01 17:10:34 +01:00
vf_scale_cuda.h
vf_scale_d3d11.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
vf_scale_npp.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scale_vaapi.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scale_vt.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scale_vulkan.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_scdet.c avfilter/vf_scdet: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_scdet_vulkan.c avfilter/vf_scdet_vulkan: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_scroll.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_selectivecolor.c avfilter/vf_selectivecolor: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_separatefields.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_setparams.c lavu: add support for Panasonic V-Gamut 2025-10-28 20:46:21 +01:00
vf_sharpen_npp.c configure: deprecate support for libnpp 2025-09-26 12:31:39 +00:00
vf_shear.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_showinfo.c avfilter/vf_showinfo: print alpha mode when relevant 2025-09-02 17:06:25 +02:00
vf_showpalette.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_shuffleframes.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_shufflepixels.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_shuffleplanes.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_signalstats.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_signature.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_siti.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_smartblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_spp.c avfilter/x86/vf_spp: Port store_slice to SSE2 2025-10-15 19:43:37 +02:00
vf_spp.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_sr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_sr_amf.c avfilter/scale_amf: Add AMF VPP & super resolution filters 2025-02-04 00:14:14 +01:00
vf_ssim.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_ssim360.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_stack.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_stack_qsv.c lavfi/vf_stack_{vaapi,qsv}: replace query_formats with a pixfmt list 2024-10-04 10:03:34 +02:00
vf_stack_vaapi.c lavfi/vf_stack_{vaapi,qsv}: replace query_formats with a pixfmt list 2024-10-04 10:03:34 +02:00
vf_stereo3d.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_subtitles.c avfilter/drawutils: add alpha mode support 2025-09-02 17:06:25 +02:00
vf_super2xsai.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_swaprect.c avutil: remove deprecated FF_API_FRAME_PKT 2025-03-28 14:33:08 -03:00
vf_swapuv.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_telecine.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_threshold.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_threshold_init.h ALL: move av_unused to conform with standard requirement 2025-09-26 16:15:46 +00:00
vf_thumbnail.c avfilter/vf_thumbnail: fix buffer overflow for odd sized HBD inputs 2025-08-06 21:25:46 +00:00
vf_thumbnail_cuda.c doc/filters: add thumbnail_cuda entry 2025-03-31 18:48:01 +05:30
vf_thumbnail_cuda.cu
vf_tile.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_tiltandshift.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_tinterlace.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_tmidequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_tonemap.c avfilter/vf_tonemap: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_tonemap_opencl.c avfilter/vf_tonemap_opencl: Make array smaller 2025-09-26 06:00:43 +02:00
vf_tonemap_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_tpad.c avfilter: use ff_draw_init_from_link() where possible 2025-09-02 17:06:25 +02:00
vf_transpose.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_transpose_npp.c configure: deprecate support for libnpp 2025-09-26 12:31:39 +00:00
vf_transpose_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_transpose_vaapi.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_transpose_vt.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_transpose_vulkan.c transpose_vulkan: port to imageLoad() 2025-02-18 10:44:55 +01:00
vf_unsharp.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_unsharp_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_untile.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_uspp.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_v360.c avfilter/vf_v360: Fix NULL pointer use 2025-01-15 01:27:46 +01:00
vf_vaguedenoiser.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_varblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vectorscope.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
vf_vflip.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vfrdet.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vibrance.c avfilter/vf_vibrance: Update default value of rlum/blum 2025-07-31 19:51:23 +08:00
vf_vidstabdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vidstabtransform.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vif.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vignette.c avfilter/vf_vignette: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_vmafmotion.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_vpp_amf.c avfilter/vf_scale_*: add enum names for force_oar magic values 2025-09-30 15:39:39 +00:00
vf_vpp_qsv.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_w3fdif.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_waveform.c avfilter: use the getters for xGA font data arrays 2025-07-22 09:47:18 -03:00
vf_weave.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00
vf_xbr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_xfade.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_xfade_opencl.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_xfade_vulkan.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_xmedian.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_xpsnr.c lavfi/vf_xpsnr: use av_err2str 2025-04-22 20:45:57 +02:00
vf_yadif.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_yadif_cuda.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_yadif_cuda.cu
vf_yadif_videotoolbox.m avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_yaepblur.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_zoompan.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_zscale.c avfilter/vf_zscale: simplify and fix alpha handling 2025-09-02 17:06:25 +02:00
video.c avfilter: add link negotiation for AVAlphaMode 2025-09-02 17:06:08 +02:00
video.h avfilter: fix YUV colorspace negotiation for YUVJ 2024-09-12 19:13:21 +02:00
vidstabutils.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
vidstabutils.h avfilter/vf_vidstab(detect|transform): Deduplicate pixel formats 2021-10-05 18:58:25 +02:00
vmaf_motion.h
vsink_nullsink.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_cellauto.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_ddagrab.c avfilter/vsrc_ddagrab: support rendering mouse cursor onto array textures 2025-09-17 14:50:41 +00:00
vsrc_ddagrab_shaders.h avfilter/vsrc_ddagrab: fix checkheaders error 2022-07-18 13:08:39 +02:00
vsrc_gfxcapture.c avfilter: add gfxcapture, Windows.Graphics.Capture based window/monitor capture 2025-09-14 11:45:11 +00:00
vsrc_gfxcapture.h avfilter/vsrc_gfxcapture: make checkheaders happy 2025-09-14 20:33:24 +02:00
vsrc_gfxcapture_shader.h avfilter: add gfxcapture, Windows.Graphics.Capture based window/monitor capture 2025-09-14 11:45:11 +00:00
vsrc_gfxcapture_winrt.cpp avfilter/vsrc_gfxcapture: fix string format specifier 2025-09-18 03:55:54 +02:00
vsrc_gfxcapture_winrt.hpp avfilter/vsrc_gfxcapture: fix leaking all callback handlers 2025-09-18 01:04:59 +00:00
vsrc_gradients.c avutil: remove deprecated FF_API_FRAME_KEY 2025-03-28 14:33:08 -03:00
vsrc_life.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_mandelbrot.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_mptestsrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_perlin.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_sierpinski.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_testsrc.c avfilter/vsrc_testsrc: add support for YUV444P1{0,2}MSB to yuvtestsrc 2025-10-28 19:16:58 +00:00
vsrc_testsrc_vulkan.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vulkan.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan_filter.c vulkan_filter: use GENERAL image layout when no sampler is given 2025-02-18 10:44:53 +01:00
vulkan_filter.h lavfi/vulkan: remove redundant header 2024-10-06 01:21:41 +02:00
vulkan_glslang.c vulkan: move SPIR-V compilation code to libavutil 2024-10-06 01:21:44 +02:00
vulkan_shaderc.c vulkan: move SPIR-V compilation code to libavutil 2024-10-06 01:21:44 +02:00
w3fdif.h
window_func.h all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
xpsnr.h avfilter/vf_xpsnr: remove duplicated DSP infranstructure 2024-10-07 09:33:52 -03:00
yadif.h avfilter/yadif_common: fix timestamps with very small timebases 2024-02-04 20:04:18 +01:00
yadif_common.c avutil: remove deprecated FF_API_INTERLACED_FRAME 2025-03-28 14:33:08 -03:00