summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hysteresis.c
Commit message (Collapse)AuthorAge
* avfilter/vf_hysteresis: use time_base from framesyncPaul B Mahol2019-07-14
| | | | Fixes non-monotonous timestamps.
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_hysteresis: allow using framesync optionsPaul B Mahol2017-11-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_hysteresis: ignore SAR from all inputsPaul B Mahol2017-11-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* lavfi/vf_hysteresis: move to "activate" design.Nicolas George2017-07-30
|
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add hysteresis filterPaul B Mahol2016-08-23