[vlc-devel] [PATCH 0/3] change default deinterlace mode from blend	to auto (x mode)
    Victorien Le Couviour--Tuffet 
    victorien.lecouviour.tuffet at gmail.com
       
    Wed Jun 14 13:41:51 CEST 2017
    
    
  
The blend algorithm is just a merge of two lines, which sucks and gives ugly
results. The X algorithm uses motion estimation, motion compensation and
edge-oriented interpolation, which gives less crappy results.
The patchset also introduces a new auto mode, which allows easier change of
default mode in the future (just edit deinterlace.c or the equivalent hw filter
file). The user can now specify either nothing as before (which will select
auto), either auto.
Victorien Le Couviour--Tuffet (3):
  vout: interlacing: add auto mode
  video-filter: deinterlace: set default mode from blend to auto (which
    is x)
  libvlc: change default deinterlace mode from blend to auto
 modules/video_filter/deinterlace/deinterlace.c | 16 ++++++++++------
 src/libvlc-module.c                            |  6 +++---
 src/video_output/interlacing.c                 |  2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
-- 
2.13.1
    
    
More information about the vlc-devel
mailing list