Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/vf_threshold: Move ff_threshold_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+0 |
| | | | | | | | | | This removes a dependency of checkasm on lavfi/vf_threshold.o and also allows to inline ff_threshold_init() irrespectively of interposing. With this patch checkasm no longer pulls all of lavfi and lavf in. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avfilter/vf_threshold : move context func init in ff_threshold_init | Martin Vignali | 2017-12-03 | 1 | -0/+1 |
| | |||||
* | avfilter/vf_threshold: add x86 SIMD | Paul B Mahol | 2017-12-02 | 1 | -0/+51 |
Signed-off-by: Paul B Mahol <onemda@gmail.com> |