OSDN Git Service

This huge patch from huevos_rancheros ports a number of video filters from mencoder...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jul 2007 14:55:58 +0000 (14:55 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jul 2007 14:55:58 +0000 (14:55 +0000)
commit53e2779d92fae78e365b89358ee55b08eeb3c340
treed7efc0e7e44e06e80ba67827e137c970ac02743e
parentbc51b5cbdfa596e32a61db03c18b2903500e9ed9
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://localhost/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