yadif: Add YADIF deinterlacing filter
authorDavid Schleef <ds@schleef.org>
Thu, 7 Feb 2013 23:09:51 +0000 (15:09 -0800)
committerDavid Schleef <ds@schleef.org>
Mon, 11 Feb 2013 20:30:29 +0000 (12:30 -0800)
commitb339812c07501a79bafa0c347ba918bf541edac0
tree5b7c11ebd2b5c1de13683f694eff3d11f58e6d27
parent10b44cc81b4d54a9a4883246832d82402af700da
yadif: Add YADIF deinterlacing filter

Code copied from Libav, commit 26e4f0c70.  Will eventually be
moved to -ugly because underlying code is GPL.
configure.ac
gst/yadif/Makefile.am [new file with mode: 0644]
gst/yadif/gstyadif.c [new file with mode: 0644]
gst/yadif/gstyadif.h [new file with mode: 0644]
gst/yadif/vf_yadif.c [new file with mode: 0644]
gst/yadif/yadif.c [new file with mode: 0644]
gst/yadif/yadif_template.c [new file with mode: 0644]