| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_threshold: Move ff_threshold_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -65/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_threshold: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_threshold: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -6/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter/vf_threshold: add support for commands | Paul B Mahol | 2021-07-25 | 1 | -1/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_threshold: add support for more formats | Paul B Mahol | 2021-01-16 | 1 | -1/+3 |
* | avfilter/vf_threshold: use time_base from framesync | Paul B Mahol | 2019-07-14 | 1 | -2/+4 |
* | avfilter/vf_threshold: add slice threading | Paul B Mahol | 2018-09-24 | 1 | -19/+55 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_threshold : move context func init in ff_threshold_init | Martin Vignali | 2017-12-03 | 1 | -2/+7 |
* | avfilter/vf_threshold: add x86 SIMD | Paul B Mahol | 2017-12-02 | 1 | -22/+6 |
* | avfilter/vf_threshold: use correct linesize | Paul B Mahol | 2017-11-27 | 1 | -2/+2 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -9/+9 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | lavfi/vf_threshold: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -22/+12 |
* | avfilter: add threshold filter | Paul B Mahol | 2017-01-30 | 1 | -0/+349 |