]> git.sesse.net Git - vlc/commit
Add input resource support to the LibVLC Media Player
authorNiles Bindel <zaggal69@gmail.com>
Tue, 25 Aug 2009 17:11:06 +0000 (12:11 -0500)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 26 Aug 2009 18:05:55 +0000 (21:05 +0300)
commit1ce2223d328e3bdb626432866caa5df06adc9828
tree6e128104835fa78189038a79967ee572dbc2622c
parentc8d3f4ae27ec17885aae7981a41099a9c055923a
Add input resource support to the LibVLC Media Player

This change allows for smoother transitioning between playlist items by
not having to recreate the related video/audio resources from scratch on
every item switch. This problem was very apparent in fullscreen mode
when the current display would close out showing the OS background and
then go back to fullscreen before playing the next item.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_input.h
src/control/media_player.c
src/control/media_player_internal.h
src/input/input_interface.h
src/libvlccore.sym