ffmpeg/libavfilter
GeoffreyAA ff63d4865b avfilter/vf_libplacebo: add chroma_location option
Add chroma_location option so that, in the subsampled-to-subsampled case, the destination's chroma siting can be changed from the source's without having to use other filters. Useful, for example, when converting BT.2020 to BT.709, where the former customarily uses "top left" and the latter "left."

Update documentation.

Closes: #21185
2026-01-24 11:01:34 +00:00
..
aarch64 lavfi/nlmeans: add aarch64 neon for compute_weights_line 2026-01-09 16:10:10 +00:00
cuda cuda/load_helper: move zlib decompression into a separate file 2026-01-12 17:28:41 +01:00
dnn avfilter/dnn_backend_torch: handle lifecycle of worker thread 2026-01-12 08:53:42 +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 lavfi/vf_blackdetect: R-V V count_pixels_16 2025-12-16 17:30:29 +02:00
tests avfilter/tests/drawvg: fix warnings on WIN32 2026-01-04 13:42:20 +00:00
vulkan vulkan: remove IS_WITHIN macro 2026-01-19 16:37:15 +01:00
x86 lavfi/nlmeans: add aarch64 neon for compute_weights_line 2026-01-09 16:10:10 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_aap.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_afirdsp.h avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
af_aformat.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_aiir.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_alimiter.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_amerge.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_anlmdn.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
af_anlmdndsp.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
af_anlms.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_aresample.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_arls.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_arnndn.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_bs2b.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_extrastereo.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_hdcd.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_headphone.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_join.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_ladspa.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_loudnorm.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_lv2.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_rubberband.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_sidechaincompress.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_speechnorm.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_stereotools.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_stereowiden.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_superequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_surround.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
af_volume.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
afir_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
allfilters.c avfilter: Add vsrc_amf - AMF based screen capture 2026-01-19 10:16:37 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_afirsrc.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_anoisesrc.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_anullsrc.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
asrc_flite.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_hilbert.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_sinc.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
asrc_sine.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
atadenoise.h avfilter/vf_atadenoise: add sigma options 2021-01-22 16:21:22 +01:00
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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_abitscope.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_ahistogram.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_aphasemeter.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_avectorscope.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_concat.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
avf_showcqt.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showcqt.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
avf_showcwt.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showfreqs.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showspatial.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showspectrum.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showvolume.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avf_showwaves.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
avfilter.c Revert "lavfi: make sure frame SAR matches the link value" 2026-01-21 22:06:12 +00: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: add missing newlines to format printing 2025-12-09 21:31:58 +00: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 Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
bufferqueue.h
buffersink.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
buffersink.h avfilter/buffersink: add support for alpha modes 2025-09-02 17:06:25 +02:00
buffersrc.c avfilter/buffersrc: add av_buffersrc_get_status() 2025-11-26 13:15:16 +00:00
buffersrc.h avfilter/buffersrc: add av_buffersrc_get_status() 2025-11-26 13:15:16 +00:00
bwdifdsp.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
colorspacedsp.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
convolution.h avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 avfilter/ebur128: Remove unused functions 2021-02-02 23:53:30 +01:00
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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
f_ebur128.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
f_ebur128.h avfilter/x86/f_ebur128: implement AVX peak calculation 2025-06-21 17:28:39 +02:00
f_graphmonitor.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
f_sendcmd.c lavfi/f_sendcmd: clear Command on alloc failure 2025-06-11 19:26:22 +02:00
f_sidedata.c lavfi/sidedata: fix typo 2025-12-14 12:41:00 +05:30
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 type-safe functions for AVSampleFormat/AVPixelFormat lists 2026-01-19 09:33:49 +00:00
formats.h avfilter/formats: add type-safe functions for AVSampleFormat/AVPixelFormat lists 2026-01-19 09:33:49 +00: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 avfilter/lavfutils.h: Don't include avformat.h 2021-02-25 22:03:32 +01:00
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: Add vsrc_amf - AMF based screen capture 2026-01-19 10:16:37 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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/scale_eval: Avoid undefined behavior with double to int cast 2026-01-13 22:25:53 +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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
src_movie.c avfilter/src_movie: fix support multiple frames per packet 2026-01-05 20:41:59 +00: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 avfilter/transform: Stop exporting internal functions 2021-04-27 10:43:11 -03:00
transform.h avfilter/transform: Stop exporting internal functions 2021-04-27 10:43:11 -03:00
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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vaapi_vpp.h lavfi/*_vaapi: switch to query_func2() 2024-09-28 09:53:11 +02:00
vaf_spectrumsynth.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
version.c lib*/version: Use static_assert for static asserts 2024-03-31 00:08:42 +01:00
version.h avfilter: Add vsrc_amf - AMF based screen capture 2026-01-19 10:16:37 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_amf_common.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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 libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
vf_avgblur_vulkan.c avgblur_vulkan: generate SPIR-V during compilation 2026-01-12 17:28:42 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_blackdetect.h lavfi/vf_blackdetect: R-V V count_pixels_8 2025-12-16 17:30:23 +02: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/vf_blackframe: add slice threading using stdatomic 2026-01-15 16:26:09 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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: use compile-time SPIR-V 2026-01-12 17:28:42 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_convolution_opencl.c libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/vf_drawtext: fix call GET_UTF8 with invalid argument 2025-11-19 17:46:06 +00:00
vf_drawvg.c avfilter/vf_drawvg: values from the p() function can be used as colors. 2026-01-04 13:42:20 +00:00
vf_edgedetect.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_elbg.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_fade.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_feedback.c avfilter/vf_feedback: fix feedback block 2025-12-03 21:23:51 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/vf_find_rect: Fix handling odd sized images 2026-01-12 02:05:11 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_fspp.c avfilter/vf_fspp: Pre-reorder threshold table 2025-11-17 12:18:12 +01:00
vf_fsppdsp.c avfilter/vf_fsppdsp: Fix left shifts of negative numbers 2025-11-17 12:18:12 +01:00
vf_fsppdsp.h avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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 avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_gblur_vulkan.c avfilter/vf_gblur_vulkan: use AVFilterContext for logging 2025-08-12 09:01:39 +00:00
vf_geq.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_gradfun.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_histeq.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_histogram.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_hqdn3d.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_hwupload_cuda.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 avfilter/vf_lcevc: attach a reference to the source frame to each passed in base picture 2026-01-11 17:59:15 -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 avfilter/vf_libopencv: fix null pointer dereference 2026-01-02 23:46:42 +08:00
vf_libplacebo.c avfilter/vf_libplacebo: add chroma_location option 2026-01-24 11:01:34 +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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_lumakey.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_lut.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_lut2.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_lut3d.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_maskedclamp.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_maskedmerge.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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/vf_neighbor_opencl: add error condition when filter name doesn't match 2025-12-08 21:31:13 +00:00
vf_nlmeans.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_nlmeans.h lavfi/nlmeans: add aarch64 neon for compute_weights_line 2026-01-09 16:10:10 +00:00
vf_nlmeans_init.h lavfi/nlmeans: add aarch64 neon for compute_weights_line 2026-01-09 16:10:10 +00:00
vf_nlmeans_opencl.c various: fix typos 2025-06-15 21:00:38 +05:30
vf_nlmeans_vulkan.c nlmeans_vulkan: use ff_vk_buf_barrier() 2025-12-31 15:00:46 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_paletteuse.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_pp7.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_premultiply.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +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/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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/scale_cuda: Add support for 4:2:2 chroma subsampling 2025-11-27 22:11:57 +01:00
vf_scale_cuda.cu avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling 2025-11-27 22:11:57 +01:00
vf_scale_cuda.h avfilter/scale_cuda: Add support for 4:2:2 chroma subsampling 2025-11-27 22:11:57 +01:00
vf_scale_d3d11.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
vf_scale_d3d12.c avfilter/vf_scale_d3d12: fix integer overflow in input framerate calculation 2025-12-08 14:22:16 +01: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 scale_vulkan: use compile-time SPIR-V generation for debayering 2026-01-12 17:28:43 +01: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 libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +01:00
vf_showpalette.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 avcodec/avfilter_amf: correct handling of AMF errors 2025-12-22 14:58:59 +00:00
vf_ssim.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_ssim360.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
vf_stack.c avfilter/vf_stack: add checks for the final canvas dimensions 2026-01-03 21:31:30 -03: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_thumbnail.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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 libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER 2025-12-03 11:52:54 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00:00
vf_w3fdif.c avfilter/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
vf_waveform.c libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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_amf.c avfilter: Add vsrc_amf - AMF based screen capture 2026-01-19 10:16:37 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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 libavfilter: Use type-safe format negotiation functions with enum parameters 2026-01-24 08:11:19 +00: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: don't use lg_size[2] as the number of workgroup.z 2026-01-12 17:28:41 +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