]> git.sesse.net Git - vlc/history - src/input/vlm.c
Compat: relicense strcasestr to LGPL
[vlc] / src / input / vlm.c
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-05 Rémi Denis-CourmontVLM: use custom reference count instead of object destr...
2011-05-31 Sébastien Escudiervlm : call var_DelCallback after input thread is joined.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAlways create a new object with the parent object
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-04-05 Sébastien Escudierfix vlm scheduling
2011-04-05 Sébastien Escudiervlm : fix TAB_CLEAN
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2010-12-08 Pierre YnardAdd option to choose the VoD server module
2010-11-26 Pierre Ynardvlm: use a per-instance parent object to set VoD variables
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-11-19 Pierre Ynardvlm: accept "ps" and "ts" as mux arguments
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-12 Pierre Ynardvlm: use make_URI()
2010-10-27 Pierre Ynardvlm: use libvlc as a parent for vlm instance input...
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-05-25 Rémi Denis-CourmontRemove useless detach before destroy
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-02 Sébastien EscudierUnload vod-VLM only at the end
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-03-26 Sébastien EscudierVLM : move a mutex lock/unlock
2010-02-11 Pierre d'Herbemontvlm: Remove the callback before joining the thread...
2010-02-11 Antoine CellerierOops, sed isn't always enough.
2010-02-11 Pierre d'Herbemontvlm: Avoid a deadlock when stoping the input.
2010-02-10 Antoine CellerierUse the normal vlm lock to protect access to the condit...
2010-02-08 Antoine CellerierFix VLM scheduling.
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontVLM: remove leading underscores
2010-02-06 Antoine CellerierAdd some locking.
2010-02-06 Antoine CellerierRemove msleep() from vlm. It should work but testing...
2010-02-05 Pierre Ynardvlm: make vod input objects children of vod server
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-28 Rémi Duraffortvlm: use a static mutex instead of a mutex variable...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-03 Rafaël Carrévlm object is needed early, store it when it's allocated
2009-10-18 Sébastien EscudierVLM : Fix a race condition when input event is triggere...
2009-09-14 Laurent AimarUsed input_Create+input_Start in vlm.
2009-09-14 Sébastien Escudiervod preparsing : if muxer is specified, only wait for...
2009-09-14 Sébastien Escudiervod input preparsing : use input events instead of...
2009-08-29 Rémi Denis-CourmontVLM: fix aliasing
2009-08-24 Sébastien EscudierVLM : move input event callback deletion. In order...
2009-08-20 Pierre d'Herbemontvlm: More unused parameter warning fix.
2009-07-06 Sébastien EscudierVLM add input events
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-04-06 Rémi Denis-CourmontAttach VLM inputs to LibVLC. Fixes #2639.
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-04-05 Rémi Denis-CourmontAttach VOD task to libvlc rather than VLM - fixes ...
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-08 Laurent AimarAdded basic VLM events.
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-19 Geoffroy CouprieWinCE: add missing include in vlm.c
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Sébastien EscudierUse NULL for pointer
2008-11-04 Sébastien Escudierinput_DetachSout corrections
2008-10-06 Geoffroy CouprieWinCE: compile vlm
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-01 Rafaël CarréVLM: be sure the input thread has terminated
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-25 Rémi Denis-CourmontVLM: cleanup VLM threading
2008-08-24 Rémi Denis-CourmontWork around^W^WFix VLM multiple thread join (closes...
2008-08-17 Rémi Denis-CourmontVLM: join before destroy
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi Denis-Courmont*whistle* ladada
2008-08-13 Rémi DuraffortCheck asprintf return value and fix memleak.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-14 Rémi DuraffortCheck asprintf return value and avoid potential segfault.
2008-07-02 Rémi Denis-CourmontVLM: build if ENABLE_VLM rather than ENABLE_SOUT
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-04 Rémi Denis-CourmontVLM: remove the unneeded sout-keep hack
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c
2008-05-10 Pierre d'Herbemontvlm: Fix a warning about a non initialized pointer...
2008-05-08 Rémi Denis-CourmontFix a bunch of warnings (error handling)
2008-05-08 Rémi Denis-CourmontFix yesterday's VLM bug
2008-05-07 Rémi Denis-CourmontTag a bug so that I don't forget about it
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-04-29 Adrien GrandFix the interpretation of command "help" by VLM.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
next