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 Duraffort f7bf166202 lua_osd: add some parameters to the osd.message function to allow the user to set duration and position. 16 years ago
..
acl.c Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
configuration.c Fix memleak in lua module. 18 years ago
dialog.c Lua: fix default value of drop-down lists 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 Item specific information getters are now item object methods. 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: do not blindly cast object to interface thread (fix #3396) 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 lua/net.c: revert [14707cbaca9fa] and fix properly 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: make one byte room for the nul terminator after iconv() 16 years ago
variables.c Fix compilation 16 years ago
variables.h Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
video.c lua: fix object leak. 16 years ago
vlm.c Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
volume.c Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
xml.c xml_ReaderDelete: remove useless parameter 16 years ago