[vlc-devel] commit: 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. ( Niles Bindel )
git version control
git at videolan.org
Fri Aug 28 16:55:18 CEST 2009
vlc | branch: master | Niles Bindel <zaggal69 at gmail.com> | Wed Aug 26 17:03:59 2009 -0500| [efb6269f3e48faa2b2fb743d30533eb9fc6440cd] | committer: Pierre d'Herbemont
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 at free.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efb6269f3e48faa2b2fb743d30533eb9fc6440cd
---
include/vlc/libvlc_media_list_player.h | 35 +++++-
src/control/media_list_player.c | 251 ++++++++++++++++++++++++++++---
src/libvlc.sym | 2 +
test/libvlc/media_list_player.c | 241 ++++++++++++++++++++++++++++++
4 files changed, 503 insertions(+), 26 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=efb6269f3e48faa2b2fb743d30533eb9fc6440cd
More information about the vlc-devel
mailing list