vlc/python
Derk-Jan Hartman be973dfb40 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()
2004-06-05 16:09:00 +00:00
..
vlrs * Added "Id" svn:keywords property to all files containing "$Id:". 2004-03-05 17:34:23 +00:00
Makefile * started to repair build of python module 2003-05-22 18:30:33 +00:00
setup.py * string review. 2004-01-25 16:17:04 +00:00
vlcmodule.c NOTE: libvlc API changes 2004-06-05 16:09:00 +00:00