Gyan Doshi
b66a800877
avfilter/crop: avoid premature eval error
...
Width and height expressions can refer to each other. Width is
evaluated twice to allow for reference to output height. So we
should not error out upon failure of first evaluation of width.
5 years ago
Limin Wang
0485033ae1
avfilter/vf_elbg: Fix for the seed type
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Andreas Rheinhardt
710ab13693
avfilter/vf_unsharp: Don't dereference NULL
...
The unsharp filter uses an array of arrays of uint32_t, each of which is
separately allocated. These arrays also need to freed separately; but
before doing so, one needs to check whether the array of arrays has
actually been allocated, otherwise one would dereference a NULL pointer.
This fixes #8408 .
Furthermore, the array of arrays needs to be zero-initialized so that
no uninitialized pointer will be freed in case an allocation of one of
the individual arrays fails.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Zhao Zhili
f9d4366912
avfilter/buffersrc: remove write-only variable
5 years ago
Paul B Mahol
8c2f81a17a
avfilter/vf_hqdn3d: add support for commands
5 years ago
Paul B Mahol
3a61297a67
avfilter/vf_hqdn3d: add support for 12bit and 14bit yuv formats
5 years ago
Limin Wang
c1ed00fd18
avfilter/vf_yadif: rename config_props -> config_output, link -> outlink
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Limin Wang
8aa143eaa8
avfilter/vf_libvmaf: Check for av_frame_alloc failure
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Limin Wang
3a6ec10d90
avfilter/vf_colorconstancy: av_frame_free(&in) in case of error or direct flag is false
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
93414ce831
avfilter: add axcorrelate filter
5 years ago
Paul B Mahol
aaac48fb50
avfilter/vf_normalize: add support for commands
5 years ago
Paul B Mahol
89aa1342b1
avfilter/af_aiir: normalize biquads only if divisor is big enough
5 years ago
Paul B Mahol
f46b04c4c3
avfilter/af_biquads: add new normalize/n option
5 years ago
Paul B Mahol
f2a01b4c8b
avfilter/af_aiir: fix biquads normalization
5 years ago
Paul B Mahol
eecc45cea5
avfilter/af_aiir: add missing normalization of biquads gains
5 years ago
Paul B Mahol
2f5fb9e60f
avfilter/af_aiir: make a/b coefficients array
5 years ago
Paul B Mahol
e169d3756e
avfilter/af_aiir: factor out response calculation
5 years ago
Paul B Mahol
c36e72ed27
avfilter/af_aiir: check for stability
5 years ago
Paul B Mahol
9cd56bb94c
avfilter/af_aiir: fix array length when selecting conjugate poles
5 years ago
Zhao Zhili
bbb68be0cc
avfilter/graphdump: fix use of uninitialized variables
...
In case of av_bprint_finalize failed.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
leozhang
4a3aa77d74
avfilter/avfilter: fix indentation
...
Signed-off-by: leozhang <leozhang@qiyi.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
55ca21d54e
avfilter/vf_amplify: add timeline support
5 years ago
Paul B Mahol
103effebc1
avfilter/vf_datascope: add support for commands in oscilloscope
5 years ago
Paul B Mahol
c98d8b2bf5
avfilter/vsrc_sierpinski: change seed option type
5 years ago
Paul B Mahol
d83304d539
avfilter/vsrc_sierpinski: fix another typos
5 years ago
Paul B Mahol
09fd1b18f0
avfilter/vsrc_testsrc: simplify color filter commands parsing
5 years ago
Paul B Mahol
94c0b27397
avfilter/vf_chromakey: add support for commands
5 years ago
Paul B Mahol
ae6c4168e6
avfilter/vf_lumakey: add support for commands
5 years ago
Paul B Mahol
6b9862f614
avfilter/vf_lumakey: change options to doubles, so that values are automatically scaled
5 years ago
Paul B Mahol
08f7968fc4
avfilter/vf_lumakey: add support for 12bit yuva formats
5 years ago
Paul B Mahol
f89ebf88a1
avfilter/vf_scroll: add support for slice threading
5 years ago
Paul B Mahol
9bd4df1654
avfilter/vf_chromashift: add support for commands
5 years ago
Paul B Mahol
fbcb141c06
avfilter/vf_fillborders: add support for commands
5 years ago
Paul B Mahol
84e9a55d8e
avfilter/af_afftdn: simplify changing commands
5 years ago
Paul B Mahol
8e2a832a55
avfilter/vf_median: clip radius instead of erroring out
5 years ago
Paul B Mahol
7ead0daa24
avfilter/vf_median: add support for commands
5 years ago
Paul B Mahol
176ac987aa
avfilter/f_graphmonitor: output frames in pts gaps
5 years ago
Paul B Mahol
a16de215c9
avfilter/af_rubberband: fix sample overqueueing
...
Fixes #8389
5 years ago
Paul B Mahol
e21d4a7ca4
avfilter/vf_chromakey: add >8 bit support
5 years ago
Paul B Mahol
804fce8bc2
avfilter/vf_midequalizer: add 16bit formats
5 years ago
Paul B Mahol
258f66998f
avfilter/vf_deblock: add 12bit yuva formats
5 years ago
Paul B Mahol
18d25ecede
avfilter/vf_weave: pal and hwaccel formats are not supported
5 years ago
Paul B Mahol
5ed6b735ab
avfilter/vf_blend: cosmetics: reindent
5 years ago
Paul B Mahol
c8f269f24f
avfilter/vf_chromashift: remove unused header
...
Reverts ef479ee660
.
5 years ago
Gyan Doshi
0cfda90b34
avfilter/Makefile: add missing dependency for lut3d
...
lut3d requires framesync
5 years ago
Gyan Doshi
ef479ee660
avfilter/Makefile: add missing dependency for chromashift
...
chromashift requires framesync
5 years ago
Gyan Doshi
2ff444bd3a
avfilter/Makefile: add missing dependency for scale_cuda
...
scale_cuda includes scale.h
5 years ago
Paul B Mahol
6c2f866309
avfilter/vf_bm3d: improve threshold scaling with different block_size and depth
5 years ago
Paul B Mahol
eae292919b
avfilter/vf_dedot: add 12bit yuva formats
5 years ago
Paul B Mahol
fa00f80086
avfilter/vf_deflicker: add support for alpha formats
5 years ago