summaryrefslogtreecommitdiff
path: root/libavfilter/vf_threshold.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_threshold: add support for more formatsPaul B Mahol2021-01-16
|
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-14
| | | | Fixes non-monotonous timestamps.
* avfilter/vf_threshold: add slice threadingPaul B Mahol2018-09-24
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali2017-12-03
|
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-27
| | | | 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_threshold: move to "activate" design.Nicolas George2017-07-30
| | | | Also fix missing dependency.
* avfilter: add threshold filterPaul B Mahol2017-01-30
Signed-off-by: Paul B Mahol <onemda@gmail.com>