]> git.sesse.net Git - vlc/history - src/input/vlm.c
Removes trailing spaces. Removes tabs.
[vlc] / src / input / vlm.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Rémi Denis-CourmontFix (Win32) precompiler warnings
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-04 Antoine Cellerier"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
2007-05-04 Antoine Cellerier"[PATCH] show input index-number in vlm show" by Ilkka...
2007-03-08 Laurent AimarFixed media looping (Patch by Ilkka Ollakka)
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-25 Antoine CellerierAdd undocumented play feature to help output.
2007-02-25 Laurent AimarFixed double input_thread_t free for VOD.
2007-02-22 Antoine Cellerierplay command fix by ILEoo (see [18938]).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Christophe MutricyCompile fix
2007-02-21 Antoine Cellerier[PATCH] vlm: play command index same as inputdeln index...
2006-12-06 Marian DurkovicRemove duplicate code. The new Unescape() is already...
2006-12-04 Marian DurkovicVLM quoting magic for partially quoted strings
2006-12-03 Marian DurkovicImplement shell-style escaping also for double quotes...
2006-12-03 Antoine CellerierExport vlm_MessageNew and vlm_MessageAdd.
2006-12-03 Rémi Denis-Courmont- fix input memleak