]> git.sesse.net Git - vlc/commit
Added yadif deinterlacer to our module.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 3 Oct 2009 22:17:57 +0000 (00:17 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 4 Oct 2009 11:08:25 +0000 (13:08 +0200)
commit158925b1a4099ed6e2db32f8f9ca3c558a462d76
tree752fae52c28f9b66bdbc1f6388ae1c180f87dbec
parent4e0976c792dce30c92c54778ef6d139037f0bc7d
Added yadif deinterlacer to our module.

There is 2 new deinterlacing modes: "Yadif" and "Yadif (2x)".
"Yadif (2x)" doubles the frame rate, whereas "Yadif" throws away one field.

yadif.h comes from vf_yadif.c (GPLv2+) from MPayer project. I have stripped it
a bit but let the functions unmodified for easier maintainance.
modules/video_filter/deinterlace.c
modules/video_filter/yadif.h [new file with mode: 0644]