efl/src/lib/evas/filters
Jean-Philippe Andre 0a450b3ace Evas filters: Fix blur with small buffers
If the buffer is smaller than the blur kernel, then artifacts appear
and CRASHES happen because we read/write out of the buffer bounds.

Output buffer must be larger than the kernel diameter.
Input buffer's size is used to reduce the blurring effect on the edges.
2014-02-07 17:33:16 +09:00
..
evas_filter.c Evas filters: Clear buffers after allocation 2014-02-07 17:33:16 +09:00
evas_filter_blend.c Evas filters: Add basic support for clip in blend 2014-02-07 17:33:16 +09:00
evas_filter_blur.c Evas filters: Fix blur with small buffers 2014-02-07 17:33:16 +09:00
evas_filter_bump.c Evas filters: Implement bump maps 2014-02-07 17:33:16 +09:00
evas_filter_curve.c Evas filters: Implement color curves filter 2014-02-07 17:33:16 +09:00
evas_filter_displace.c Evas filters: Implement displacement maps 2014-02-07 17:33:16 +09:00
evas_filter_mask.c Evas filters: Implement other masking functions 2014-02-07 17:33:16 +09:00
evas_filter_parser.c Evas filters: Use strcasecmp in the parser 2014-02-07 17:33:16 +09:00
evas_filter_private.h Evas filters: Add basic support for clip in blend 2014-02-07 17:33:16 +09:00