Paul B Mahol
bc2632f867
avfilter/vf_mix: use ff_formats_pixdesc_filter()
4 years ago
Limin Wang
ee5d6d2ef8
avfilter/vf_mix: Check sscanf() return value
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Paul B Mahol
70f866ad1b
avfilter/vf_mix: check if array is available
5 years ago
Limin Wang
a144cd6a51
avfilter/vf_mix: change the max range of the number of inputs
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Paul B Mahol
a1992637ac
avfilter/vf_mix: set sar to outlink
6 years ago
Paul B Mahol
a9b5af0d19
avfilter/vf_mix: use time_base from framesync
6 years ago
Paul B Mahol
08b83bf828
avfilter/vf_mix: always output frame if array is filled
6 years ago
Paul B Mahol
9e0e8e10c7
avfilter/vf_mix: add timeline support to tmix filter
6 years ago
Paul B Mahol
2de165a92b
avfilter/vf_mix: use av_sscanf()
6 years ago
Paul B Mahol
da55304caf
avfilter/vf_mix: initialize last to silence possible warning
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
c0f2abcc8d
avfilter/vf_mix: make setting weights more user friendly
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
b473e76876
avfilter/vf_mix: use correct linesizes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
9faec78b14
avfilter/vf_mix: add slice threading
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
330215830e
avfilter/vf_mix: clip output pixel values
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
a5172dcab6
avfilter/vf_mix: add scale option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
161e006cc0
avfilter: add tmix filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
a12899ad9b
avfiler/vf_mix: fix crash with >8 bit depth
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
ec5328aa6f
avfilter: add mix filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Nicolas George
5f5dcf44e3
lavfi: rename framesync2 to framesync.
7 years ago
Nicolas George
0dd8320e16
lavfi/vf_stack: move to "activate" design.
7 years ago
Paul B Mahol
f862ff750b
avfilter/vf_stack: free input pads name on uninit
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Derek Buitenhuis
21f9468402
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Libav, for some reason, merged this as a public API function. This will
aid in future merges.
A define is left for backwards compat, just in case some person
used it, since it is in a public header.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
9 years ago
Paul B Mahol
a330430238
avfilter/vf_stack: make it possible to stop with shortest stream
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Ganesh Ajjanagadde
6aaac24d72
avfilter/all: propagate errors of functions from avfilter/formats
Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM).
This propagates the return values.
All of these were found by using av_warn_unused_result, demonstrating its utility.
Tested with FATE. I am least sure of the changes to avfilter/filtergraph,
since I don't know what/how reduce_format is intended to behave and how it should
react to errors.
Fixes: CID 1325680, 1325679, 1325678.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Previous version Reviewed-by: Nicolas George <george@nsup.org>
Previous version Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
9 years ago
Michael Niedermayer
7eab904d11
avfilter/vf_stack: Fix memleak of out frame
Fixes CID1322347
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Paul B Mahol
319440e54f
avfilter: add hstack & vstack filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago