summaryrefslogtreecommitdiff
path: root/libavfilter/vf_threshold.c
Commit message (Collapse)AuthorAge
* 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>