summaryrefslogtreecommitdiff
path: root/libavfilter/vf_limiter.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter/vf_limiter: refactor slice functionsPaul B Mahol2022-02-211-34/+21
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_limiter: 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/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-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_limiter: add support for commandsPaul B Mahol2020-12-151-3/+16
* avfilter/vf_limiter: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_limiter: remove unused headerPaul B Mahol2018-11-181-1/+0
* avfilter/vf_limiter: always limit min/max to format depthPaul B Mahol2018-11-181-4/+6
* avfilter/vf_limiter: add slice threadingPaul B Mahol2018-09-111-16/+44
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-2/+2
* avfilter: add limiter filterPaul B Mahol2017-07-081-0/+231