[vlc-devel] commit: Try to use video-filter instead of vout-filter for deinterlacing. ( Laurent Aimar )

git version control git at videolan.org
Tue Mar 17 20:08:47 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Mar 16 23:38:00 2009 +0100| [a43be925489b3b4b659b12490e9fff629cc37a55] | committer: Laurent Aimar 

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a43be925489b3b4b659b12490e9fff629cc37a55
---

 src/video_output/video_output.c  |  240 ++++++++++++++++++++++++++++----------
 src/video_output/vout_internal.h |    1 +
 2 files changed, 180 insertions(+), 61 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a43be925489b3b4b659b12490e9fff629cc37a55



More information about the vlc-devel mailing list