40 Commits (d80a7ace36d577abaf44d1dfb1e57f211a8a0d33)

Author SHA1 Message Date
Rémi Denis-Courmont 0ce6dd2156 lua: remove dead code 4 years ago
Alexandre Janniaux 616c92425c lua: wrap luaL_register since Lua 5.2 6 years ago
Romain Vimont c9e2717771 lua: use new playlist and player 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Thomas Guillem 034a3f75a2 core: move playlist to playlist_legacy 8 years ago
Thomas Guillem c972cfd0f1 libvlc: add an option to disable lua 9 years ago
Rémi Denis-Courmont ca74826ea7 lua: convert playlist parser to stream filter 9 years ago
Rémi Denis-Courmont 4d20314357 lua: remove no longer used arguments and return value 9 years ago
Rémi Denis-Courmont 6030a44d47 lua: revector input item generation 9 years ago
Pierre Ynard 20c426643a luasd: probe scripts by name in separate helper 10 years ago
Pierre Ynard 09b208c289 lua: privatize intf_sys_t 10 years ago
Pierre Ynard 8a57fce912 luasd: helper function to fetch longname 10 years ago
Ludovic Fauvet 2468da50f6 lua: replace deprecated functions 10 years ago
Ludovic Fauvet 398896b9c0 lua: merge new functions with the previous table 10 years ago
Ludovic Fauvet 42e55422e9 lua: 'vlc' namespace needs to be handled differently 10 years ago
Jean-Baptiste Kempf 0baa8d54ab lua: use lua_set_funcs to replace luaL_register in 5.3 10 years ago
Jean-Baptiste Kempf 5dafc001bb Modules: Remove tabs in source code 11 years ago
Rémi Denis-Courmont bae1e6a097 Lua: refactor 11 years ago
Rémi Denis-Courmont 5097a47782 Lua: use <vlc_interrupt.h> instead of custom pipe for I/O 11 years ago
Rémi Denis-Courmont d92c4331a6 msg: simplify msg_GenericVa() macro 11 years ago
Vinson Lee 41caaa08cd lua: Define LUA_COMPAT_APIINTCASTS for Lua >= 5.3.0 compatibility. 11 years ago
Hannes Domani a916d7be15 lua: reactivate vlclua_net_poll() on windows 12 years ago
Francois Cartegnie ba13ac0ca1 rename art_finder as meta_fetcher 12 years ago
Francois Cartegnie 058b871eb0 finder/fetcher: always use scripts doing local access 12 years ago
Rémi Denis-Courmont bfe17fd33e lua: vector out files descriptable table code 12 years ago
Rémi Denis-Courmont 781ff75140 Lua: set playlist object explicitly in state 12 years ago
Rémi Denis-Courmont ca9b8b45c7 Lua intf: allocate file descriptor table dynamically 13 years ago
Rémi Denis-Courmont f06dd9a263 Lua: remap file descriptors in Lua and GC at exit (fixes #8898) 13 years ago
Rémi Denis-Courmont decf8e46e9 Lua: do not allocate useless pipe on Win32 13 years ago
Rémi Denis-Courmont 2e68de7297 lua: raise an erro from net.poll() when quitting 13 years ago
Rémi Denis-Courmont 2dc214fbea Lua: remove write-only set_intf() 13 years ago
Rémi Denis-Courmont 29396e29d8 lua: remove unused parameter 13 years ago
Rémi Denis-Courmont c61fe43abf lua: remove unused argument 13 years ago
Rémi Denis-Courmont 735b12358b Lua: remove unused parameter 14 years ago
Rémi Denis-Courmont fad80b62d8 Lua: revert should_die to using vlc_object_alive() 14 years ago
Rémi Denis-Courmont 2aca676ccc Lua: remove lock_and_wait 14 years ago
Kelly Anderson c0f44d25b3 Consolidate lua includes in vlc.h 14 years ago
Rémi Duraffort 17bb975a23 lua: remove leading '__' in function name 15 years ago
Rémi Denis-Courmont c368d560d3 Lua: use submodules for the different interfaces 15 years ago
Jean-Baptiste Kempf 61147a769e Move /modules/misc/lua/ to /modules/lua 15 years ago
Pierre Ynard 553bc045d8 lua telnet: handle <host>:<port> syntax 15 years ago
Jean-Philippe André 3aa82557e6 Lua: load extensions in .vle files (Zip archives) 15 years ago
Rémi Duraffort c04668ad5e lua: factorize the right way. 16 years ago
Rémi Duraffort ade1b3cb6b lua: fix fonction prototype (should return a boolean). 16 years ago
Rémi Denis-Courmont 30aaaa4a20 LUA: store p_intf->p_sys separately 16 years ago
Rémi Denis-Courmont c1d3b2601d LUA: avoid leading underscores 16 years ago
Antoine Cellerier 2c24456389 Do not store p_this in a table value visible from lua code. 16 years ago
Antoine Cellerier c58a5af740 Dynamically allocate the dir list to prevent potential array overflows (I believe that we were writing to the 5th element of a 4 element array since the luac commits). 16 years ago
Antoine Cellerier 3d693f8b8b Setup lua module search path 16 years ago
Antoine Cellerier 5942b165dd When scanning multiple lua scripts, create a new lua_State for each script. This will prevent data corruption from a previous script affecting subsequent scripts. 16 years ago