]> git.sesse.net Git - vlc/history - src/modules
l10n: Italian update
[vlc] / src / modules /
2009-04-06 Rémi Denis-CourmontDo not translate "". Fix the localized configuration...
2009-03-10 Pierre YnardWin32: remove uneeded %z hack
2009-02-19 Rémi Denis-CourmontRevert "modules: initialize return pointer to NULL"
2009-02-19 Jean-Paul Samanmodules: initialize return pointer to NULL
2009-02-18 Geoffroy CouprieUpdate forgotten function calls
2009-02-17 Rémi Denis-CourmontKeep the bank lock until plugins are loaded.
2009-02-17 Rémi Denis-CourmontRemove unused member
2009-02-17 Rémi Denis-CourmontFix warning
2009-02-17 Rémi Denis-CourmontDo not declare non-existent module_ResetBank
2009-02-17 Rémi Denis-CourmontRemove remnants of builtin modules support
2009-02-17 Rémi Denis-CourmontCosmetic (avoid static variable in a few functions)
2009-02-17 Rémi Denis-CourmontMissing const
2009-02-14 Rémi Denis-CourmontRemove libvlccore load hack
2009-02-12 Rémi Denis-CourmontAdd missing dlopen flag (if and only if _needed_).
2009-02-08 Rémi Denis-CourmontAdd module_find_by_short() (internal only)
2009-01-31 Rémi Denis-CourmontAvoid dlclose() only when valgrind is running
2009-01-28 Rémi Denis-CourmontRemove unused change_float_list
2009-01-27 Rémi Denis-CourmontMerge vlc_submodule_create and vlc_config_create into...
2009-01-27 Rémi Denis-CourmontMissing new lines
2009-01-27 Rémi Denis-CourmontInternally merge vlc_module_set() and vlc_config_set()
2009-01-27 Rémi Denis-CourmontExternally merge vlc_config_set() and vlc_module_set()
2009-01-27 Rémi Denis-CourmontPartially cleanup old module_list_cat hack
2009-01-27 Rémi Denis-CourmontPrivatize vlc_module_create()
2009-01-27 Rémi Denis-CourmontRemove old NODOMAIN stuff (ABI broken anyway)
2009-01-27 Rémi Denis-CourmontRemove old VLC_MODULE_PROGRAM (we broke the ABI many...
2009-01-15 Jean-Marc DresslerFix unused flag variable
2009-01-13 Pierre YnardFix sizeof misuse and variable uninitialization
2009-01-10 Rémi Denis-CourmontWe don't need MB2WC when converting ASCII
2009-01-10 Rémi Denis-CourmontGetSymbol: adding a leading underscore is NOT correct...
2009-01-10 Rémi Denis-CourmontSmall code factorization
2008-12-30 Jean-Baptiste KempfHelper to get the capability of a module and its score.
2008-12-21 Rémi Denis-CourmontMove libvlccore into the global symbol namespace if...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-09 Laurent AimarAdded files/declarations for stream_filter module.
2008-11-17 Pierre YnardTemporarily work around crashing on Windows due to %zu
2008-10-26 Rémi Denis-CourmontFormat string fix
2008-10-10 Rémi DuraffortFix potential segfault (CID 252)
2008-10-08 Laurent AimarFixed support for negative module priority.
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#149)
2008-10-05 Rémi Denis-CourmontFix some race conditions in the module bank
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi DuraffortFix one potential memleak (CID 195)
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove one core dependency upon the module bank
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-26 Rémi Denis-CourmontFix memory leak
2008-09-26 Rémi Denis-Courmontmodule_need: fix broken logic
2008-09-25 Rémi Denis-CourmontFix cache save submodule recursion
2008-09-24 Rémi Denis-CourmontSave submodules in the same order as we create/load...
2008-09-22 Rémi Denis-CourmontFix module_exists
2008-09-22 Rémi Denis-Courmontmodule_need: use qsort, simplify
2008-09-22 Rémi Denis-CourmontDeleteModule: remove useless parameter
2008-09-22 Rémi Denis-CourmontRemove some useful stuff / misleading comments
2008-09-22 Geoffroy Coupriedon't try to free a non existing string
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-21 Rémi Denis-Courmontmodule_t: use GC subsystem instead of objects
2008-09-21 Rémi Denis-CourmontMinor simplification
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-16 Rémi Denis-CourmontWin32: fail safe when loading plugins
2008-09-16 Rémi Denis-CourmontWin32:use Unicode LoadLibrary
2008-09-06 Antoine CellerierDocument module_Need's side effect on the object name.
2008-09-06 Rémi Denis-CourmontRemove memory error message
2008-09-01 Rémi Denis-CourmontCacheName: inline and thread-safe
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontDo not log through modules (they are not tied to any...
2008-08-30 Rémi Denis-Courmontmodule_Call: specify object for logging
2008-08-13 Rémi DuraffortFix previous commit (thanks jb).
2008-08-13 Rémi DuraffortWe don't need size here to check asprintf value.
2008-08-12 Pierre d'Herbemontlibvlccore: Explicitely cast our const char *. dooh...
2008-07-03 Christophe MutricyAllow binary maintainer to pass a custom string
2008-06-28 Antoine CellerierSimplify.
2008-06-22 Rémi DuraffortAdd an #undef
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-14 Jean-Paul SamanTake win32 into considiration.
2008-06-11 Rémi Denis-CourmontBlind attempt at fixing the libintl/g++-4.2 problem
2008-06-05 Rémi Denis-CourmontSupport for using a custom text domain for configuratio...
2008-06-05 Rémi Denis-CourmontSupport for custom text domain in module strings
2008-06-01 Rémi Denis-CourmontAnother memory leak
2008-06-01 Rémi Denis-CourmontFix small memory leak
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-26 Rémi Denis-CourmontCosmetic fix
2008-05-21 Rémi Denis-CourmontTranslate help, short name and description
2008-05-21 Rémi Denis-Courmontvlc_config_set: use dgettext() explicitly
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-10 Rémi Denis-CourmontDon't look for plugins from CWD. Also don't leak in...
2008-05-08 Rémi Denis-CourmontDeleteModule cannot fail * don't handle impossible...
2008-05-08 Rémi Denis-Courmontmodule bank: use vlc_custom_create
next