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()
Showing
- TODO 16 additions, 0 deletionsTODO
- evc/vlc.c 2 additions, 2 deletionsevc/vlc.c
- include/vlc/vlc.h 114 additions, 20 deletionsinclude/vlc/vlc.h
- include/vlc_common.h 14 additions, 0 deletionsinclude/vlc_common.h
- modules/control/corba/mediacontrol-init.c 1 addition, 1 deletionmodules/control/corba/mediacontrol-init.c
- mozilla/vlcpeer.cpp 2 additions, 2 deletionsmozilla/vlcpeer.cpp
- mozilla/vlcshell.cpp 1 addition, 1 deletionmozilla/vlcshell.cpp
- python/vlcmodule.c 1 addition, 1 deletionpython/vlcmodule.c
- src/libvlc.c 182 additions, 177 deletionssrc/libvlc.c
- src/vlc.c 1 addition, 1 deletionsrc/vlc.c
Loading
Please register or sign in to comment