]> git.sesse.net Git - vlc/commit
NOTE: libvlc API changes
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 5 Jun 2004 16:09:00 +0000 (16:09 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 5 Jun 2004 16:09:00 +0000 (16:09 +0000)
commitbe973dfb40f78eb30892386197b748143111fb07
tree1aad0df4008e288c05b55dca605112debc750b57
parent2d64aa5c997ea0ce4ff119940923b3cb05320fd7
NOTE: libvlc API changes
* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
* added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
* reordered the functions in libvlc. everything was mixed up.
* added doxygen info to all the functions
* fixed several functions to use the correct underlying API calls
* corrected the copyright info

This is in preparation of the new libvlc calls for mozilla plugin
temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
TODO
evc/vlc.c
include/vlc/vlc.h
include/vlc_common.h
modules/control/corba/mediacontrol-init.c
mozilla/vlcpeer.cpp
mozilla/vlcshell.cpp
python/vlcmodule.c
src/libvlc.c
src/vlc.c