[vlc-devel] vlc: svn commit r7889 (hartman)

Subversion daemon svn at videolan.org
Sat Jun 5 18:09:01 CEST 2004


r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
Changed paths:
   M /trunk/TODO
   M /trunk/evc/vlc.c
   M /trunk/include/vlc/vlc.h
   M /trunk/include/vlc_common.h
   M /trunk/include/vlc_playlist.h
   M /trunk/modules/control/corba/mediacontrol-init.c
   M /trunk/mozilla/vlcpeer.cpp
   M /trunk/mozilla/vlcshell.cpp
   M /trunk/python/vlcmodule.c
   M /trunk/src/libvlc.c
   M /trunk/src/vlc.c

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()

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list