]> git.sesse.net Git - vlc/history - src/modules
Preferences: fix some memleaks and fix horrible video-filter bug. :D
[vlc] / src / modules /
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-11-11 Antoine CellerierFix module_GetModulesNamesForCapability() and make...
2007-11-04 Antoine CellerierWhen calling config_GetType on a CONFIG_ITEM_KEY, retur...
2007-10-22 Rafaël Carrémove config_*Intf() out from the header
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-15 Rafaël CarréUse $HOME before anything else to determine the home...
2007-10-13 Rémi Denis-CourmontRelease shared objects when not debugging, not the...
2007-09-28 Rafaël Carrémodules.c: removes unneeded hack
2007-09-22 Rémi Denis-CourmontFix directory permission again
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontSave plugin cache to .cache/vlc/ rather than .cache...
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
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-08 Rémi Denis-CourmontRemove dummy error
2007-09-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-09-01 Rémi Denis-CourmontFix compiler warning
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-21 Rémi Denis-CourmontFix NULL %s
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rafaël CarréAdds CONFIG_ITEM_PASSWORD for showing stars in preferen...
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-06 Rémi Denis-CourmontSync with module macros and sout chain parsing
2007-08-04 Rémi Denis-CourmontCleanup / speedup
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-08-04 Rémi Denis-CourmontDo not create dummy shortcut for each and every module
2007-08-04 Rémi Denis-CourmontFix off-by-one
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* Force cast to vlc_object_t when calling config_GetDat...
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
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-CourmontRemove useless wrapper around free()
2007-04-15 Rémi Denis-CourmontComplain in case of error when parsing the config file
2007-04-15 Rémi Denis-CourmontIncrease plugin cache version to force stalling.
2007-04-15 Rémi Denis-CourmontCategory and subcategory items are also integers. Fix...
2007-04-14 Rémi Denis-CourmontWorks this time
2007-04-14 Rémi Denis-CourmontUndo erroneous commit
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
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-CourmontInitial work on hiding module_t layout from plugins
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory