Steven Liu
985ed65117
avfilter/vf_pad: add logging context to log
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years ago
Steven Liu
9b2155ad3f
avfilter/boxblur: add logging context to log
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years ago
Steven Liu
3dead10fa3
avfilter/vf_scale_qsv: add logging context to log
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years ago
Steven Liu
acc1256654
avfilter/vf_crop: add logging context to log
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years ago
Zhong Li
8df91de9aa
lavfi/normalize: remove the unused pointer
Signed-off-by: Zhong Li <zhong.li@intel.com>
5 years ago
Andreas Rheinhardt
361fb42e1e
avcodec/filter: Remove extra '; ' outside of functions
They are not allowed outside of functions. Fixes the warning
"ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]"
when compiling with GCC and -pedantic.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
5 years ago
Paul B Mahol
0633d87ae6
avfilter/af_adelay: add option which changes how unset channels are delayed
Fixes #8032 .
5 years ago
Paul B Mahol
9a53e01252
avfilter/formats: guard against double free
5 years ago
Paul B Mahol
c303d0979f
avfilter/vf_normalize: typedef all structs
5 years ago
Paul B Mahol
651a0f6308
avfilter/vf_showpalette: remove timeline flag
This filter changes output size and thus can not have support
for timeline.
5 years ago
Paul B Mahol
0c4137bcb7
avfilter/af_afftfilt: fix possible invalid memory access
5 years ago
Paul B Mahol
5b4010e886
avfilter/vf_nnedi: fix possible double free
5 years ago
Paul B Mahol
66d45af13c
avfilter/vf_avgblur: add support for commands
5 years ago
Paul B Mahol
da9337c911
avfilter/vf_gblur: add support for commands
5 years ago
Paul B Mahol
e37edc70bd
avfilter: add anlms filter
5 years ago
Paul B Mahol
d0189f8d97
avfilter/vsrc_sierpinski: add triangle type
5 years ago
Paul B Mahol
22f3b6286e
avfilter: add av_cold where it is missing
5 years ago
Paul B Mahol
8ca89e52df
avfilter/f_streamselect: fix memleaks of pad names
5 years ago
Paul B Mahol
d492907e78
avfilter/af_amix: fix filtering if specified weights are negative
5 years ago
Paul B Mahol
2a546fb7d5
avfilter/setpts: switch to activate
Also properly handle EOF timestamps.
Fixes #6833 .
5 years ago
Paul B Mahol
9847380f5f
avfilter/vf_elbg: stop leaking frame on error
5 years ago
Carl Eugen Hoyos
7ffa458d60
lavfi/movie: Use filter thread count for decoding threads.
Fixes ticket #7542 .
5 years ago
Paul B Mahol
1b2ed0c392
avfilter/vf_drawbox: implement process_command
5 years ago
Paul B Mahol
027a53dc49
avfilter/vf_drawbox: reduce code duplication
5 years ago
Paul B Mahol
3bb170e530
avfilter/f_streamselect: add check case when nothing is done
Fixes #7955 .
5 years ago
Paul B Mahol
f66458cfc7
avfilter/vsink_nullsink: cosmetics
5 years ago
Paul B Mahol
94b155e49b
avfilter/copy: add forgotten check
5 years ago
Paul B Mahol
9cee8975c3
avfilter/asink_anullsink: cosmetics
5 years ago
Paul B Mahol
a9500441a7
avfilter/vf_copy: check for error cases and handle them
5 years ago
Paul B Mahol
c9473229c9
avfilter/af_acopy: check for error cases and handle them
5 years ago
Paul B Mahol
835fdf48e5
avfilter/vf_showpalette: fix small cosmetics issue
5 years ago
Paul B Mahol
5868e7f562
avfilter/vf_alphamere: use the name 's' for the pointer to the private context
This is shorter and consistent across filters.
5 years ago
Paul B Mahol
056bc9393e
avfilter/vf_photosensitivity: fix memleak
5 years ago
Vladimir Panteleev
c888adf590
libavfilter: add photosensitivity filter
6 years ago
Paul B Mahol
a746359ede
avfilter: add scroll video filter
5 years ago
Paul B Mahol
5161b279d6
avfilter/af_join: cosmetics
5 years ago
Paul B Mahol
7851e2f368
avfilter/af_join: use av_asprintf()
5 years ago
Paul B Mahol
6e9e14e62e
avfilter/split: use av_asprintf()
5 years ago
Paul B Mahol
8b36968ef4
avfilter/trim: drop all audio frames instead of asserting
5 years ago
Paul B Mahol
a6e2cf5eb0
avfilter/f_metadata: do not memleak expr
5 years ago
Paul B Mahol
9c9d5bf257
avfilter/f_metadata: add ends_with() function for comparing ends of strings
5 years ago
Paul B Mahol
947e8ab329
avfilter/fifo: use the name 's' for the pointer to the private context
This is shorter and consistent across filters.
5 years ago
Paul B Mahol
216830aca4
avfilter/fifo: cosmetics
5 years ago
Limin Wang
86f0411a52
avfilter/vf_framerate: remove duplicate code with macro-based function
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Limin Wang
fd5fdca953
avfilter/vf_framerate: refine the filter_slice code for better readiablity
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Limin Wang
b4e7d3a0db
avfilter/vf_framerate: limit the scene level max range
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Andreas Rheinhardt
4294dc3589
avfilter/vf_xbr: Fix left shift of negative number
Affected every usage of vf_xbr, e.g. the FATE-tests filter-2xbr,
filter-3xbr, filter-4xbr.
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
Andreas Rheinhardt
fa21194326
avfilter/vf_hqx: Fix undefined left shifts of negative numbers
Affected every usage of this filter; in particular, it affected the
FATE-tests filter-2xbr, filter-3xbr and filter-4xbr.
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
Limin Wang
b9d479bac4
avfilter/vf_scale: cosmetics
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
James Almer
1dbd3c6116
avfilter/vf_eq: fix compilation with x86 asm disabled
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago