]> git.sesse.net Git - vlc/history - modules/control/http/rpn.c
src/input/item.c: if we don't have an item name and item is a file, then only use...
[vlc] / modules / control / http / rpn.c
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Christophe Mutricyhrm, compile before you commit
2006-08-29 Christophe MutricyFix implicit pointer function. Patch by Dann Frazier...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-06-14 Yoann Peronneau* web interface: add a snapshot button
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-16 Jean-Paul SamanFix Segmentation fault in RPN while parsing pathnames.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-06 Antoine CellerierAdd 'GENRE' to the list of vlc_get_meta language indepe...
2006-04-29 Rémi Denis-CourmontHmm 512 bytes to format a decimal integer sounds a...
2006-04-19 Antoine CellerierHackish fix for 'TITLE' vlc_meta_get
2006-04-17 Antoine CellerierAdd vlc_get_meta function. Argument can be:
2006-04-11 Rémi Denis-CourmontRestores [13132] back - break the new interface again
2006-04-11 Rémi Denis-CourmontRevert [15132]:
2006-04-07 Rémi Denis-CourmontRestore previous URI components decoding instead of...
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-18 Clément StenacDon't use %f in HTTP interface (Closes:#584)
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-03-17 Jean-Paul SamanImplement sort functionality on http interface. Patch...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-01-27 Antoine Cellerier rpn.c : vlm_cmd now adds a "vlm_value" variable
2006-01-22 Antoine Cellerierremove dirty debug messages.
2006-01-22 Antoine Celleriernew "vlm_cmd" (or "vlm_command") rpn function.
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Antoine Cellerieradd vlc_object_exist rpn function that checks if an...
2005-12-06 Antoine Cellerierrename to vlc_volume_set
2005-12-06 Antoine Celleriernew rpn function : volume_set
2005-09-20 Sam Hocevar * modules/control/http/rpn.c: don’t crash if stripsla...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-19 Christophe Massiot * modules/control/http/rpn.c: vlc_var_* now take an...
2005-08-18 Clément StenacIf passed ?control=play without any item, just ask...
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it