]> git.sesse.net Git - vlc/history - src/input/vlm.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / input / vlm.c
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...
2008-04-08 Filippo Caronedecref the correct value in vlm_ControlMediaDel
2008-03-30 Pierre d'Herbemontvlm: Only use gc enabled input item. (input_ItemClean...
2008-03-29 Rémi Denis-CourmontFix size of VOD objects
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-26 Pierre d'Herbemontvlm: No need to vlc_object_kill() nor vlc_thread_join...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Pierre d'Herbemontvlm: Don't automatically detach in vlm_Delete if not...
2008-03-19 Pierre d'Herbemontvlm: Fix destruction by using correctly using refcounting.
2008-03-18 Pierre d'Herbemontinput: Get rid of Destroy(), and move sout keeping...
2008-03-17 Rémi Denis-CourmontVLM: use input_ItemAddOption
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-29 Rafaël Carrévlm: kludge to avoid well-handled NULL format string...
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2008-01-27 Rafaël Carrémissing header
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-11-01 Rémi Denis-Courmontvlm: Use RT rather than monotonic clock - fixes #1288
2007-10-26 Jean-Paul SamanFix potential memleaks in src/input/vlm.c
next