104 Commits (61d2d59cc79cd479daecb2ff8e20624ab6abc24c)

Author SHA1 Message Date
Rémi Denis-Courmont 61d2d59cc7 lua: appropriate the SOCKS option 6 months ago
Ayush Dey a4c261557c lua: set metadata priority based on `trusted` property 2 years ago
Ayush Dey 192ae78b27 lua: add trusted metadata property 2 years ago
Ayush Dey fd442e5a8f lua: modify TRY_META macro to call vlc_meta_SetWithPriority 2 years ago
Hank Anderson c10af532f2 meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra() 3 years ago
Steve Lhomme 098daebfa0 modules: include vlc_configuration.h when using config_GetUserDir() 3 years ago
Johannes Kauffmann 8dc0ae1205 Remove extra semicolons around vlc_module macro's 3 years ago
Thomas Guillem 20511a88aa modules: demux: move priorities from 2 to 5 3 years ago
Alexandre Janniaux 013a1e4a7f lua: vlc: remove forward declaration 3 years ago
Alexandre Janniaux 1f94211b08 lua: vlc: move manifest to the end of file 3 years ago
Steve Lhomme cfc1bc9218 lua: fix usage of NULL config_GetUserDir/config_GetSysPath results 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Rémi Denis-Courmont f275e5551f lua: do not compute NULL+0 5 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Lyndon Brown d75459a35b remove unnecessary option longtext 7 years ago
Rémi Denis-Courmont 7cda5b695b lua: appropriate --lua option and fix caption 5 years ago
Rémi Denis-Courmont 05829da84c Lua: convert playlist parser back to demux 6 years ago
Rémi Denis-Courmont 542df0f3ad Use set_callback() where applicable 7 years ago
Rémi Denis-Courmont 13c2620955 lua: remove RC interface aliases 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Hannes Domani b9cef2cce0 lua: fix memory leak 8 years ago
Steve Lhomme 72466c75ec vlc_input_item: rename INPUT_DURATION_UNKNOWN to INPUT_DURATION_INDEFINITE 8 years ago
Steve Lhomme 51cb7df9ed modules: make use of the special duration value INPUT_DURATION_UNKNOWN 8 years ago
Steve Lhomme 911569be2c modules: convert variables in seconds to ticks using vlc_tick_from_sec() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Rémi Denis-Courmont 776811e9f2 config: remove advanced from add_password() 8 years ago
Rémi Denis-Courmont c6be2331fa lua: install luac files how Automake intends 8 years ago
Rémi Denis-Courmont 477d18c723 Replace config_Get(Data|Lib)Dir() with config_GetSysDir() 8 years ago
Rémi Denis-Courmont ca621cd7f7 config: rename VLC_DATA_DIR to VLC_USERDATA_DIR 8 years ago
Rémi Denis-Courmont 737e99f960 stream filter: increase priorities 8 years ago
Hugo Beauzée-Luyssen 6f3d97f989 lua: Don't use NULL script directories 8 years ago
Rémi Denis-Courmont 272e0c47f8 lua: don't scan same directory twice 8 years ago
Rémi Denis-Courmont c272f61452 Lua: look for scripts in $(pkglibdir) (refs #19324) 8 years ago
Thomas Guillem c972cfd0f1 libvlc: add an option to disable lua 9 years ago
Rémi Denis-Courmont c223268f6e Use TAB_APPEND instead of INSERT_ELEM where applicable 9 years ago
Filip Roséen 773713d6c4 lua/vlc: vlc_sd_probe_Open: use vlc_dictionary_has_key 9 years ago
Jean-Baptiste Kempf b41254961e lua: remove special case for Apple in vlclua_dir_list 9 years ago
Jean-Baptiste Kempf d5ac6c4ce3 lua: don't call directly config_GetLibDir 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
Rémi Denis-Courmont f4bb458815 Replace vlc_gc_decref() with input_item_Release() 9 years ago
Filip Roséen e4fbdcebeb stream: rename vlc_stream_NewMRL to vlc_stream_NewURL 10 years ago
Rémi Denis-Courmont b459e18dbf playlist: remove position parameter to playlist_Add* 10 years ago
Rémi Denis-Courmont 4a2f6a8194 playlist: remove APPEND and INSERT flags 10 years ago
Rémi Denis-Courmont aa555f7966 playlist: remove no-op PREPARSE and SPREPARSE flags 10 years ago
Filip Roséen 7579cb0250 lua/vlc: vlc_sd_probe_Open: fix memory-leak 10 years ago
Rémi Denis-Courmont 9d2aa1f9f1 playlist: remove locked parameter to playlist_AddInput() 10 years ago
Pierre Ynard 7f74ae2909 luasd: handle memory error on probing 10 years ago
Pierre Ynard 71ec2c472b luasd: de-duplicate script names before probing 10 years ago