74 Commits (293360d2f3016d5400d2a0b74cedf934f05218e3)

Author SHA1 Message Date
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
Jean-Baptiste Kempf 381a5cb481 Qt4 - Pref: start to track functionnalities missing. Directory still segfaults.. 20 years ago
Jean-Baptiste Kempf ec49740468 Add a module_Exists() function for Simple_Prefs. Don't use too much this function. 20 years ago
Clément Stenac fbf4c8060d A bit of vlc/libvlc cleanup: 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Rémi Denis-Courmont 92290c9d74 Attempt to fix C++ compilation 20 years ago
Rémi Denis-Courmont e634fbcf2b const rulez 20 years ago
Clément Stenac 71016b4ee5 Add a psz_help field to module_t (Refs:#413) 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont 4f33bf88fa Get rid of the symbols structure and use the OS linker 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Clément Stenac 906b68fe03 Fix a bug with preferences 22 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin f9d403e9fd * src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit. 22 years ago
Gildas Bazin cb98a99ca7 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c. 23 years ago
Gildas Bazin e7abe37c63 * include/*,src/*: New plugins cache feature for faster load times. 23 years ago
Gildas Bazin c274a0002f * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section. 23 years ago
Laurent Aimar 0b4ff2a326 * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of 23 years ago
Laurent Aimar 7e6c0e335b * include/modules.h: increased numbers of shorcuts 23 years ago
Gildas Bazin c87d50dd85 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument. 23 years ago
Sam Hocevar ca902f8541 * include/modules.h: Fixed the OS X build by adding a required header. 23 years ago
Sam Hocevar 2d3c9c2c6f * configure.ac: 23 years ago
Sam Hocevar 0e93bc69fd * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 24 years ago
Sam Hocevar bc061e8455 * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 24 years ago
Sam Hocevar 28ad2fd075 * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we 24 years ago
Sam Hocevar 5dc2da7377 * ./src/misc/modules.c: the module linked list is going bye bye. We now use 24 years ago
Sam Hocevar 976dfc3eb4 * ALL: new module API. Makes a few things a lot simpler, and we gain 24 years ago
Sam Hocevar 64d33dc9bc * ALL: decoders now use a fourcc as a probe value. 24 years ago
Sam Hocevar bf9b62a4ea * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. 24 years ago
Sam Hocevar 7f0d9408c2 * ./src/misc/modules.c: module_Need accepts a comma-separated list of 24 years ago