ffmpeg/libavfilter
Linjie Fu 9c58fd2226 lavf/vf_deinterlace_vaapi: flush queued frame for field in DeinterlacingBob
For DeinterlacingBob mode with rate=field, the frame number of output
should equal 2x input total since only intra deinterlace is used.

Currently for "backward_ref = 0, rate = field", extra_delay is
introduced. Due to the async without flush, frame number of output is
[expected_number - 2].

Specifically, if the input only has 1 frame, the output will be empty.

Add deint_vaapi_request_frame for deinterlace_vaapi, send NULL frame
to flush the queued frame.

For 1 frame input in Bob mode with rate=field,
before patch: 0 frame;
after  patch: 2 frames;

ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128
        -hwaccel_output_format vaapi -i input.h264 -an -vf
        deinterlace_vaapi=mode=bob:rate=field -f null -

Tested-by: Mark Thompson <sw@jkqxz.net>
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2022-01-12 10:02:24 +08:00
..
aarch64
cuda
dnn
metal lavfi/metal: fix build with pre-10.11 deployment targets 2021-12-22 18:43:34 -06:00
opencl
tests tests/dnn: Make DNN tests regular libavfilter tests 2021-12-19 00:46:29 +01:00
x86 avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
.gitignore
Makefile avfilter: add a blend_vulkan filter 2022-01-05 15:16:22 +01:00
aeval.c
af_acontrast.c
af_acopy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_acrossover.c
af_acrusher.c
af_adeclick.c
af_adecorrelate.c
af_adelay.c avfilter/af_adelay: use outlink where applicable 2021-11-07 20:47:21 +01:00
af_adenorm.c
af_aderivative.c
af_adynamicequalizer.c avfilter: add audio dynamic equalizer filter 2021-12-12 10:47:28 +01:00
af_adynamicsmooth.c avfilter: add audio dynamic smooth filter 2021-12-02 09:39:27 +01:00
af_aecho.c
af_aemphasis.c
af_aexciter.c
af_afade.c
af_afftdn.c
af_afftfilt.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
af_afir.c
af_afir.h
af_aformat.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_afreqshift.c
af_afwtdn.c
af_agate.c
af_aiir.c
af_alimiter.c avfilter/af_alimiter: add timeline and commands support 2021-10-18 22:46:36 +02:00
af_amerge.c
af_amix.c
af_amultiply.c
af_anequalizer.c
af_anlmdn.c
af_anlmdndsp.h
af_anlms.c avfilter: add anlmf filter 2021-12-25 11:32:41 +01:00
af_anull.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_apad.c avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_dur 2021-11-14 18:13:58 +01:00
af_aphaser.c
af_apsyclip.c
af_apulsator.c
af_aresample.c
af_arnndn.c
af_asdr.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_asetnsamples.c
af_asetrate.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_ashowinfo.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_asoftclip.c
af_aspectralstats.c avfilter: add audio spectral stats filter 2021-12-02 09:35:36 +01:00
af_asr.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_astats.c avfilter/af_astats: improve options descriptions 2021-12-14 22:36:50 +08:00
af_asubboost.c
af_asupercut.c
af_atempo.c
af_atilt.c avfilter/af_atilt: use ff_filter_execute() 2021-11-11 21:54:17 +01:00
af_axcorrelate.c
af_biquads.c avfilter/af_biquads: add svf transform type 2021-11-26 00:55:32 +01:00
af_bs2b.c
af_channelmap.c
af_channelsplit.c
af_chorus.c
af_compand.c
af_compensationdelay.c
af_crossfeed.c
af_crystalizer.c
af_dcshift.c
af_deesser.c
af_drmeter.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_dynaudnorm.c
af_earwax.c
af_extrastereo.c
af_firequalizer.c
af_flanger.c
af_haas.c
af_hdcd.c
af_headphone.c
af_join.c
af_ladspa.c
af_loudnorm.c
af_lv2.c
af_mcompand.c
af_pan.c
af_replaygain.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_rubberband.c
af_sidechaincompress.c
af_silencedetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_silenceremove.c
af_sofalizer.c
af_speechnorm.c
af_stereotools.c
af_stereowiden.c
af_superequalizer.c
af_surround.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
af_tremolo.c
af_vibrato.c
af_volume.c
af_volume.h
af_volumedetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
allfilters.c avfilter: add a blend_vulkan filter 2022-01-05 15:16:22 +01:00
asink_anullsink.c
asrc_afirsrc.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
asrc_anoisesrc.c
asrc_anullsrc.c
asrc_flite.c avfilter/asrc_flite: Remove double ';' 2021-10-10 14:27:36 +02:00
asrc_hilbert.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
asrc_sinc.c
asrc_sine.c
atadenoise.h
audio.c
audio.h
avf_abitscope.c
avf_ahistogram.c
avf_aphasemeter.c
avf_avectorscope.c
avf_concat.c
avf_showcqt.c
avf_showcqt.h
avf_showfreqs.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
avf_showspatial.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
avf_showspectrum.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
avf_showvolume.c
avf_showwaves.c
avfilter.c
avfilter.h avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
avfiltergraph.c
avfilterres.rc
bbox.c
bbox.h
blend.h
blend_modes.c
boxblur.c
boxblur.h
bufferqueue.h
buffersink.c avfilter/buffersink: Remove outdated comments 2021-12-03 17:01:45 +01:00
buffersink.h
buffersrc.c
buffersrc.h
bwdif.h
colorspace.c
colorspace.h
colorspacedsp.c
colorspacedsp.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
convolution.h
deshake.h
dnn_filter_common.c
dnn_filter_common.h
dnn_interface.h
drawutils.c lavfi/drawutils: re-enable P010 and P016 support 2022-01-04 19:39:22 -06:00
drawutils.h lavfi/drawutils: overhaul to improve pixel format support 2022-01-04 19:39:22 -06:00
ebur128.c
ebur128.h
f_bench.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_cue.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_drawgraph.c
f_ebur128.c
f_graphmonitor.c
f_interleave.c
f_latency.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_loop.c
f_metadata.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_perms.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_realtime.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_reverse.c avfilter/f_reverse: readjust frame timestamps for areverse 2021-11-07 20:47:21 +01:00
f_segment.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_select.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_sendcmd.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_sidedata.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
f_streamselect.c
f_zmq.c
fifo.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
filters.h
formats.c
formats.h
framepool.c
framepool.h
framequeue.c
framequeue.h
framerate.h
framesync.c
framesync.h
gblur.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
hermite.h
hflip.h
internal.h
lavfutils.c
lavfutils.h
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation 2021-10-10 22:23:48 +02:00
maskedclamp.h
maskedmerge.h
median.h
median_template.c
motion_estimation.c
motion_estimation.h
opencl.c avfilter/opencl: Fix program_opencl for source code larger than 64kB 2021-10-16 12:17:23 +02:00
opencl.h
opencl_source.h
phase_template.c
preserve_color.h
psnr.h
pthread.c
qp_table.c
qp_table.h
qsvvpp.c
qsvvpp.h
removegrain.h
scale_eval.c
scale_eval.h
scene_sad.c
scene_sad.h
setpts.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
settb.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
signature.h
signature_lookup.c
split.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
src_movie.c avfilter/src_movie: add format_opts for the opened file 2021-11-29 09:26:40 +08:00
ssim.h
stereo3d.h
thread.h
threshold.h
tinterlace.h
transform.c
transform.h
transpose.h
trim.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
unsharp.h
v360.h avfilter/v360: add support for off-axis projection output 2021-11-15 20:41:27 +01:00
vaapi_vpp.c
vaapi_vpp.h
vaf_spectrumsynth.c avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
version.h lib*/version.h: Bump Versions after release/5.0 branch 2022-01-04 14:29:06 +01:00
vf_addroi.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_alphamerge.c
vf_amplify.c
vf_aspect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_atadenoise.c
vf_avgblur.c
vf_avgblur_opencl.c
vf_avgblur_vulkan.c avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one time 2021-11-19 16:47:47 +01:00
vf_bbox.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_bilateral.c avfilter/vf_bilateral: add slice threading support 2021-10-22 12:20:40 +02:00
vf_bitplanenoise.c
vf_blackdetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_blackframe.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_blend.c avfilter/vf_blend: fix un-checked potential memory allocation failure 2022-01-05 15:16:22 +01:00
vf_blend_vulkan.c avfilter: add a blend_vulkan filter 2022-01-05 15:16:22 +01:00
vf_bm3d.c
vf_boxblur.c
vf_bwdif.c
vf_cas.c
vf_chromaber_vulkan.c avfilter/chromaber_vulkan: call av_vkfmt_from_pixfmt only one time 2021-11-19 16:47:47 +01:00
vf_chromakey.c
vf_chromanr.c avfilter/vf_chromanr: improve filtering results 2021-11-03 11:55:46 +01:00
vf_chromashift.c
vf_ciescope.c
vf_codecview.c
vf_colorbalance.c
vf_colorchannelmixer.c
vf_colorconstancy.c
vf_colorcontrast.c
vf_colorcorrect.c
vf_colorize.c
vf_colorkey.c
vf_colorkey_opencl.c
vf_colorlevels.c
vf_colormatrix.c
vf_colorspace.c
vf_colortemperature.c
vf_convolution.c avfilter/vf_convolution: improve runtime support for convolution filter 2021-10-23 14:51:42 +02:00
vf_convolution_opencl.c
vf_convolve.c avfilter: add xcorrelate video filter 2021-10-13 19:09:21 +02:00
vf_copy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_coreimage.m
vf_cover_rect.c
vf_crop.c
vf_cropdetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_curves.c
vf_datascope.c
vf_dblur.c avfilter/vf_dblur: add clipping 2021-10-23 23:53:51 +02:00
vf_dctdnoiz.c
vf_deband.c
vf_deblock.c
vf_decimate.c
vf_dedot.c
vf_deflicker.c
vf_deinterlace_qsv.c
vf_deinterlace_vaapi.c lavf/vf_deinterlace_vaapi: flush queued frame for field in DeinterlacingBob 2022-01-12 10:02:24 +08:00
vf_dejudder.c
vf_delogo.c
vf_derain.c
vf_deshake.c
vf_deshake_opencl.c
vf_despill.c
vf_detelecine.c
vf_displace.c
vf_dnn_classify.c
vf_dnn_detect.c
vf_dnn_processing.c
vf_drawbox.c
vf_drawtext.c
vf_edgedetect.c
vf_elbg.c
vf_entropy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_epx.c
vf_eq.c avfilter/vf_eq: add support for alpha channel 2021-10-21 14:13:03 +02:00
vf_eq.h
vf_estdif.c avfilter/vf_estdif: allow to change two more options 2021-11-11 21:54:40 +01:00
vf_exposure.c
vf_extractplanes.c
vf_fade.c
vf_fftdnoiz.c avfilter/vf_fftdnoiz: fix missing funcionality 2021-10-18 21:34:08 +02:00
vf_fftfilt.c avfilter/vf_fftfilt: export FFT arrays size 2021-10-14 20:26:23 +02:00
vf_field.c
vf_fieldhint.c
vf_fieldmatch.c
vf_fieldorder.c
vf_fillborders.c
vf_find_rect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_flip_vulkan.c avfilter: add a flip_vulkan filter 2021-12-02 11:06:24 +01:00
vf_floodfill.c
vf_format.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_fps.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_framepack.c
vf_framerate.c
vf_framestep.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_freezedetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_freezeframes.c
vf_frei0r.c
vf_fspp.c
vf_fspp.h
vf_gblur.c
vf_gblur_vulkan.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vf_geq.c
vf_gradfun.c
vf_grayworld.c
vf_guided.c
vf_hflip.c
vf_histeq.c
vf_histogram.c avfilter/vf_histogram: add more color modes 2021-10-27 11:29:29 +02:00
vf_hqdn3d.c
vf_hqdn3d.h
vf_hqx.c
vf_hsvkey.c
vf_hue.c
vf_huesaturation.c avfilter/vf_huesaturation: Remove dead store 2021-11-19 20:37:17 +01:00
vf_hwdownload.c
vf_hwmap.c
vf_hwupload.c
vf_hwupload_cuda.c
vf_hysteresis.c
vf_identity.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_idet.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_idet.h
vf_il.c
vf_kerndeint.c
vf_lagfun.c
vf_lenscorrection.c
vf_lensfun.c
vf_libopencv.c
vf_libplacebo.c lavfi/vf_libplacebo: fix side data stripping logic 2022-01-10 09:11:02 +01:00
vf_libvmaf.c
vf_limitdiff.c avfilter: add limitdiff video filter 2021-10-13 19:02:34 +02:00
vf_limiter.c
vf_lumakey.c
vf_lut.c avfilter: split negate filter from lut filter 2021-10-27 11:29:29 +02:00
vf_lut2.c
vf_lut3d.c avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation 2021-10-10 22:23:48 +02:00
vf_maskedclamp.c
vf_maskedmerge.c
vf_maskedminmax.c
vf_maskedthreshold.c
vf_maskfun.c
vf_mcdeint.c
vf_median.c
vf_mergeplanes.c
vf_mestimate.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_midequalizer.c
vf_minterpolate.c
vf_misc_vaapi.c
vf_mix.c
vf_monochrome.c
vf_morpho.c
vf_mpdecimate.c
vf_negate.c avfilter: split negate filter from lut filter 2021-10-27 11:29:29 +02:00
vf_neighbor.c
vf_neighbor_opencl.c
vf_nlmeans.c avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
vf_nlmeans.h avfilter/vf_nlmeans: add x86 SIMD 2021-11-11 21:54:46 +01:00
vf_nlmeans_opencl.c
vf_nnedi.c
vf_noise.c
vf_noise.h
vf_normalize.c
vf_null.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_ocr.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_overlay.c avfilter/vf_overlay: unbreak alpha composition with negative y and threads > 1 2021-10-14 20:05:39 +02:00
vf_overlay.h
vf_overlay_cuda.c
vf_overlay_cuda.cu
vf_overlay_opencl.c
vf_overlay_qsv.c
vf_overlay_vulkan.c avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one time 2021-11-19 16:47:47 +01:00
vf_owdenoise.c avfilter/vf_owdenoise: relicense my code 2021-10-24 16:54:36 +02:00
vf_pad.c
vf_pad_opencl.c
vf_palettegen.c avfilter/vf_palettegen: cosmetic changes 2021-10-13 18:52:14 +02:00
vf_paletteuse.c avfilter/vf_paletteuse: Add missing parentheses 2021-11-27 19:15:19 +01:00
vf_perspective.c
vf_phase.c
vf_photosensitivity.c
vf_pixdesctest.c
vf_pp.c
vf_pp7.c
vf_pp7.h
vf_premultiply.c
vf_procamp_vaapi.c
vf_program_opencl.c
vf_pseudocolor.c
vf_psnr.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_pullup.c
vf_pullup.h
vf_qp.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_random.c
vf_readeia608.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_readvitc.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_remap.c
vf_removegrain.c
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c
vf_sab.c
vf_scale.c
vf_scale_cuda.c
vf_scale_cuda.cu
vf_scale_cuda.h
vf_scale_npp.c avfilter/scale_npp: add scale2ref_npp filter 2021-11-03 19:06:14 +01:00
vf_scale_qsv.c
vf_scale_vaapi.c
vf_scale_vulkan.c avfilter/vf_scale_vulkan: align struct ScaleVulkanContext 2022-01-03 03:17:43 +01:00
vf_scdet.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_scroll.c
vf_selectivecolor.c avfilter/vf_selectivecolor: no need to use doubles 2021-10-22 13:57:42 +02:00
vf_separatefields.c
vf_setparams.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_sharpen_npp.c
vf_shear.c
vf_showinfo.c lavfi/showinfo: fix printf precision for dovi metadata 2022-01-04 14:42:51 +01:00
vf_showpalette.c
vf_shuffleframes.c
vf_shufflepixels.c
vf_shuffleplanes.c
vf_signalstats.c
vf_signature.c
vf_smartblur.c
vf_spp.c
vf_spp.h
vf_sr.c
vf_ssim.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_stack.c
vf_stereo3d.c
vf_subtitles.c lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio() 2021-12-07 11:16:14 +01:00
vf_super2xsai.c
vf_swaprect.c
vf_swapuv.c
vf_telecine.c
vf_threshold.c
vf_thumbnail.c
vf_thumbnail_cuda.c
vf_thumbnail_cuda.cu
vf_tile.c
vf_tinterlace.c
vf_tmidequalizer.c
vf_tonemap.c
vf_tonemap_opencl.c
vf_tonemap_vaapi.c
vf_tpad.c
vf_transpose.c avfilter/vf_transpose: fix un-checked potential memory allocation failure 2021-12-10 12:38:43 +01:00
vf_transpose_npp.c
vf_transpose_opencl.c
vf_transpose_vaapi.c
vf_transpose_vulkan.c transpose_vulkan: add passthrough option 2022-01-03 03:17:43 +01:00
vf_unsharp.c
vf_unsharp_opencl.c
vf_untile.c
vf_uspp.c
vf_v360.c avfilter/v360: add support for off-axis projection output 2021-11-15 20:41:27 +01:00
vf_vaguedenoiser.c
vf_varblur.c avfilter: add varblur video filter 2021-10-19 08:53:56 +02:00
vf_vectorscope.c
vf_vflip.c
vf_vfrdet.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_vibrance.c
vf_vidstabdetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_vidstabtransform.c
vf_vif.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_vignette.c
vf_vmafmotion.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_vpp_qsv.c avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) 2022-01-10 14:54:36 +08:00
vf_w3fdif.c avfilter/vf_w3fdif: do not output extra frame at start with deint=interlaced 2021-10-18 09:29:41 +02:00
vf_waveform.c
vf_weave.c
vf_xbr.c
vf_xfade.c
vf_xfade_opencl.c
vf_xmedian.c
vf_yadif.c
vf_yadif_cuda.c avfilter/vf_yadif_cuda: simplify filter definition 2021-12-18 11:55:47 -08:00
vf_yadif_cuda.cu
vf_yadif_videotoolbox.m lavfi/metal: fix build with pre-10.11 deployment targets 2021-12-22 18:43:34 -06:00
vf_yaepblur.c
vf_zoompan.c
vf_zscale.c avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocation 2021-10-28 23:13:51 +03:00
video.c
video.h
vidstabutils.c
vidstabutils.h
vmaf_motion.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_gradients.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_sierpinski.c
vsrc_testsrc.c avfilter: add colorspectrum source video filter 2021-11-16 20:41:39 +01:00
vulkan.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan.h lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan_filter.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan_filter.h lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
w3fdif.h
window_func.h avfilter/window_func: unify all filters win_func option that use this header 2021-10-15 10:45:50 +02:00
yadif.h
yadif_common.c