summaryrefslogtreecommitdiff
path: root/libavfilter/vf_threshold.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-061-65/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_threshold: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_threshold: Remove always-false format checkAndreas Rheinhardt2021-09-211-6/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter/vf_threshold: add support for commandsPaul B Mahol2021-07-251-1/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_threshold: add support for more formatsPaul B Mahol2021-01-161-1/+3
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_threshold: add slice threadingPaul B Mahol2018-09-241-19/+55
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali2017-12-031-2/+7
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-021-22/+6
* avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-271-2/+2
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-9/+9
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* lavfi/vf_threshold: move to "activate" design.Nicolas George2017-07-301-22/+12
* avfilter: add threshold filterPaul B Mahol2017-01-301-0/+349