]> git.sesse.net Git - vlc/commit
Libvlc: Start the implementation of the libvlc playlist. Still in progress.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 8 Aug 2007 21:12:02 +0000 (21:12 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 8 Aug 2007 21:12:02 +0000 (21:12 +0000)
commit8239a93234c6d7a0cb74ddec81574d20f0e7a515
treeeb9af0edd1f09e29374b9968fef0bf1cfcbda6d2
parent423ff245b43e98b87da9acfdbf4c581bd5dd2ea7
Libvlc: Start the implementation of the libvlc playlist. Still in progress.
include/vlc/libvlc.h
include/vlc/libvlc_structures.h
src/control/event.c
src/control/libvlc_internal.h
src/control/media_descriptor.c
src/control/media_instance.c
src/control/media_list.c [new file with mode: 0644]
src/control/media_list_player.c [new file with mode: 0644]
src/control/tag_query.c [new file with mode: 0644]