18 Commits (master)

Author SHA1 Message Date
Alexandre Janniaux efdbfdb653 lua: meta: reindent after last changes 3 years ago
Alexandre Janniaux e0d028ec68 lua: meta: refactor early return 3 years ago
Alexandre Janniaux ce5a61d0a4 lua: meta: refactor as early return 3 years ago
Alexandre Janniaux 8922caa414 lua: meta: remove conditional for return value 3 years ago
Alexandre Janniaux d42591929d lua: meta: remove trailing line 3 years ago
Alexandre Janniaux 7aa0e6e14a lua: meta: move static variable 3 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Thomas Guillem c972cfd0f1 libvlc: add an option to disable lua 9 years ago
Ludovic Fauvet 42e55422e9 lua: 'vlc' namespace needs to be handled differently 10 years ago
Jean-Baptiste Kempf bf7ad95b78 lua: always use vlclua_dofile 11 years ago
Francois Cartegnie 72afb88361 lua: include cleanup 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 c61fe43abf lua: remove unused argument 13 years ago
Konstantin Pavlov c8ed3d25fc Fix some common typos. 14 years ago
Rémi Denis-Courmont b3efd42737 lua: remove MD5 functions before someone uses them 15 years ago
Rémi Denis-Courmont 52d4b4bb1c vlc.misc is only for interfaces (fix #3396) 15 years ago
Jean-Baptiste Kempf 61147a769e Move /modules/misc/lua/ to /modules/lua 15 years ago
Rémi Duraffort d80fc2d2f0 lua_meta: factorize. 16 years ago
Ilkka Ollakka c78699e53d Revert "Revert "redundant includes of vlc_playlist.h"" 16 years ago
Jakob Leben eca93931a3 Revert "redundant includes of vlc_playlist.h" 16 years ago
Jakob Leben 61db9aad01 redundant includes of vlc_playlist.h 16 years ago
Pierre Ynard 8e6a4513d4 Spelling 16 years ago
Antoine Cellerier 874015cce3 Lua: Misc simplifications. 16 years ago
Antoine Cellerier 2c24456389 Do not store p_this in a table value visible from lua code. 16 years ago
Rémi Denis-Courmont 59b6f7d50c LUA: fix directory separator for meta data scripts 16 years ago
Antoine Cellerier 9517fa1161 Export VLC's md5 API. 16 years ago
Antoine Cellerier a0e994c0da Export vlc's xml api. 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
Rémi Denis-Courmont 7e4d50ac42 Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
Rémi Denis-Courmont d601e4ed29 Split file path functions out of vlc_charset.h into vlc_fs.h 16 years ago
Pierre d'Herbemont 8c8a1ceec5 lua: Expose a "meta fetcher". 16 years ago
Pierre d'Herbemont 555cb288ee Allow lua "meta reader" and implement a meta reader from filename. 16 years ago
Rémi Denis-Courmont bd6930e42c art_finder_t: custom type for art finder modules 17 years ago
Laurent Aimar dc9d7d9bbb Use playlist_fetcher_t object instead of playlist one. 17 years ago
Antoine Cellerier ba2e3c57df Add new functions to Lua API. 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Antoine Cellerier 6f5ee98782 Don't segfault when looking for art with the lua scripts. Thanks to ILEoo for spoting the bug. 18 years ago
Antoine Cellerier 95addd5738 Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 6300760531 Remove E_() 18 years ago
Rafaël Carré 7bc28eebe8 meta-data handling cleanup 18 years ago
Antoine Cellerier 4ad218c25f Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts. 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Antoine Cellerier de31813fc0 Add a new type of VLC Lua module: Interfaces. 19 years ago
Pierre d'Herbemont 132d6e2fbe lua: Print debug message only if really wanted. 19 years ago
Antoine Cellerier 965b82cc76 Don't print the "googleimage.lua: didn't return a string" message if the function returned nil. 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Christophe Mutricy 3608fc1574 luameta.c: Fix a message 19 years ago