74 Commits (d80a7ace36d577abaf44d1dfb1e57f211a8a0d33)

Author SHA1 Message Date
Alexandre Janniaux 4c78b429ba vlc_modules: fix doxygen warnings 3 years ago
Maxim Biro faf8b85ac3 plugin: add HTML help 3 years ago
Rémi Denis-Courmont 2480a5159f modules: handle error in module_need_var() 4 years ago
Lyndon Brown 1d408248cd modules: add module_GetShortName shortcut/alias to match long 7 years ago
Lyndon Brown 1516912726 modules: remove old redirect 7 years ago
Lyndon Brown c6c304983f modules: move docs of public functions to header 7 years ago
Lyndon Brown ab58ea1ba5 modules: inline module_exists() 7 years ago
Rémi Denis-Courmont a38a0cab82 modules: allow NULL for matched module names 6 years ago
Rémi Denis-Courmont 9652333d21 modules: simplify vlc_module_match() error handling 6 years ago
Rémi Denis-Courmont 656a30c61a modules: export vlc_module_map() 6 years ago
Rémi Denis-Courmont 616b8d744e modules: export vlc_module_match() 6 years ago
Rémi Denis-Courmont 915d5bf36a modules: remove vlc_module_unload() inconvenience wrapper 7 years ago
Rémi Denis-Courmont 38d7d22486 modules: move documentation to header 7 years ago
Rémi Denis-Courmont 19f90e804c modules: pull logger usage 7 years ago
Rémi Denis-Courmont a951a8d24c modules: remove unused parameter 7 years ago
Rémi Denis-Courmont fc13953d90 modules: pass force flag as parameter to activation callback 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Rémi Denis-Courmont 2f018ef307 modules: fix vlc_module_(un)load() macros 8 years ago
Rémi Denis-Courmont a9fef02742 modules: remove unused module_st{art,op} 8 years ago
Rémi Denis-Courmont 008d355b97 modules: add/use module_need_var() 8 years ago
Steve Lhomme 88a973e9f6 vlc_modules.h: protect multiple includes 9 years ago
Rémi Denis-Courmont 9bbea90ca0 module: pass VLC object to vlc_module_unload() 9 years ago
Jean-Baptiste Kempf 11fb6b16e9 Finish "core" renaming to avoid prefs crashes 13 years ago
Pere Orga 9abcaacf83 fix filename self-references 15 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 6e70470eb2 Remove module_hold and module_release 15 years ago
Rémi Denis-Courmont d89f287b13 vlc_module_(start|stop): constify 15 years ago
Rémi Denis-Courmont 92f1b3aee7 Rename LIBVLC_* function attributes to VLC_* within plugin API 15 years ago
Rémi Denis-Courmont 6f258887aa Replace VLC_EXPORT macro with a simple prefix, VLC_API 15 years ago
Rémi Duraffort 71b6f89226 modules: warn when the return value is unused. It helps tracking common memory leaks. 15 years ago
Rémi Duraffort 766d88a62d module_config_get return value must be used and freed. 15 years ago
Rémi Denis-Courmont b7de335c4e Support different prototype for plugin open/close callbacks 15 years ago
Rémi Denis-Courmont 6fad8bffb1 module_start, module_stop: vlc_object cast 16 years ago
Rémi Denis-Courmont d4e41e6450 Add module_start() and module_stop() 16 years ago
Rémi Denis-Courmont 7b1cd54796 modules: remove leading underscores 16 years ago
Rémi Denis-Courmont 1cf900257c module_gettext: translate a string in the text domain of a module 16 years ago
Jean-Baptiste Kempf 7355193f45 Helper to get the capability of a module and its score. 18 years ago
Rémi Denis-Courmont 8d5ae44174 Another useless parameter 18 years ago
Rémi Denis-Courmont 4b531b445f module_find, module_exists, module_get_main: remove useless paramter 18 years ago
Rémi Denis-Courmont acbad93b8b lower case the module_* functions 18 years ago
Rémi Denis-Courmont 2ba61deea6 Merge module_release and module_Put 18 years ago
Rémi Denis-Courmont 460a78baf1 New type-safe API for modules listing 18 years ago
Jean-Paul Saman ebd800345f Add a bunch of \file doxygen comments 18 years ago
Rémi Denis-Courmont 081c8d03ae Fix compilation 18 years ago
Pierre d'Herbemont b0e17c5d95 vlc_modules.h: Simplify GetMainModule. 18 years ago
Pierre d'Herbemont 1468c26bba module: Define module_GetMainModule and module_IsMainModule. 18 years ago
Rémi Denis-Courmont fbb8255dcf Remove __LIBVLC__ test 18 years ago
Rémi Denis-Courmont d2a0694d90 vlc_module_set: use vararg, more flexible 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rémi Denis-Courmont 0babda75f1 Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used. 19 years ago