You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rémi Denis-Courmont 4e64795124 Remove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY 16 years ago
..
acl.c lua: remove "bla ? true : false" 16 years ago
configuration.c Remove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY 16 years ago
dialog.c lua: cosmetics (use the exact pointer typer not just void*). 16 years ago
gettext.c Make sure that vlc.gettext.N_() returns the first argument. 17 years ago
httpd.c Spelling 16 years ago
input.c lua_input: grab the input lock only one time when reading the metas (do not lock/unlock for each meta). 16 years ago
input.h Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
md5.c Export VLC's md5 API. 16 years ago
messages.c Split file path functions out of vlc_charset.h into vlc_fs.h 16 years ago
misc.c lua_timers: fix timers. 16 years ago
misc.h Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
net.c Win32: fix lua compilation 16 years ago
objects.c Use pushliteral instead of pushstring where possible. Saves a strlen call. 16 years ago
objects.h Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
osd.c lua_osd: add some parameters to the osd.message function to allow the user to set duration and position. 16 years ago
playlist.c lua_playlist: Use the title of the item and fallback to the name if this one is empty (better for some sd like icecast). 16 years ago
playlist.h Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
sd.c Lua SD: check if p_input exists before using it 16 years ago
stream.c Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions. 16 years ago
strings.c LUA: use FromCharset() 16 years ago
variables.c lua_variables: luaL_optstring returned pointer is valid as long as the value stay on the lua stack (also avoid an strdup). 16 years ago
variables.h lua_variables: add the possibility to attach a callback to a void variable. 16 years ago
video.c lua: fix object leak. 16 years ago
vlm.c Fix lua telnet vlm_message_to_string 16 years ago
volume.c Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
xml.c LUA: remove unused catalog and DTD support 16 years ago