summaryrefslogtreecommitdiffstats
path: root/libass/ass_blur.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement cascade gaussian blurDr.Smile2015-07-041-0/+909
That's complete version with SSE2/AVX2 assembly. Should be much faster than old algorithm even in pure C. Algorithm description can be found in this article (PDF): https://github.com/MrSmile/CascadeBlur/releases Close #9