Commit Graph

52 Commits

Author SHA1 Message Date
Gildas Bazin 562ab59b24 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
* src/input/input.c:
   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
2004-03-31 20:52:31 +00:00
Laurent Aimar 756605b711 * vlm.*: move vlm to the core (now, vlm_New create only one instance)
* http.c: begin support of vlm interraction (not yet documented).
2004-03-21 12:26:20 +00:00