]> git.sesse.net Git - vlc/history - src/input/vlmshell.c
input_DecoderCreate: missing const
[vlc] / src / input / vlmshell.c
2014-11-17 Rémi Denis-Courmontvlm: memory leak
2014-04-23 Rémi Denis-Courmontvlm: fix error message / uninitialized variable
2014-01-02 Rémi Duraffortvlm: reduce deletion complexity and help analyzers
2013-11-30 Francois Cartegnievlmshell: fix null pointer dereference (cid #1049028)
2012-12-17 Rafaël CarréRemove variable name clashes in TAB_REMOVE
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2011-12-19 Cheng SunFix stack overflow in ExecuteCommand
2011-12-15 Pere Orgafix filename self-references
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-02 Jean-Baptiste KempfVLM: better debugging message
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-04-05 Pierre Ynardvlm: use make_URI() with --vlm-conf
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-17 Jean-Baptiste KempfVLMshell: use %Y-%m-%d instead of %F
2010-09-23 Rémi Duraffortvlm: remove dead code (AFAIK a relative seek does exact...
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
2010-08-10 Rémi Duraffortvlm: remove some spurious calls to asprintf: vlm_Messag...
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-03-05 Antoine CellerierFix quoted values containing # in VLM shell.
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-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Antoine CellerierAdd some locking.
2010-02-06 Antoine CellerierRemove msleep() from vlm. It should work but testing...
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-10-20 Pierre Ynardvod: remove useless include
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-02-20 Frédéric CrozatFix format-security warnings
2008-12-14 Rémi Duraffortvlm: don't remove quotes around name in
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Adrien MagloFix a segfault which orrured when you set a schedule...
2008-05-31 Rémi Denis-CourmontFix memory leak (CID 95)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-21 Rémi Denis-CourmontVLM: use american numbers too here
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c