summaryrefslogtreecommitdiff
path: root/libavfilter/vf_limiter.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_limiter: add support for commandsPaul B Mahol2020-12-15
|
* avfilter/vf_limiter: add 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter/vf_limiter: remove unused headerPaul B Mahol2018-11-18
|
* avfilter/vf_limiter: always limit min/max to format depthPaul B Mahol2018-11-18
|
* avfilter/vf_limiter: add slice threadingPaul B Mahol2018-09-11
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* avfilter: add limiter filterPaul B Mahol2017-07-08
Signed-off-by: Paul B Mahol <onemda@gmail.com>