]> git.sesse.net Git - vlc/commit
* ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
authorSam Hocevar <sam@videolan.org>
Sun, 9 Jun 2002 16:52:58 +0000 (16:52 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 9 Jun 2002 16:52:58 +0000 (16:52 +0000)
commitcee79ce46aeda52285f8200bf2e9bc17bc2d3ce2
treed8de756d38a2cee7e2d4c6bdf1f5013df0ff2350
parent73ec58f68c03779a98a4c0a97a41e19253422d6c
  * ./plugins/filter/deinterlace.c: added two new deinterlacing methods,
    "discard" which is very CPU efficient, and "blend" (yes there used to be
    a "blend" method but it's now called "linear". Don't ask) which loses some
    vertical resolution but discards the mice teeth effect. Information was
    found on http://www.100fps.com/index.htm.

    We now have "discard", "blend", "bob" and "linear".
plugins/filter/deinterlace.c