summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mix.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_mix: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_mix: add timeline supportPaul B Mahol2021-02-06
|
* avfilter/vf_mix: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
|
* avfilter/vf_mix: Check sscanf() return valueLimin Wang2020-05-01
| | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avfilter/vf_mix: check if array is availablePaul B Mahol2020-04-13
|
* avfilter/vf_mix: change the max range of the number of inputsLimin Wang2020-01-11
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avfilter/vf_mix: set sar to outlinkPaul B Mahol2019-05-24
|
* avfilter/vf_mix: use time_base from framesyncPaul B Mahol2019-05-24
|
* avfilter/vf_mix: always output frame if array is filledPaul B Mahol2019-02-02
|
* avfilter/vf_mix: add timeline support to tmix filterPaul B Mahol2019-02-02
|
* avfilter/vf_mix: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/vf_mix: initialize last to silence possible warningPaul B Mahol2018-04-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: use correct linesizesPaul B Mahol2018-04-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: add slice threadingPaul B Mahol2018-04-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: clip output pixel valuesPaul B Mahol2018-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: add scale optionPaul B Mahol2018-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tmix filterPaul B Mahol2018-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfiler/vf_mix: fix crash with >8 bit depthPaul B Mahol2018-04-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add mix filterPaul B Mahol2017-11-24
Signed-off-by: Paul B Mahol <onemda@gmail.com>