]> git.sesse.net Git - vlc/commit
New gaussian blur video filter. This currently takes way too much CPU. I'm not sure...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 21 Apr 2007 23:26:46 +0000 (23:26 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 21 Apr 2007 23:26:46 +0000 (23:26 +0000)
commitbe8ab3720f2d935237952f70e289aea7338eac01
tree94aede118ca330d559831d31d48424ad3b989de9
parent3b0deb5a06db8752f398db8bde04d986fac7c8cd
New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
configure.ac
modules/video_filter/Modules.am
modules/video_filter/gaussianblur.c [new file with mode: 0644]