ffmpeg/libavfilter
Niklas Haas 39ecc89988 avfilter/framepool: nuke ff_frame_pool_get_*_config
This helper is of dubious utility - it was only used to reinitialize the
frame pools, which is better handled by `ff_frame_pool_reinit()`, and at
present only serves to make extending the API harder.

Users who really need to randomly query the state of the frame pool can
already keep track of the values they set.

Signed-off-by: Niklas Haas <git@haasn.dev>
2026-04-10 15:12:18 +02:00
..
aarch64 lavfi/nlmeans: add aarch64 neon for compute_weights_line 2026-01-09 16:10:10 +00:00
cuda avfilter/scale_cuda: fix color bleeding in lanczos scaling 2026-04-04 11:31:16 +00:00
dnn avfilter/dnn_backend_torch: add CUDA/ROCm device support 2026-03-21 16:25:40 +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/drawvg: limit VGS parser recursion depth 2026-02-03 21:07:29 +00:00
vulkan lavfi/v360: add a Vulkan-compute based filter 2026-04-09 12:31:24 +02:00
x86 avfilter/x86/vf_atadenoise: Don't load args unnecessarily 2026-04-06 11:28:49 +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 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/af_afftfilt: Don't get max align multiple times 2026-03-10 13:52:19 +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/af_apsyclip: Fix shadowing 2026-03-10 13:52:19 +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 avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
af_lv2.c avfilter/af_lv2: call lilv_instance_activate before lilv_instance_run 2026-03-13 21:31:54 +01:00
af_mcompand.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
af_pan.c avfilter/af_pan: fix sscanf() return value checks in parse_channel_name 2026-03-21 00:44:30 +00: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 avfilter/af_whisper: don't set an AVOption accessible field to read only memory 2026-04-08 11:52:44 -03:00
afir_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
allfilters.c lavfi/v360: add a Vulkan-compute based filter 2026-04-09 12:31:24 +02: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
audio.c avfilter/{audio,video}: switch to ff_frame_pool_*_reinit() 2026-04-10 15:12:17 +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 avfilter/lavfutils: Avoid copying frame in ff_load_image() 2026-02-10 19:44:46 +01:00
avf_showcqt.h lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
avf_showcwt.c libavfilter/showcwt: fix OOB write for DU/RL position init 2026-01-24 22:05:34 +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 avfilter/avf_showspectrum: Avoid allocation 2026-03-10 13:52:19 +01: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
bufferqueue.h
buffersink.c avfilter/buffersink: use correct enum for alpha_modes 2026-02-28 12:13:02 +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: use 1 << n for flags (cosmetic) 2026-03-29 09:38:01 +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
colorspace.c
colorspace.h
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/vf_convolution: Use avpriv_mirror 2026-03-06 03:21:37 +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
ebur128.h
edge_common.c
edge_common.h
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.h
file_open.c
filters.h avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01:00
formats.c avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01: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: nuke ff_frame_pool_get_*_config 2026-04-10 15:12:18 +02:00
framepool.h avfilter/framepool: nuke ff_frame_pool_get_*_config 2026-04-10 15:12:18 +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
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 avfilter/lavfutils: Avoid AVDictionary 2026-02-10 19:44:46 +01:00
lavfutils.h avfilter/lavfutils: Avoid copying frame in ff_load_image() 2026-02-10 19:44:46 +01:00
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h
Makefile lavfi/v360: add a Vulkan-compute based filter 2026-04-09 12:31:24 +02:00
maskedclamp.h
maskedmerge.h
median.h
median_template.c lavfi: drop internal.h 2024-08-19 21:48:04 +02:00
motion_estimation.c
motion_estimation.h
ocio_wrapper.cpp Initial checkin of OCIO filter. 2026-02-14 12:21:10 +00:00
ocio_wrapper.hpp Initial checkin of OCIO filter. 2026-02-14 12:21:10 +00:00
opencl.c lavfi: move AVFilterLink.hw_frames_ctx to FilterLink 2024-08-15 19:34:24 +02:00
opencl.h
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
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
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
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 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/vf_vpp_amf: Extend AMF Color Converter HDR capabilities 2026-03-11 10:23:35 +01: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 avfilter/vf_vpp_amf: Minor clean up. 2026-03-31 11:17:51 +00:00
vf_amf_common.h avfilter/vf_vpp_amf: look for HDR metadata in link side data 2026-03-13 12:52:57 -03:00
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 vulkan: don't set FFVulkanDescriptorSetBinding.name when not necessary 2026-02-19 19:42:26 +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/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01: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: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08: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 avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vf_blockdetect.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_blurdetect.c avfilter/vf_blurdetect: Fix shadowing 2026-03-10 13:52:19 +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 lavfi/bwdif: fix heap-buffer-overflow with small height videos 2026-03-14 23:26:51 +08: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 vulkan: don't set FFVulkanDescriptorSetBinding.name when not necessary 2026-02-19 19:42:26 +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
vf_chromanr.c avfilter/vf_chromanr: Fix shadowing 2026-03-10 13:52:19 +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 avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vf_colorspace_cuda.c avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vf_colorspace_cuda.cu
vf_colortemperature.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_convolution.c avfilter/vf_convolution: Handle corner cases with small frames 2026-03-06 03:21:37 +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/lavfutils: Avoid copying frame in ff_load_image() 2026-02-10 19:44:46 +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_d3d12.c avfilter: update deinterlace_d3d12 filter options name 2026-03-06 01:45:09 -05: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: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08: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 newline rendered as .notdef glyph 2026-03-26 07:24:15 +00:00
vf_drawvg.c avfilter/drawvg: limit VGS parser recursion depth 2026-02-03 21:07:29 +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 avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01: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/lavfutils: Avoid copying frame in ff_load_image() 2026-02-10 19:44:46 +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: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08: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/vf_frei0r: use .so suffix for plugins on macOS 2026-03-22 14:27:36 +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/vf_hqdn3d: Remove unnecessary emms_c() 2026-03-09 19:07:34 +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: add missing pixel formats 2026-03-27 21:00:53 -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: early-free unused resources 2026-03-25 17:47:09 +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 avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01: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_mestimate_d3d12.c avfilter/vf_mestimate_d3d12: remove redundant mb_size constants 2026-01-27 17:05:27 +00:00
vf_midequalizer.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_minterpolate.c avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08: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 vf_mpdecimate: Fix keep option logic for keep > 0 2026-04-05 00:26:55 +00: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 vulkan: drop support for descriptor buffers 2026-02-19 19:42:31 +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_opencolorio.c Initial checkin of OCIO filter. 2026-02-14 12:21:10 +00:00
vf_overlay.c avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +01: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
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 avfilter/lavfutils: Avoid copying frame in ff_load_image() 2026-02-10 19:44:46 +01: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: Fix integer overflow in config_props() 2026-03-06 23:09:44 +01: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: fix color bleeding in lanczos scaling 2026-04-04 11:31:16 +00: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 vf_scale_vulkan: make sure that pixfmts are different when using swscale 2026-04-02 21:15:06 +02: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
vf_sr.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vf_sr_amf.c avfilter/vf_vpp_amf: Extend AMF Color Converter HDR capabilities 2026-03-11 10:23:35 +01: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 lavfi/vf_tiltandshift: stop (ab)using AVFrame.opaque 2026-03-27 19:42:08 -03:00
vf_tinterlace.c avfilter/filters: Restrict ff_fmt_is_in() to enum AVPixelFormat 2026-02-10 19:44:43 +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: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vf_tonemap_opencl.c avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08: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/vf_v360: fix operator precedence in stereo loop condition 2026-03-25 01:19:08 +00:00
vf_v360_vulkan.c lavfi/v360: add a Vulkan-compute based filter 2026-04-09 12:31:24 +02: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/vidstabtransform: always use in-place transform path 2026-04-01 21:56:37 +08: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_vpp_amf: Minor clean up. 2026-03-31 11:17:51 +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/{audio,video}: switch to ff_frame_pool_*_reinit() 2026-04-10 15:12:17 +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
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/vsrc_amf: Remove unused-but-set variable 2026-01-29 22:33:33 +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
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 avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vsrc_sierpinski.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
vsrc_testsrc.c avfilter/formats,vsrc_testsrc: use type-safe formats functions 2026-01-30 15:20:08 +01:00
vsrc_testsrc_vulkan.c avfilter: use int instead of enum for AVOption fields 2026-02-26 11:40:16 +08:00
vulkan.c
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