]> git.sesse.net Git - vlc/commit
mmal/vout: Support native interlaced modes
authorJulian Scheel <julian@jusst.de>
Wed, 15 Oct 2014 08:05:30 +0000 (10:05 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Oct 2014 08:28:49 +0000 (10:28 +0200)
commitc5ad5cde17043c5f77e9bb39346ef3494b6ad703
tree6324f42963a8aca88b07ad239fe37278d7e86193
parenta5930aa11b13ac2791d7c8c1b7d67a3e6e8dfde6
mmal/vout: Support native interlaced modes

Add a new flag, which can be used to let mmal select ahdmi mode which matches
the video size and interlacing type. Using this with a proper screen one can
playback for example 1080i content using the screens deinterlacing filters.
The videocore is configured to scan out picture on odd/even field only
according to the top_field_first mode of the video in case of interlaced
video. For progressive video a progressive mode is selected.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/vout.c