summaryrefslogtreecommitdiff
path: root/libavfilter/vf_avgblur.c
Commit message (Collapse)AuthorAge
* avfilter/vf_avgblur: add support for 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2019-10-15
| | | | Fixes #8274
* avfilter/vf_avgblur: switch to ff_filter_process_command()Paul B Mahol2019-10-14
|
* avfilter/vf_avgblur: add support for commandsPaul B Mahol2019-10-06
|
* avfilter/vf_avgblur: remove dupe assignmentPaul B Mahol2019-09-16
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add avgblur filterPaul B Mahol2016-09-07
Signed-off-by: Paul B Mahol <onemda@gmail.com>