summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blurdetect.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-301-4/+4
* avfilter/vf_blurdetect: fix uninitialized variables and possible div by zeroThilo Borgmann2022-04-271-1/+2
* avfilter/vf_blurdetect: remove set but not used variablesPaul B Mahol2022-04-261-4/+0
* avfilter/vf_blurdetect: cleanup headers, remove unused variables, fix type of...Thilo Borgmann2022-04-261-16/+2
* lavfi: Add blurdetect filterThilo Borgmann2022-04-251-0/+394