summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blurdetect.c
Commit message (Collapse)AuthorAge
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-30
|
* avfilter/vf_blurdetect: fix uninitialized variables and possible div by zeroThilo Borgmann2022-04-27
| | | | Found-by: Coverity
* avfilter/vf_blurdetect: remove set but not used variablesPaul B Mahol2022-04-26
|
* avfilter/vf_blurdetect: cleanup headers, remove unused variables, fix type ↵Thilo Borgmann2022-04-26
| | | | of variable
* lavfi: Add blurdetect filterThilo Borgmann2022-04-25