https://bugs.kde.org/show_bug.cgi?id=389783

Mauro Carvalho Chehab <mchehab+...@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
After thinking about that, I ended by adding this patch:

   https://commits.kde.org/kaffeine/73307da9a81bebbfae745e715c097104914963fc

It improves de-interlacing selection and sets default to not interlace:

Git commit 73307da9a81bebbfae745e715c097104914963fc by Mauro Carvalho Chehab.
Committed on 20/02/2018 at 17:58.
Pushed by mauroc into branch 'master'.

mediawidget: allow better control of deinterlacing mode

Instead of just on/off, allow setting the de-interlacing mode
to the types supported by libVLC.

Also changes default to not do deinterlacing, as most TV programs
nowadays are in progressive mode, and doing de-interlacing on
4K programs can be a very CPU intensive task.

Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

M  +1    -1    doc/index.docbook
M  +2    -2    src/abstractmediawidget.h
M  +3    -6    src/backend-mplayer/mplayermediawidget.cpp
M  +2    -2    src/backend-mplayer/mplayermediawidget.h
M  +36   -5    src/backend-vlc/vlcmediawidget.cpp
M  +1    -1    src/backend-vlc/vlcmediawidget.h
M  +135  -28   src/mediawidget.cpp
M  +17   -2    src/mediawidget.h

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to