]> git.sesse.net Git - vlc/commit
Added ability to move to previous item in the media list player playlist. Added playb...
authorNiles Bindel <zaggal69@gmail.com>
Wed, 26 Aug 2009 22:03:59 +0000 (17:03 -0500)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 28 Aug 2009 14:50:16 +0000 (16:50 +0200)
commitefb6269f3e48faa2b2fb743d30533eb9fc6440cd
tree8735104bdfa0c51b795514f466eebe5132aef378
parent365408f9b4b24da20fecfceb03bdcb4ec1f037c1
Added ability to move to previous item in the media list player playlist. Added playback modes to allow for automatic looping and repeating of playlist items. Fixed a race condition with Pause and Play functions by adding appropriate locks to these functions. Added automated testing for previous item and playback options.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
include/vlc/libvlc_media_list_player.h
src/control/media_list_player.c
src/libvlc.sym
test/libvlc/media_list_player.c