Commit Graph

17 Commits

Author SHA1 Message Date
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
Sam Hocevar 45adedc913 * Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
2004-03-05 17:34:23 +00:00
Anil Daoud 59bd8e1485 * string review. 2004-01-25 16:17:04 +00:00
Sam Hocevar a58b4dc89a * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Sigmund Augdal Helberg f850c3cabe tell cvs to ignore .pyc and .pyo files 2003-11-20 10:56:44 +00:00
Cyril Deguet 712d1a84bc * VLC_AddTarget had a new prototype 2003-08-05 08:02:28 +00:00
Alexis de Lattre 41306ad7e6 modules/misc/sap.c: fix for the default scope of the IPv6 announces.
python/setup.py: a configuration that should work better.
2003-06-20 11:42:08 +00:00
Cyril Deguet 2126ca9f4c * fixed another compilation issue of python module 2003-06-17 20:56:59 +00:00
Cyril Deguet b625056b08 * fixed a very old bug preventing the whole thing from working :( 2003-06-17 20:47:20 +00:00
Cyril Deguet 47fb0a1bae * at last the python module works again !
(so stupid: the flag -lavcodec had to be at the *end* of the line !)
2003-05-22 20:06:19 +00:00
Cyril Deguet 2c2871fb1f * started to repair build of python module 2003-05-22 18:30:33 +00:00
Cyril Deguet 9f63626090 * added libraries to please Bill ;) 2003-04-12 13:06:55 +00:00
Cyril Deguet c31926a048 * user-friendly(?) build system, based on linux Menuconfig script.
Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)
2003-04-11 20:45:48 +00:00
Cyril Deguet 29b825c39e * compilation fixes... 2003-02-26 21:00:53 +00:00
Cyril Deguet 00568c5d91 * added a SAP server, with some kludges because the SAP client in vlc
is not RFC-compliant...
2003-02-17 22:03:42 +00:00
Cyril Deguet de962e964e * added a sample playlist. All fields must be separated with TABs 2003-02-17 00:04:34 +00:00
Cyril Deguet 10004907ec * libvlc binding for python
* new VideoLAN RTSP Server, using libvlc.
  Not yet fully rfc2326-compliant, but it works ;)
2003-02-16 23:57:48 +00:00