FFmpeg/libavfilter
Haihao Xiang efc22e63e5 lavfi/vf_vpp_qsv: fix the time_base for outlink
Since commit 89ffcd1, the status pts of the output link is set to a
value in the input link time base, not in the output link time base when
EOF is reached. Usually this pst value is larger than the required one
because the output link time base is more greater than the input link
time base. When "-vf vpp_qsv,fps" is used, user has to wait a long time
for the ending of the pipeline because fps filter output a huge number
of frames until the wrong status pts is hit.

The issue can be triggered with the command below (use a clip with 1000
frames in this case):

$> time ffmpeg -hwaccel qsv -c:v hevc_qsv -i input.h265 -vf
"vpp_qsv=w=1920:h=1080,fps=fps=30" -f null -
...
[out_0_0 @ 0x564ccd27e020] 10000000 buffers queued in out_0_0, something
may be wrong.
frame=40119596 fps=88080 q=-0.0 Lsize=N/A time=371:28:39.96 bitrate=N/A
speed=2.94e+03x
video:17238889kB audio:0kB subtitle:0kB other streams:0kB global
headers:0kB muxing overhead: unknown

real    9m7.451s
user    2m34.102s
sys     0m39.734s

In order to avoid the above issue, the same time base for input and
ouput links is used in this patch.

Fixes ticket #9286

