[vlc-devel] commit: Added yadif deinterlacer to our module. (Laurent Aimar )

Pierre d'Herbemont pdherbemont at free.fr
Mon Oct 5 19:17:25 CEST 2009


Should this be the new default deinterlace filter?

On Sun, Oct 4, 2009 at 1:09 PM, git version control <git at videolan.org> wrote:
> vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Oct  4 00:17:57 2009 +0200| [158925b1a4099ed6e2db32f8f9ca3c558a462d76] | committer: Laurent Aimar
>
> 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.
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=158925b1a4099ed6e2db32f8f9ca3c558a462d76
> ---
>
>  modules/video_filter/deinterlace.c |  179 +++++++++++++++++++++-
>  modules/video_filter/yadif.h       |  297 ++++++++++++++++++++++++++++++++++++
>  2 files changed, 474 insertions(+), 2 deletions(-)
>
> Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=158925b1a4099ed6e2db32f8f9ca3c558a462d76
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



More information about the vlc-devel mailing list