This huge patch from huevos_rancheros ports a number of video filters from mencoder...
commitd73746f707eb336429659520de050750a84037a6
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jul 2007 14:55:58 +0000 (27 14:55 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jul 2007 14:55:58 +0000 (27 14:55 +0000)
treed7efc0e7e44e06e80ba67827e137c970ac02743e
parentf89cce05103f4bfe3ff1b928bd0a4c7412dbb9d7
This huge patch from huevos_rancheros ports a number of video filters from mencoder to HandBrake: yadif+mcdeint, hqdn3d, pp7, and pullup+softskip+harddup. What this means is that HB now has stateless inverse telecine, temporal denoising, and motion-adaptive deinterlacing!

HandBrake is growing up =)

Thank you, huevos_rancheros!

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@749 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
libhb/Jamfile
libhb/Makefile
libhb/common.h
libhb/deblock.c [new file with mode: 0644]
libhb/decmpeg2.c
libhb/deinterlace.c [new file with mode: 0644]
libhb/denoise.c [new file with mode: 0644]
libhb/detelecine.c [new file with mode: 0644]
libhb/fifo.c
libhb/internal.h
libhb/render.c
macosx/Controller.mm
macosx/HandBrake.xcodeproj/project.pbxproj
test/test.c