summaryrefslogtreecommitdiff
path: root/libavfilter/vf_threshold.c
Commit message (Expand)AuthorAge
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-06
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_threshold: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_threshold: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vf_threshold: add support for commandsPaul B Mahol2021-07-25
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_threshold: add support for more formatsPaul B Mahol2021-01-16
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-14
* 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
* avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-27
* 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
* avfilter: add threshold filterPaul B Mahol2017-01-30