Paul B Mahol
98ae6b0a4d
vafilter/af_replaygain: fix undefined behaviour
...
Fixes #8291
5 years ago
Paul B Mahol
71bceb06e6
avfilter/avf_abitscope: fix undefined behaviour
...
Fixes #8289
5 years ago
Paul B Mahol
4fe4772a58
avfilter/vf_colorchannelmixer: do not use pointer if there is no alpha
...
Fixes #8288
5 years ago
Paul B Mahol
932913f0b4
avfilter/vf_edgedetect: fix undefined behaviour
...
Fixes #8287
5 years ago
Paul B Mahol
1a0c584abc
avfilter/f_reverse: fix memory leaks
...
Fixes #8283
5 years ago
Paul B Mahol
b0bfa3699c
avfilter: add arnndn filter
5 years ago
Paul B Mahol
c3985c0ea8
avfilter/vf_atadenoise: compensate for small overall brightness loss
...
This is very hard to spot.
5 years ago
Paul B Mahol
b20dee813a
avfilter/vsrc_testsrc: rgbtestsrc: fix undefined behaviour
...
Fixes #8238
5 years ago
Paul B Mahol
64a805883d
avfilter/vf_gblur: fix heap-buffer overflow
...
Fixes #8282
5 years ago
Paul B Mahol
29dac2927f
avfilter/af_afade: make sure that in is available
5 years ago
Guo, Yejun
2558e62713
avfilter/dnn: unify the layer load function in native mode
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
3fd5ac7e92
avfilter/dnn: unify the layer execution function in native mode
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
b78dc27bba
avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflicts
...
and also change CONV to DLT_CONV2D for better description
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Paul B Mahol
f2598484b8
avfilter/vf_bm3d: make sure nb_jobs is at least 1
5 years ago
Paul B Mahol
e1b89c76f6
avfilter/af_afade: fix heap-buffer overflow
...
Fixes #8276
5 years ago
Paul B Mahol
de598f82f8
avfilter/vf_edgedetect: fix heap-buffer overflow
...
Fixes #8275
5 years ago
Paul B Mahol
f069a9c2a6
avfilter/vf_avgblur: fix heap-buffer overflow
...
Fixes #8274
5 years ago
Zhao Zhili
2bfa7df9fe
avfilter: fix typo in comments
...
Signed-off-by: mypopy@gmail.com
5 years ago
Paul B Mahol
79522411fa
avfilter/vf_lenscorrection: make width/height int
...
Somehow previous correct fix broke usage.
5 years ago
Paul B Mahol
c4d1603baf
avfilter/vf_atadenoise: rewrite using macro
5 years ago
Paul B Mahol
8c3166e1c3
avfilter/vf_bwdif: fix heap-buffer overflow
...
Fixes #8261
5 years ago
Paul B Mahol
ce764a6c74
avfilter/af_atempo: use ff_filter_process_command()
5 years ago
Paul B Mahol
015cbca444
avfilter/af_biquads: use ff_filter_process_command()
5 years ago
Paul B Mahol
dcfe32920c
avfilter/af_rubberband: use ff_filter_process_command()
5 years ago
Paul B Mahol
9e883a1448
avfilter/vf_drawbox: use ff_filter_process_command()
5 years ago
Paul B Mahol
4568e54cc5
avfilter/vf_colorchannelmixer: add support for commands
5 years ago
Paul B Mahol
953b1c7b12
avfilter/vf_amplify: add support for commands
5 years ago
Paul B Mahol
7fcb84165e
avfilter/vf_scroll: add support for commands
5 years ago
Paul B Mahol
877e2e92a3
avfilter/af_anlmdn: switch to ff_filter_process_command()
5 years ago
Paul B Mahol
4954a17ec7
avfilter/vf_avgblur: switch to ff_filter_process_command()
5 years ago
Paul B Mahol
33e69806aa
avfilter/vf_gblur: switch to ff_filter_process_command()
5 years ago
Paul B Mahol
9f7ab36ada
avfilter/af_anlms: switch to ff_filter_process_command()
5 years ago
Paul B Mahol
a918b833a5
avfilter/avfilter: add ff_filter_process_command()
5 years ago
Paul B Mahol
f3746d31f9
avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag
5 years ago
Paul B Mahol
036fff7e43
avfilter/vf_geq: reindent
5 years ago
Paul B Mahol
8a0d45a92e
avfilter/vf_geq: allow user to set interpolation method
5 years ago
Paul B Mahol
996ff3fe86
avfilter/vf_edgedetect: fix coverity issue
5 years ago
Michael Niedermayer
c8813b1a98
avfilter/vf_geq: Use av_clipd() instead of av_clipf()
...
With floats we cannot represent all 32bit integer dimensions
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
e835a9d302
avfilter/vf_libvmaf: fix filtering of >8 bit data
...
This is what reference does.
5 years ago
Paul B Mahol
19587c9332
avfilter/vf_lenscorrection: fix division by zero
...
Fixes #8265
5 years ago
Paul B Mahol
07050d7bdc
avfilter/vf_fieldorder: fix heap-buffer overflow
...
Fixes #8264
5 years ago
Paul B Mahol
99f8d32129
avfilter/vf_convolution: fix undefined behaviour
...
Fixes #8263
5 years ago
Paul B Mahol
365083556e
avfilter/vf_bm3d: fix possible infinite loop
5 years ago
Paul B Mahol
0749082eb9
avfilter/vf_bm3d: fix heap-buffer overflows
...
Fixes #8262
5 years ago
Paul B Mahol
ccf4ab8c9a
avfilter/vf_edgedetect: check if height is big enough
...
Fixes #8260
5 years ago
Paul B Mahol
4f4334bcbc
avfilter/vf_waveform: fix typos which caused crash
5 years ago
Paul B Mahol
a7fd127970
avfilter/vf_colorconstancy: fix overreads in gauss array
...
Fixes #8250
5 years ago
Paul B Mahol
e923e6205e
avfilter/vf_waveform: add yflat filter
5 years ago
Paul B Mahol
33fd82ae9e
avfilter/vf_waveform: allow different cb for new modes
5 years ago
Paul B Mahol
42974eb13a
avfilter/vf_waveform: add invert graticule
5 years ago