99 Commits (98f3ac33902949853f9de34fb0a0140f6b584185)

Author SHA1 Message Date
Steve Lhomme 586b28f4aa lua: don't use | operator on VLC errors 2 years ago
nima64 239067a71a lua: extension: extension_MetaChanged fix 2 years ago
Thomas Guillem 57ae37b1ea lua: remove unused vlc_events.h include 3 years ago
Steve Lhomme 8b2d42c400 modules: allocate with the table type size 3 years ago
Steve Lhomme 0368d311b5 lua: use WINAPI_FAMILY to enable the console API 3 years ago
Alexandre Janniaux fe1c31bcd2 lua: extension: reindent after previous changes 4 years ago
Alexandre Janniaux 8ca59d74f2 lua: extension: refactor early return 4 years ago
Alexandre Janniaux 3d5f263c65 lua: extension: refactor early return 4 years ago
Alexandre Janniaux cca0ff9ce4 lua: extension: refactor error path to goto 4 years ago
Alexandre Janniaux 822f5b414a lua: extension: reindent after previous changes 4 years ago
Alexandre Janniaux 2af078646f lua: extension: refactor error as early return 4 years ago
Alexandre Janniaux d9e7889a18 lua: extension: don't cast calloc 4 years ago
Alexandre Janniaux 60e981eb90 lua: extension: reindent after previous changes 4 years ago
Alexandre Janniaux b78c0e12f4 lua: extension: refactor error as early return 4 years ago
Alexandre Janniaux 7c645c8c4f lua: extension: refactor error as early return 4 years ago
Alexandre Janniaux 4319692967 lua: extension: remove previous input code 4 years ago
Alexandre Janniaux 4b52579881 lua: extension: listen to player 4 years ago
Alexandre Janniaux 970c967631 modules: lua: move extensions flags to header 4 years ago
Alexandre Janniaux 194969991d lua: extension: use vlc_logger in KillExtension 4 years ago
Alexandre Janniaux 3539ee1582 lua: extension: use vlc_logger in Activate 4 years ago
Alexandre Janniaux d9d2f43b6a lua: extension: provide logger through the manager 4 years ago
Alexandre Janniaux fbe743a8f4 lua: extension: remove indentation level 4 years ago
Alexandre Janniaux cae35be1c3 lua: extension: rename sys type to lua_extension 4 years ago
Alexandre Janniaux 76ad32e9c0 lua: extension: use intermediate struct for sys 4 years ago
Alexandre Janniaux 24972a44f6 lua: add ext parameter 4 years ago
Alexandre Janniaux 13c3136b38 lua: extension: fix memory leak on exit 4 years ago
Alexandre Janniaux c7d4e5f9c6 lua: extension: fix leak on exit 4 years ago
Alexandre Janniaux 7bd66a2991 lua: extension: use ARRAY_SIZE directly 4 years ago
Alexandre Janniaux cb2dd7d5a7 lua: extension: avoid cast from void* 4 years ago
Alexandre Janniaux cfb5d9fa9c lua: extension: rewrite .vle file detection 4 years ago
Alexandre Janniaux b76f6acf1d lua: extension: simplify manifest fetching 4 years ago
Hugo Beauzée-Luyssen 9af90cca2b lua: add medialibrary API 6 years ago
Marvin Scholz 347f73b9a7 Only define VLC_WINSTORE_APP if true 5 years ago
Hugo Beauzée-Luyssen 43ea5b40fc lua: Add basic support for renderer discovery 6 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 7 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 years ago
Thomas Guillem 1cd778c182 extensions: extension_SetInput: use input_item_t 7 years ago
Thomas Guillem ee4afd6821 remove unused #include <vlc_input.h> 7 years ago
Romain Vimont 3159dad5eb lua: sd: Remove sd media browsing 8 years ago
Romain Vimont c9e2717771 lua: use new playlist and player 8 years ago
Rémi Denis-Courmont d55765b605 input: introduce input_Hold() and input_Release() 8 years ago
Rémi Denis-Courmont 489c87b5c0 lua: fix variable shadowing 8 years ago
Rémi Denis-Courmont d867dac99e Use vlc_object_parent() 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Rémi Denis-Courmont 9314dc4913 lua: remove no-op casts 8 years ago
Romain Vimont 53009d018b vlc_arrays: refactor foreach loop 8 years ago
Hugo Beauzée-Luyssen b9e2274d6b lua: Expose rand functions 8 years ago
Steve Lhomme 84740adccb modules: use VLC_TIMER_FIRE_ONCE instead of 0 8 years ago
Steve Lhomme 655fd787b3 lua: replace hardcoded timer delay value by a VLC_TICK expression 8 years ago
Hugo Beauzée-Luyssen f70881d160 lua: Expose a minimal set of errno values 8 years ago