]> git.sesse.net Git - vlc/commit
hqdn3d video filter, ported from mplayer
authorCheng Sun <chengsun9@gmail.com>
Wed, 23 Nov 2011 19:25:52 +0000 (14:25 -0500)
committerRafaël Carré <funman@videolan.org>
Wed, 23 Nov 2011 19:25:52 +0000 (14:25 -0500)
commitc536c705ffdcab7a1abe91d17b83bbefe7ca3477
treefd66f8f248c8f9c010c03d26c8e1ca4e3563a25a
parent1305c3e1bffb93e63a417c8b1dc691b78458cd42
hqdn3d video filter, ported from mplayer

High Quality DeNoise 3D, a port of the MPlayer filter, removes high-frequency
noise while minimizing blending artifacts by performing a 3-way low-pass filter

To open source programmers across the world:
   MAY THE FOO
   BE WITH YOU

(PS: code-fu, that is)
(PPS: blame funman)

Signed-off-by: Rafaël Carré <funman@videolan.org>
modules/video_filter/Modules.am
modules/video_filter/hqdn3d.c [new file with mode: 0644]
modules/video_filter/hqdn3d.h [new file with mode: 0644]