54 Commits (4448d4d5c16c6effd11922dcf2a675bd05628ec0)

Author SHA1 Message Date
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. 16 years ago
Rémi Duraffort 766d88a62d module_config_get return value must be used and freed. 16 years ago
Rémi Denis-Courmont b7de335c4e Support different prototype for plugin open/close callbacks 16 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 17 years ago
Rémi Denis-Courmont 1cf900257c module_gettext: translate a string in the text domain of a module 17 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 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 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
Rémi Denis-Courmont cc4cca2fd5 - fix symbol list 19 years ago
Gildas Bazin 77ea924c66 * modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and 23579. Breaking perfectly working modules just because you don't care about them is just rude. 19 years ago
Rémi Denis-Courmont a3576a2716 - Remove config_FindModule as module_Find nowadays does the same thing 19 years ago
Rémi Denis-Courmont 61817460a6 Hide module_t 19 years ago
Rémi Denis-Courmont ca5d478883 Not meant to be committed just yet 19 years ago
Rémi Denis-Courmont b29e49e609 module_Put: releases a reference to a module 19 years ago
Rémi Denis-Courmont f44ed771d0 Cosmetic 19 years ago
Rémi Denis-Courmont 5ace50e916 Remove unneeded psz_program hack. 19 years ago
Antoine Cellerier 07c7cdcb21 Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames. 19 years ago
Pierre d'Herbemont dcfc9361fa modules/modules.c: Implement and Expose GetModulesNamesForCapability. 19 years ago
Antoine Cellerier 7bc113557a Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters). 19 years ago
Rémi Denis-Courmont 0e571b915c Oups 19 years ago
Rémi Denis-Courmont 39c625244a - Cleanup and fixes deprecated options: 19 years ago
Rémi Denis-Courmont ac5d0a1ec3 module_GetHelp 19 years ago
Rémi Denis-Courmont fb3ee6abab More access functions around module_t 19 years ago
Rémi Denis-Courmont 6c11c08a80 Partially abstract module_t: add module_IsCapable() 19 years ago
Rémi Denis-Courmont cba87f6d3e Same as previous commit 19 years ago
Rémi Denis-Courmont 7a5fd4bee1 Further hide module_t layout from plugins 20 years ago
Rémi Denis-Courmont d8e17ad4f3 Get rid of useless p_symbols 20 years ago
Rémi Denis-Courmont b89c14d5b4 Initial work on hiding module_t layout from plugins 20 years ago