[vlc-devel] [PATCH] Use range in gaussian blur

Kaarlo Räihä kaarlo.raiha at gmail.com
Sat Aug 22 13:11:56 CEST 2015


Since there is a lower limit for sigma it is better to try to force it.
0.01 was chosen for SIGMA_MIN since it is the smallest value for usage that
I have seen  and 4096.0 for SIGMA_MAX is just large value I selected (and
sigma that large isn't really useful for video filtering, but someone might
have some user cases).

Second patch just changes for loops to be more C99
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150822/c595aa5e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Limit-sigma-range-in-gaussian-blur.patch
Type: application/octet-stream
Size: 1693 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150822/c595aa5e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Use-C99-style-loop-variable-declarations.patch
Type: application/octet-stream
Size: 2897 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150822/c595aa5e/attachment-0001.obj>


More information about the vlc-devel mailing list