Signed-off-by: Zhong Li <zhongli_dev@126.com>
2021-06-20 23:05:03 +08:00
..
aarch64 Include attributes.h directly 2021-04-19 14:34:10 +02:00
cuda
dnn lavfi/dnn_backend_openvino.c: fix crash when target is not specified 2021-06-19 19:17:56 +08:00
opencl
tests
x86 x86/vf_gblur: fix reg name in UNIX64 prologue 2021-02-17 15:51:28 -03:00
.gitignore
aeval.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_acontrast.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_acopy.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_acrossover.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_acrusher.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_adeclick.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_adelay.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_adenorm.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aderivative.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aecho.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aemphasis.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aexciter.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afade.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afftdn.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afftfilt.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afir.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afir.h
af_aformat.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_afreqshift.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_agate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aiir.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_alimiter.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_amerge.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_amix.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_amultiply.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_anequalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_anlmdn.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_anlmdndsp.h
af_anlms.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_anull.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_apad.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aphaser.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_apulsator.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_aresample.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_arnndn.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asetnsamples.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asetrate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_ashowinfo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asoftclip.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asr.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_astats.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asubboost.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_asupercut.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_atempo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_axcorrelate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_biquads.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_bs2b.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_channelmap.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_channelsplit.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_chorus.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_compand.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_compensationdelay.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_crossfeed.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_crystalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_dcshift.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_deesser.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_drmeter.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_dynaudnorm.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_earwax.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_extrastereo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_firequalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_flanger.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_haas.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_hdcd.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_headphone.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_join.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_ladspa.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_loudnorm.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_lv2.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_mcompand.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_pan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_replaygain.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_rubberband.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_sidechaincompress.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_silencedetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_silenceremove.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_sofalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_speechnorm.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_stereotools.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_stereowiden.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_superequalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_surround.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_tremolo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_vibrato.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_volume.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
af_volume.h
af_volumedetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
allfilters.c GSoC: Add guided filter 2021-05-10 13:34:29 +08:00
asink_anullsink.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_afirsrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_anoisesrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_anullsrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_flite.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_hilbert.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_sinc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
asrc_sine.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
atadenoise.h avfilter/vf_atadenoise: add sigma options 2021-01-22 16:21:22 +01:00
audio.c
audio.h
avf_abitscope.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_ahistogram.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_aphasemeter.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_avectorscope.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_concat.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showcqt.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showcqt.h
avf_showfreqs.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showspatial.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showspectrum.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showvolume.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avf_showwaves.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
avfilter.c avutil: remove deprecated AVClass.child_class_next 2021-04-27 11:48:04 -03:00
avfilter.h avfilter/avfilter: Remove deprecated avfilter_link_set_closed() 2021-04-27 10:43:11 -03:00
avfiltergraph.c avfilter/avfiltergraph: Remove NULL checks after dereferences 2021-05-19 16:58:25 +02:00
avfilterres.rc
bbox.c avfilter/bbox: add support for >8 depth 2021-01-17 12:06:01 +01:00
bbox.h avfilter/bbox: add support for >8 depth 2021-01-17 12:06:01 +01:00
blend.h
boxblur.c
boxblur.h
bufferqueue.h
buffersink.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
buffersink.h avfilter/buffersink: Postpone removal of av_[a]buffersink_params_alloc 2021-03-07 15:19:10 +01:00
buffersrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
buffersrc.h
bwdif.h
colorspace.c
colorspace.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
colorspacedsp.c
colorspacedsp.h
convolution.h avfilter/vf_convolution: add 16-column operation for filter_column() 2021-02-13 14:45:48 +01:00
deshake.h
dnn_filter_common.c lavfi/dnn_backend_tensorflow: add multiple outputs support 2021-05-11 10:28:35 +08:00
dnn_filter_common.h lavfi/dnn_filter_common.h: make filter option 'options' as deprecated 2021-05-24 08:44:58 +08:00
dnn_interface.h dnn: add DCO_RGB color order to enum DNNColorOrder 2021-05-11 10:28:35 +08:00
drawutils.c avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 2021-04-27 10:43:13 -03:00
drawutils.h avfilter/drawutils: Remove remnants of old API 2021-01-29 15:20:53 +01:00
ebur128.c avfilter/ebur128: Remove unused functions 2021-02-02 23:53:30 +01:00
ebur128.h avfilter/ebur128: Remove unused functions 2021-02-02 23:53:30 +01:00
f_bench.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_cue.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_drawgraph.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_ebur128.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_graphmonitor.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_interleave.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_loop.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_metadata.c avfilter/metadata: add intuitive labels for metadata values 2021-05-16 10:24:27 +05:30
f_perms.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_realtime.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_reverse.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_select.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_sendcmd.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_sidedata.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_streamselect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
f_zmq.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
fifo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
filters.h
formats.c avfilter/formats: Remove avfilter_make_format64_list() 2021-04-27 10:43:11 -03:00
formats.h avfilter/formats: Remove avfilter_make_format64_list() 2021-04-27 10:43:11 -03:00
framepool.c avutil/buffer: Switch AVBuffer API to size_t 2021-04-27 10:43:13 -03:00
framepool.h avutil/buffer: Switch AVBuffer API to size_t 2021-04-27 10:43:13 -03:00
framequeue.c
framequeue.h
framerate.h
framesync.c
framesync.h avutil: remove deprecated AVClass.child_class_next 2021-04-27 11:48:04 -03:00
gblur.h avfilter/vf_gblur: factor out postscale function 2021-02-16 21:12:11 +01:00
generate_wave_table.c
generate_wave_table.h
glslang.cpp
glslang.h
gradfun.h
graphdump.c
graphparser.c
hermite.h
hflip.h
internal.h avfilter/avfilter: mark enable as runtime option too 2021-02-03 15:51:40 +01:00
lavfutils.c lavfi/lavfutils: include required headers explicitly 2021-06-10 16:51:44 +02:00
lavfutils.h avfilter/lavfutils.h: Don't include avformat.h 2021-02-25 22:03:32 +01:00
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
Makefile GSoC: Add guided filter 2021-05-10 13:34:29 +08:00
maskedclamp.h
maskedmerge.h
median_template.c
median.h
motion_estimation.c
motion_estimation.h
opencl_source.h
opencl.c
opencl.h
phase_template.c
psnr.h
pthread.c
qp_table.c
qp_table.h
qsvvpp.c lavfi/qsvvpp: support async depth 2021-04-11 23:18:20 +08:00
qsvvpp.h lavfi/qsvvpp: support async depth 2021-04-11 23:18:20 +08:00
removegrain.h
scale_eval.c
scale_eval.h
scene_sad.c
scene_sad.h
setpts.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
settb.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
signature_lookup.c
signature.h
split.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
src_movie.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
ssim.h
stereo3d.h
thread.h
threshold.h
tinterlace.h
transform.c avfilter/transform: Stop exporting internal functions 2021-04-27 10:43:11 -03:00
transform.h avfilter/transform: Stop exporting internal functions 2021-04-27 10:43:11 -03:00
transpose.h
trim.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
unsharp.h
v360.h
vaapi_vpp.c
vaapi_vpp.h
vaf_spectrumsynth.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
version.h avfilter/overlay_cuda: support expression of x y position 2021-06-10 22:51:43 +02:00
vf_addroi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_alphamerge.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_amplify.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_aspect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_atadenoise.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_avgblur_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_avgblur_vulkan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_avgblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_bbox.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_bilateral.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_bitplanenoise.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_blackdetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_blackframe.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_blend.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_bm3d.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_boxblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_bwdif.c avfilter/bwdif: Fix time base for large denominators 2021-05-29 13:21:18 -07:00
vf_cas.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_chromaber_vulkan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_chromakey.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_chromanr.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_chromashift.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_ciescope.c avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black 2021-06-08 18:00:05 +02:00
vf_codecview.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorbalance.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorchannelmixer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorconstancy.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorcontrast.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorcorrect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorize.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorkey_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorkey.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorlevels.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colormatrix.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colorspace.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_colortemperature.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_convolution_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_convolution.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_convolve.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_copy.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_coreimage.m avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_cover_rect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_crop.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_cropdetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_curves.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_datascope.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_dblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_dctdnoiz.c avfilter/vf_dctdnoiz: Check threads 2021-06-08 18:00:05 +02:00
vf_deband.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_deblock.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_decimate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_dedot.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_deflicker.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_deinterlace_qsv.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_deinterlace_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_dejudder.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_delogo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_derain.c lavfi/dnn_backend_tensorflow: add multiple outputs support 2021-05-11 10:28:35 +08:00
vf_deshake_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_deshake.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_despill.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_detelecine.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_displace.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_dnn_classify.c avfilter/vf_dnn_classify: add result check for av_frame_get_side_data 2021-05-11 10:49:33 +08:00
vf_dnn_detect.c dnn/vf_dnn_detect.c: add tensorflow output parse support 2021-05-11 10:38:36 +08:00
vf_dnn_processing.c lavfi/vf_dnn_processing.c: fix CID 1460603 2021-05-18 09:20:08 +08:00
vf_drawbox.c lavfi/vf_drawbox.c: fix CID 1485004 2021-06-09 09:18:02 +08:00
vf_drawtext.c lavfi/vf_drawtext.c: fix CID 1485003 2021-06-09 09:18:02 +08:00
vf_edgedetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_elbg.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_entropy.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_epx.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_eq.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_eq.h
vf_estdif.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_exposure.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_extractplanes.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fade.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fftdnoiz.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fftfilt.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_field.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fieldhint.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fieldmatch.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fieldorder.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fillborders.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_find_rect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_floodfill.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_format.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fps.c avfilter/vf_fps: extend support for expressions 2021-06-13 17:32:45 -03:00
vf_framepack.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_framerate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_framestep.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_freezedetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_freezeframes.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_frei0r.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fspp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_fspp.h
vf_gblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_geq.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_gradfun.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_guided.c avfilter/vf_guided: Don't needlessly copy properties, fix potential NPD 2021-05-23 13:42:16 +02:00
vf_hflip.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_histeq.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_histogram.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hqdn3d.c avfilter/vf_hqdn3d: fix left shift of negative numbers 2021-06-05 16:59:37 +02:00
vf_hqdn3d.h
vf_hqx.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hue.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hwdownload.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hwmap.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hwupload_cuda.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hwupload.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_hysteresis.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_identity.c avfilter/vf_identity: fix typo 2021-05-01 08:45:30 +08:00
vf_idet.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_idet.h
vf_il.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_kerndeint.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lagfun.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lenscorrection.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lensfun.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_libopencv.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_libvmaf.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_limiter.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lumakey.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lut2.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lut3d.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_lut.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_maskedclamp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_maskedmerge.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_maskedminmax.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_maskedthreshold.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_maskfun.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_mcdeint.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_median.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_mergeplanes.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_mestimate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_midequalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_minterpolate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_misc_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_mix.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_monochrome.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_mpdecimate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_neighbor_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_neighbor.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_nlmeans_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_nlmeans.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_nlmeans.h
vf_nnedi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_noise.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_noise.h
vf_normalize.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_null.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_ocr.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_overlay_cuda.c avfilter/overlay_cuda: support expression of x y position 2021-06-10 22:51:43 +02:00
vf_overlay_cuda.cu
vf_overlay_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_overlay_qsv.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_overlay_vulkan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_overlay.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_overlay.h
vf_owdenoise.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pad_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pad.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_palettegen.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_paletteuse.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_perspective.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_phase.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_photosensitivity.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pixdesctest.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pp7.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pp7.h
vf_pp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_premultiply.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_procamp_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_program_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pseudocolor.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_psnr.c avfilter/vf_psnr: remove unnecessary check 2021-05-01 08:45:30 +08:00
vf_pullup.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_pullup.h
vf_qp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_random.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_readeia608.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_readvitc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_remap.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_removegrain.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_removelogo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_repeatfields.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_rotate.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_sab.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale_cuda_bicubic.cu
vf_scale_cuda.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale_cuda.cu
vf_scale_cuda.h
vf_scale_npp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale_qsv.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale_vulkan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scale.c avfilter/vf_scale: store the offset in a local variable before adding it 2021-04-30 19:35:56 -03:00
vf_scdet.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_scroll.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_selectivecolor.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_separatefields.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_setparams.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_shear.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_showinfo.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_showpalette.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_shuffleframes.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_shufflepixels.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_shuffleplanes.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_signalstats.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_signature.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_smartblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_spp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_spp.h
vf_sr.c lavfi/dnn_backend_tensorflow: add multiple outputs support 2021-05-11 10:28:35 +08:00
vf_ssim.c avfilter/vf_ssim: remove unnecessary check 2021-05-01 08:45:30 +08:00
vf_stack.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_stereo3d.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_subtitles.c avfilter/vf_subtitles: allow using embedded fonts 2021-05-29 11:32:23 +05:30
vf_super2xsai.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_swaprect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_swapuv.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_telecine.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_threshold.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_thumbnail_cuda.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_thumbnail_cuda.cu
vf_thumbnail.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tile.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tinterlace.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tmidequalizer.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tonemap_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tonemap_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tonemap.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_tpad.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_transpose_npp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_transpose_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_transpose_vaapi.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_transpose.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_unsharp_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_unsharp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_untile.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_uspp.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_v360.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vaguedenoiser.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vectorscope.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vflip.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vfrdet.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vibrance.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vidstabdetect.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vidstabtransform.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vif.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vignette.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_vmafmotion.c avfilter/vf_vmafmotion: Check dimensions 2021-05-29 20:14:24 +02:00
vf_vpp_qsv.c lavfi/vf_vpp_qsv: fix the time_base for outlink 2021-06-20 23:05:03 +08:00
vf_w3fdif.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_waveform.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_weave.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_xbr.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_xfade_opencl.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_xfade.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_xmedian.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_yadif_cuda.c avfilter/yadif_cuda: Fix time base for large denominators 2021-05-29 13:21:18 -07:00
vf_yadif_cuda.cu
vf_yadif.c avfilter/vf_yadif: Fix handing of tiny images 2021-05-29 20:14:24 +02:00
vf_yaepblur.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_zoompan.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vf_zscale.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
video.c
video.h
vidstabutils.c
vidstabutils.h
vif.h avfilter/vif: Include avfilter.h 2021-02-16 22:26:56 +01:00
vmaf_motion.h
vsink_nullsink.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_cellauto.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_gradients.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_life.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_mandelbrot.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_mptestsrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_sierpinski.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vsrc_testsrc.c avfilter: Constify all AVFilters 2021-04-27 11:48:05 -03:00
vulkan.c
vulkan.h
w3fdif.h
window_func.h
yadif_common.c
yadif.h