]> git.sesse.net Git - vlc/commit
Try to use video-filter instead of vout-filter for deinterlacing.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 16 Mar 2009 22:38:00 +0000 (23:38 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 17 Mar 2009 19:06:49 +0000 (20:06 +0100)
commita43be925489b3b4b659b12490e9fff629cc37a55
treed027191c12026fdc9843d1504938f2bb09d4de60
parentd463e6950ca53a32aa6ff5b2ed79ca2d976cf6c4
Try to use video-filter instead of vout-filter for deinterlacing.

It only works for blend and X mode but there are probably the most used.
When blend/X are enabled/disabled:
 - It avoids recreating the vout.
 - It avoids deinterlacing the (soft) subtitles.
The other modes are not possible without a lot of vout works, so it is
postponed for later.

As a side effect, the initial value of the menu now takes into account the
command line options.

Please, report any regression. This code is made complicated by the
vout filter/video filter2 switches&tricks.
src/video_output/video_output.c
src/video_output/vout_internal.h