ffmpeg/libavfilter
Takeshi (Kesh) Ikuma 65f96a965a avfilter/vf_curves: add PCHIP interpolator and interp option
summary: This patch modifies the `curves` filter with new `interp` option
         to let user pick the existing natural cubic spline interpolation
         and the new PCHIP interapolation.

reason:  The natural cubic spline does not impose monotonicity between
         the keypoints. As such, the fitted curve may vary wildly against
         user's intension. The PCHIP interpolation is not as smooth as
         the natural spline but guarantees the monotonicity. Providing
         both options enhances users experience (e.g., reduces the number
         of keypoints to realize the desired curve). See the related bug
         report for the example of an ill-interpolated curve.

alternate solution:
         Both Photoshop and GIMP appear to use monotonic interpolation in
         their curve tools, which were the models for this filter. As
         such, an alternate solution is to drop the natural spline and
         go without the `interp` option.

related bug report: https://trac.ffmpeg.org/ticket/9947 (filed by myself)

Signed-off-by: Takeshi (Kesh) Ikuma <tikuma@hotmail.com>
2022-10-22 19:35:44 +02:00
..
aarch64
cuda
dnn lavf/dnn: dump OpenVINO model input/output names to OVMdel struct. 2022-07-24 08:38:50 +08:00
metal
opencl avfilter: add remap opencl filter 2022-07-07 17:52:32 +02:00
tests
x86 avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functions 2022-06-22 13:38:14 +02:00
.gitignore
Makefile libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter 2022-09-13 22:59:30 +02:00
aeval.c
af_acontrast.c
af_acopy.c
af_acrossover.c avfilter/af_acrossover: add precision option 2022-05-14 14:11:52 +02:00
af_acrusher.c
af_adeclick.c
af_adecorrelate.c
af_adelay.c
af_adenorm.c
af_aderivative.c
af_adynamicequalizer.c avfilter/af_adynamicequalizer: rework processing 2022-10-09 09:16:24 +02:00
af_adynamicsmooth.c
af_aecho.c
af_aemphasis.c
af_aexciter.c
af_afade.c
af_afftdn.c avfilter/af_afftdn: add double sample format support 2022-09-18 22:43:58 +02:00
af_afftfilt.c avfilter/af_afftfilt: add threads support 2022-05-24 08:58:42 +02:00
af_afir.c avfilter/af_afir: add support for double sample format 2022-05-15 13:34:50 +02:00
af_afir.h avfilter/af_afir: add support for double sample format 2022-05-15 13:34:50 +02:00
af_afirdsp.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
af_aformat.c
af_afreqshift.c
af_afwtdn.c
af_agate.c
af_aiir.c
af_alimiter.c avfilter/af_alimiter: fix misbehavior when nb_channels != 2 2022-08-23 12:20:05 +02:00
af_amerge.c
af_amix.c
af_amultiply.c
af_anequalizer.c
af_anlmdn.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
af_anlmdndsp.h
af_anlms.c
af_anull.c
af_apad.c
af_aphaser.c
af_apsyclip.c
af_apulsator.c
af_aresample.c
af_arnndn.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
af_asdr.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_asoftclip.c
af_aspectralstats.c avfilter/af_aspectralstats: allow to select subset of measurements 2022-10-11 18:14:06 +02:00
af_asr.c
af_astats.c
af_asubboost.c avfilter/af_asubboost: add channels option 2022-05-13 22:09:08 +02:00
af_asupercut.c
af_atempo.c
af_atilt.c
af_axcorrelate.c
af_biquads.c avfilter/af_biquads: fix bandpass for zdf 2022-10-07 14:05:31 +02:00
af_bs2b.c
af_channelmap.c
af_channelsplit.c
af_chorus.c
af_compand.c
af_compensationdelay.c
af_crossfeed.c avfilter/af_crossfeed: always return same number of samples with block processing 2022-05-13 15:18:42 +02:00
af_crystalizer.c
af_dcshift.c
af_deesser.c
af_dialoguenhance.c
af_drmeter.c
af_dynaudnorm.c avfilter/af_dynaudnorm: fix parameter for copy samples function 2022-09-18 19:43:41 +02:00
af_earwax.c
af_extrastereo.c
af_firequalizer.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
af_flanger.c
af_haas.c
af_hdcd.c
af_headphone.c
af_join.c
af_ladspa.c avfilter/af_ladspa: remove not wanted line 2022-05-12 10:52:52 +02:00
af_loudnorm.c
af_lv2.c
af_mcompand.c
af_pan.c
af_replaygain.c
af_rubberband.c
af_sidechaincompress.c
af_silencedetect.c
af_silenceremove.c avfilter/af_silenceremove: do not trim non-silence from start 2022-08-23 22:18:02 +02:00
af_sofalizer.c
af_speechnorm.c
af_stereotools.c
af_stereowiden.c
af_superequalizer.c
af_surround.c
af_tremolo.c
af_vibrato.c
af_virtualbass.c avfilter: add virtualbass filter 2022-06-16 10:23:30 +02:00
af_volume.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
af_volume.h
af_volumedetect.c
afir_template.c avfilter/af_afir: add support for double sample format 2022-05-15 13:34:50 +02:00
allfilters.c libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter 2022-09-13 22:59:30 +02:00
asink_anullsink.c
asrc_afirsrc.c
asrc_anoisesrc.c
asrc_anullsrc.c
asrc_flite.c
asrc_hilbert.c
asrc_sinc.c
asrc_sine.c
atadenoise.h
audio.c
audio.h
avf_a3dscope.c avfilter: add 3D scope multimedia filter 2022-09-03 14:44:59 +02:00
avf_abitscope.c
avf_ahistogram.c lavfi/avf_ahistogram: set frame durations 2022-10-04 11:55:03 +02:00
avf_aphasemeter.c lavfi/avf_aphasemeter: set frame durations 2022-10-04 11:55:03 +02:00
avf_avectorscope.c lavfi/avf_avectorscope: set frame durations 2022-10-04 11:55:03 +02:00
avf_concat.c
avf_showcqt.c lavfi/avf_showcqt: set frame durations 2022-10-04 11:55:03 +02:00
avf_showcqt.h
avf_showfreqs.c lavfi/avf_showfreqs: set frame durations 2022-10-04 11:55:03 +02:00
avf_showspatial.c lavfi/avf_showspatial: add framerate option 2022-10-04 11:55:03 +02:00
avf_showspectrum.c
avf_showvolume.c
avf_showwaves.c
avfilter.c avfilter/avfilter: Make ff_command_queue_pop() static 2022-09-21 13:01:20 +02:00
avfilter.h avfilter: Fix doxy references 2022-10-17 09:56:44 +02:00
avfiltergraph.c avfilter/avfiltergraph: remove unnecessary channel layout copy 2022-08-06 20:32:46 -03:00
avfilterres.rc
bbox.c
bbox.h
blend.h
blend_modes.c
boxblur.c
boxblur.h
bufferqueue.h
buffersink.c
buffersink.h
buffersrc.c lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 2022-07-19 12:27:17 +02:00
buffersrc.h
bwdif.h
colorchannelmixer_template.c
colorspace.c lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspace.h lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspacedsp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
colorspacedsp.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
convolution.h
deshake.h
dnn_filter_common.c
dnn_filter_common.h
dnn_interface.h
drawutils.c lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
drawutils.h lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
ebur128.c
ebur128.h
edge_common.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_common.h lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_template.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
f_bench.c
f_cue.c
f_drawgraph.c lavfi/f_drawgraph: forward input frame durations 2022-10-13 10:19:13 +02:00
f_ebur128.c
f_graphmonitor.c
f_interleave.c
f_latency.c
f_loop.c lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 2022-07-19 12:27:17 +02:00
f_metadata.c
f_perms.c
f_realtime.c
f_reverse.c
f_segment.c
f_select.c
f_sendcmd.c
f_sidedata.c
f_streamselect.c
f_zmq.c
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
fifo.c
file_open.c libavutil: Deprecate av_fopen_utf8, provide an avpriv version 2022-05-23 13:52:26 +03:00
filters.h
formats.c avfilter/formats: Constify channel_layout in ff_add_channel_layout() 2022-05-19 20:20:38 +02:00
formats.h avfilter/formats: Constify channel_layout in ff_add_channel_layout() 2022-05-19 20:20:38 +02:00
framepool.c
framepool.h
framequeue.c
framequeue.h
framerate.h
framesync.c avfilter/framesync: add a new option to set how to sync streams based on secondary input timestamps 2022-08-10 09:15:37 -03:00
framesync.h avfilter/framesync: add a new option to set how to sync streams based on secondary input timestamps 2022-08-10 09:15:37 -03:00
gblur.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
hermite.h
hflip.h
internal.h avfilter/avfilter: Make ff_command_queue_pop() static 2022-09-21 13:01:20 +02:00
lavfutils.c
lavfutils.h
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h
maskedclamp.h
maskedmerge.h
median.h
median_template.c
motion_estimation.c
motion_estimation.h
opencl.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
opencl.h
opencl_source.h avfilter: add remap opencl filter 2022-07-07 17:52:32 +02:00
phase_template.c
preserve_color.h
psnr.h
pthread.c
qp_table.c
qp_table.h
qsvvpp.c lavfi/qsv: create mfx session using oneVPL for qsv filters 2022-08-12 10:43:39 +08:00
qsvvpp.h lavfi/qsv: create mfx session using oneVPL for qsv filters 2022-08-12 10:43:39 +08:00
removegrain.h
scale_eval.c avfilter/scale_eval: Reduce rounding error. 2022-09-27 00:07:43 +02:00
scale_eval.h avfilter/scale_eval: Reduce rounding error. 2022-09-27 00:07:43 +02:00
scene_sad.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
scene_sad.h
setpts.c
settb.c lavfi/settb: rescale input frame durations 2022-10-13 10:19:13 +02:00
signature.h
signature_lookup.c
split.c
src_avsynctest.c lavfi/src_avsynctest: set video frame durations 2022-10-13 10:19:13 +02:00
src_movie.c
ssim.h
stereo3d.h
thread.h
threshold.h
tinterlace.h
transform.c
transform.h
transpose.h
trim.c
unsharp.h
v360.h
vaapi_vpp.c
vaapi_vpp.h
vaf_spectrumsynth.c
version.c
version.h lavfi/avf_showspatial: add framerate option 2022-10-04 11:55:03 +02:00
version_major.h
vf_addroi.c
vf_alphamerge.c
vf_amplify.c
vf_aspect.c
vf_atadenoise.c avfilter/vf_atadenoise: Remove unused-but-set variables 2022-07-03 11:41:23 +02:00
vf_avgblur.c
vf_avgblur_opencl.c
vf_avgblur_vulkan.c
vf_bbox.c
vf_bilateral.c
vf_bilateral_cuda.c avfilter: add bilateral_cuda filter 2022-09-03 15:18:56 +02:00
vf_bilateral_cuda.cu avfilter/vf_bilateral_cuda: refactor use of pow to simple multiplication 2022-09-03 20:27:34 +02:00
vf_bitplanenoise.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c
vf_blend_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_blend_vulkan.c
vf_blockdetect.c lavfi/blockdetect: Reindent after last commit 2022-06-06 09:09:34 +02:00
vf_blurdetect.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
vf_bm3d.c
vf_boxblur.c
vf_bwdif.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_cas.c
vf_chromaber_vulkan.c
vf_chromakey.c
vf_chromakey_cuda.c avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromakey_cuda.cu avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromanr.c
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_colormap.c
vf_colormatrix.c
vf_colorspace.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_colorspace_cuda.c avfilter/vf_colorspace_cuda: mark fall-through 2022-09-15 19:35:30 +02: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
vf_convolution.c
vf_convolution_opencl.c
vf_convolve.c
vf_copy.c
vf_coreimage.m lavfi/vf_coreimage: set frame durations 2022-10-13 10:19:13 +02:00
vf_cover_rect.c
vf_crop.c
vf_cropdetect.c avfilter/vf_cropdetect: Remove set-but-unused variable 2022-07-30 22:14:26 +02:00
vf_curves.c avfilter/vf_curves: add PCHIP interpolator and interp option 2022-10-22 19:35:44 +02:00
vf_datascope.c
vf_dblur.c
vf_dctdnoiz.c
vf_deband.c
vf_deblock.c
vf_decimate.c lavfi/vf_decimate: use inverse of output framerate as timebase 2022-10-13 10:19:13 +02:00
vf_dedot.c
vf_deflicker.c
vf_deinterlace_qsv.c lavfi/vf_deinterlace_qsv: set output frame durations 2022-10-13 10:19:13 +02:00
vf_deinterlace_vaapi.c
vf_dejudder.c
vf_delogo.c
vf_derain.c
vf_deshake.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_deshake_opencl.c lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 2022-07-19 12:27:17 +02:00
vf_despill.c
vf_detelecine.c
vf_displace.c
vf_dnn_classify.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_dnn_detect.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_dnn_processing.c
vf_drawbox.c avfilter/vf_drawbox: use the correct macro to fill rgb plane pointers 2022-09-15 09:13:29 -03:00
vf_drawtext.c lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 2022-07-19 12:27:17 +02:00
vf_edgedetect.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
vf_elbg.c
vf_entropy.c
vf_epx.c
vf_eq.c
vf_eq.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_estdif.c lavfi/vf_estdif: set frame durations 2022-10-13 10:19:13 +02:00
vf_exposure.c
vf_extractplanes.c avfilter/vf_extractplanes: add missing break; statement 2022-09-27 19:35:49 +02:00
vf_fade.c
vf_feedback.c
vf_fftdnoiz.c avfilter/vf_fftdnoiz: improve filtering at edges 2022-10-22 12:04:43 +02:00
vf_fftfilt.c
vf_field.c
vf_fieldhint.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_fieldmatch.c
vf_fieldorder.c
vf_fillborders.c
vf_find_rect.c
vf_flip_vulkan.c
vf_floodfill.c
vf_format.c
vf_fps.c lavfi/vf_fps: set frame duration 2022-10-04 11:55:03 +02:00
vf_framepack.c lavfi/vf_framepack: properly set output duration for framesequence output 2022-10-13 10:19:13 +02:00
vf_framerate.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_framestep.c
vf_freezedetect.c
vf_freezeframes.c
vf_frei0r.c lavfi/vf_frei0r: set frame durations for frei0r_src 2022-10-13 10:19:13 +02:00
vf_fspp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_fspp.h
vf_gblur.c avfilter/vf_gblur: allow filtering with zero horizontal sigma 2022-09-10 22:11:38 +02:00
vf_gblur_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_gblur_vulkan.c
vf_geq.c
vf_gradfun.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_grayworld.c
vf_guided.c
vf_hflip.c
vf_hflip_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_histeq.c
vf_histogram.c
vf_hqdn3d.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_hqdn3d.h
vf_hqx.c
vf_hsvkey.c
vf_hue.c
vf_huesaturation.c
vf_hwdownload.c
vf_hwmap.c
vf_hwupload.c
vf_hwupload_cuda.c
vf_hysteresis.c
vf_iccdetect.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_iccgen.c
vf_identity.c
vf_idet.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02: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
vf_libvmaf.c avfilter/vf_libvmaf: Update ssim, ms_ssim options description 2022-09-16 13:07:43 -07:00
vf_limitdiff.c
vf_limiter.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_lumakey.c
vf_lut.c
vf_lut2.c
vf_lut3d.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_maskedclamp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_maskedmerge.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_maskedminmax.c
vf_maskedthreshold.c avfilter/vf_maskedthreshold: implement diff mode 2022-10-21 20:11:14 +02:00
vf_maskfun.c
vf_mcdeint.c
vf_median.c
vf_mergeplanes.c
vf_mestimate.c
vf_midequalizer.c
vf_minterpolate.c lavfi/vf_minterpolate: set output frame durations 2022-10-13 10:19:13 +02:00
vf_misc_vaapi.c
vf_mix.c
vf_monochrome.c
vf_morpho.c
vf_mpdecimate.c
vf_multiply.c
vf_negate.c
vf_neighbor.c
vf_neighbor_opencl.c
vf_nlmeans.c
vf_nlmeans.h
vf_nlmeans_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_nlmeans_opencl.c
vf_nnedi.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_noise.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_noise.h
vf_normalize.c
vf_null.c
vf_ocr.c
vf_overlay.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_overlay.h
vf_overlay_cuda.c
vf_overlay_cuda.cu
vf_overlay_opencl.c
vf_overlay_qsv.c libavfilter/vf_overlay_qsv: Use format of first input to set output format for overlay_qsv 2022-07-20 12:35:23 +08:00
vf_overlay_vaapi.c lavfi/overlay_vaapi: set defalut alpha value as 1.0 2022-08-09 14:02:25 +08:00
vf_overlay_vulkan.c
vf_owdenoise.c
vf_pad.c
vf_pad_opencl.c
vf_palettegen.c
vf_paletteuse.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_perspective.c
vf_phase.c
vf_photosensitivity.c
vf_pixdesctest.c
vf_pixelize.c
vf_pp.c
vf_pp7.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_pp7.h
vf_premultiply.c
vf_procamp_vaapi.c
vf_program_opencl.c
vf_pseudocolor.c
vf_psnr.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_pullup.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_pullup.h
vf_qp.c
vf_random.c
vf_readeia608.c
vf_readvitc.c
vf_remap.c
vf_remap_opencl.c avfilter: add remap opencl filter 2022-07-07 17:52:32 +02:00
vf_removegrain.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c lavfi/rotate: Avoid undefined behaviour. 2022-10-10 02:58:39 +02:00
vf_sab.c
vf_scale.c avfilter/vf_scale: overwrite the width and height expressions with the original values 2022-09-06 10:10:42 -03:00
vf_scale_cuda.c
vf_scale_cuda.cu
vf_scale_cuda.h
vf_scale_npp.c
vf_scale_qsv.c lavfi/qsv: create mfx session using oneVPL for qsv filters 2022-08-12 10:43:39 +08:00
vf_scale_vaapi.c
vf_scale_vulkan.c lavfi/vf_scale_vulkan: fix build 2022-06-01 20:07:47 -05:00
vf_scdet.c
vf_scroll.c
vf_selectivecolor.c
vf_separatefields.c
vf_setparams.c
vf_sharpen_npp.c
vf_shear.c
vf_showinfo.c avfilter/vf_showinfo: remove backspaces 2022-09-08 21:29:41 +02:00
vf_showpalette.c
vf_shuffleframes.c
vf_shufflepixels.c
vf_shuffleplanes.c
vf_signalstats.c
vf_signature.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_siti.c
vf_smartblur.c
vf_spp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_spp.h
vf_sr.c lavf/sr: fix the segmentation fault caused by incorrect input frame free. 2022-07-22 08:15:04 +08:00
vf_ssim.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_stack.c avfilter/xstack: Add support for fixed size grid 2022-07-04 19:49:31 +02:00
vf_stereo3d.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_subtitles.c
vf_super2xsai.c
vf_swaprect.c
vf_swapuv.c
vf_telecine.c
vf_threshold.c
vf_threshold_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_thumbnail.c
vf_thumbnail_cuda.c
vf_thumbnail_cuda.cu
vf_tile.c
vf_tinterlace.c lavfi/vf_tinterlace: set frame durations 2022-10-13 10:19:13 +02:00
vf_tmidequalizer.c
vf_tonemap.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_tonemap_opencl.c lavfi/vf_tonemap_opencl: fix build 2022-06-01 20:09:17 -05:00
vf_tonemap_vaapi.c
vf_tpad.c
vf_transpose.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_transpose_npp.c
vf_transpose_opencl.c
vf_transpose_vaapi.c
vf_transpose_vulkan.c
vf_unsharp.c
vf_unsharp_opencl.c
vf_untile.c
vf_uspp.c
vf_v360.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_vaguedenoiser.c
vf_varblur.c
vf_vectorscope.c
vf_vflip.c
vf_vfrdet.c
vf_vibrance.c
vf_vidstabdetect.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_vidstabtransform.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_vif.c
vf_vignette.c
vf_vmafmotion.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_vpp_qsv.c avfilter/vf_vpp_qsv: set outlink to EOF correctly 2022-05-26 23:21:26 +08:00
vf_w3fdif.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_waveform.c
vf_weave.c
vf_xbr.c
vf_xfade.c avfilter/vf_xfade: fix zx and zy comparison for slide* 2022-07-12 16:32:30 +02:00
vf_xfade_opencl.c
vf_xmedian.c
vf_yadif.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_yadif_cuda.c
vf_yadif_cuda.cu
vf_yadif_videotoolbox.m
vf_yaepblur.c
vf_zoompan.c
vf_zscale.c avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typo 2022-07-28 16:17:23 +02:00
video.c avfilter/video: Fix newline in trace output 2022-09-14 21:49:00 +02:00
video.h
vidstabutils.c
vidstabutils.h
vmaf_motion.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_ddagrab.c avfilter/vsrc_ddagrab: add options for more control over output format fallback 2022-08-13 15:22:14 +02:00
vsrc_ddagrab_shaders.h avfilter/vsrc_ddagrab: fix checkheaders error 2022-07-18 13:08:39 +02:00
vsrc_gradients.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_sierpinski.c
vsrc_testsrc.c
vulkan.c
vulkan.h
vulkan_filter.c
vulkan_filter.h
w3fdif.h
window_func.h avfilter/window_func: add kaiser window 2022-10-20 12:13:37 +02:00
yadif.h
yadif_common.c