]> git.sesse.net Git - vlc/history - src/modules/modules.c
Removes trailing spaces. Removes tabs.
[vlc] / src / modules / modules.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-01 Rémi Denis-CourmontRemove a big bunch of #include that are not needed...
2007-08-24 Pierre d'Herbemontmodules/modules.c: Implement and Expose GetModulesNames...
2007-08-22 Antoine CellerierInvert yield of module and release of module list ...
2007-08-22 Antoine CellerierAdd new module_FindName function to find a module when...
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-15 Damien Fouilleulmodules/modules.c: enforce DIR_SEP in paths
2007-08-04 Rémi Denis-Courmontmodule_GetHelp
2007-08-04 Rémi Denis-CourmontMore access functions around module_t
2007-08-04 Rémi Denis-CourmontPartially abstract module_t: add module_IsCapable()
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols legacy.
2007-05-31 Laurent AimarCompilation fix.
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* src/modules/modules.c: hopefully fix compilation...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-19 Rémi Denis-CourmontDo not unload plugins in debug builds. Not sure if...
2007-04-15 Rémi Denis-CourmontIncrease plugin cache version to force stalling.
2007-04-14 Rémi Denis-CourmontTiny code factorization
2007-04-14 Rémi Denis-CourmontFurther hide module_t layout from plugins
2007-04-14 Rémi Denis-CourmontHandle plugin cache reading error case
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory