]> git.sesse.net Git - vlc/history - src/input/vlmshell.c
vlm: remove dead code (AFAIK a relative seek does exactly the same thing).
[vlc] / src / input / vlmshell.c
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