]> granicus.if.org Git - handbrake/commit
This huge patch from huevos_rancheros ports a number of video filters from mencoder...
authorjbrjake <jb.rubin@gmail.com>
Fri, 27 Jul 2007 14:55:58 +0000 (14:55 +0000)
committerjbrjake <jb.rubin@gmail.com>
Fri, 27 Jul 2007 14:55:58 +0000 (14:55 +0000)
commit5a4a250000ce8735639503aac2ee29def935865d
treed7efc0e7e44e06e80ba67827e137c970ac02743e
parent50c3c15c88172bb00dd787e39ce66eb11480717d
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