]> git.sesse.net Git - vlc/history - src/modules
Preferences: fix some memleaks and fix horrible video-filter bug. :D
[vlc] / src / modules /
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
2008-05-08 Rémi Denis-Courmontvlc_modules_macros.h -> vlc_plugin.h
2008-05-08 Rémi Denis-Courmontvlc_module_set: use vararg, more flexible
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rafaël CarréDo not leak the object name
2008-05-05 Rafaël CarréFix leaking of psz_object_name
2008-04-24 Jean-Paul SamanDon't return at the end of void function.
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Antoine CellerierRevert "Fix memory leak"
2008-04-16 Pierre d'Herbemontmodules: Make sure DupModule() work as expected. (Point...
2008-04-16 Pierre d'Herbemontmodules: Fix const char * usage and memory management.
2008-04-16 Pierre d'Herbemontmodules: Don't cast a const to silent a warning on...
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-14 Jérôme DecoodtFix parsing of plugin-path with escaping chars...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jérôme DecoodtFix plugins/modules path list on Win32
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rémi Denis-CourmontUse var_AcquireMutex for the "libvlc" lock
2008-03-30 Rémi Denis-CourmontDo NOT destroy the "libvlc"/global/bank/whatever lock...
2008-03-30 Rémi Denis-Courmont*Partially* fix the module bank initialization serializ...
2008-03-29 Rafaël CarréFix off by one
2008-03-28 Pierre d'Herbemontmodules: On Windows, Mac OS X and BeOS, search for...
2008-03-28 Pierre d'Herbemontmodule: Fix ':' usage and more largely previous commit.
2008-03-28 Pierre d'Herbemontmodule: Make sure we can escape ':' correctly.
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-28 Pierre d'Herbemontmodule: Allow multiple paths in --plugin-path (Separate...
2008-03-26 Rémi Denis-CourmontFix memory leak
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Rémi DuraffortCheck only one time the return value of malloc.
2008-03-03 Rémi DuraffortRemove unecessary msg_Err according to rem remark.
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-02 Pavlov KonstantinFix $Id$ (probably)
2008-03-02 Rémi DuraffortCheck the returned values of malloc.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-26 Rémi DuraffortDoxygen documentation
2008-02-25 Rémi DuraffortDoxygen comments and coding conventions
2008-02-25 Rémi Denis-CourmontRevert [25316] for now - need to think about this
2008-02-25 Rémi Denis-CourmontDon't look for plugins from the current working directory.
2008-02-25 Rémi DuraffortDelete unneeded instruction from a loop
2008-01-28 Rafaël Carrémodules CacheFind(): remove unused parameter
2008-01-27 Rafaël Carrécast to (char*)
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rémi Denis-CourmontConsistent naming
2008-01-24 Rémi Denis-CourmontWhitelisting.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2007-12-26 Rémi Denis-CourmontAdd "safe" config item property
2007-12-24 Antoine CellerierUse the longtext as longtext.
2007-12-22 Christophe MutricyUse dgettext() (aka _() ) rather than gettext().
2007-12-21 Rémi Denis-CourmontFix config item counting
2007-12-17 Rémi Denis-CourmontUse vlc_config_create()
2007-12-17 Rémi Denis-CourmontSave one memory copy and fix the helper module leak
2007-12-17 Rémi Denis-CourmontMemory leaks
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-17 Rémi Denis-CourmontAdd action through vlc_config_set
2007-12-16 Rémi Denis-Courmontshort and list support for vlc_config_set
2007-12-16 Rémi Denis-CourmontDon't use enums. They are cool and all (the compiler...
2007-12-16 Rémi Denis-CourmontSimplification, and no-ops removal
2007-12-16 Rémi Denis-CourmontMigrate module, module_list and obsolete_* to vlc_confi...
2007-12-16 Rémi Denis-CourmontSome more vlc_config_* code
2007-12-15 Rémi Denis-CourmontContinue the vlc_config_set stuff - still unfinished
2007-12-15 Rémi Denis-CourmontPartially introduce vlc_config_set() to modify module_c...
2007-12-15 Rémi Denis-CourmontConceal unsaveable and renamed options as well
2007-12-15 Rémi Denis-CourmontHide internal settings
2007-12-15 Rémi Denis-Courmont - fix symbol list
2007-12-14 Gildas Bazin* modules/gui/wxwidgets: fix breakage introduced by...
2007-12-12 Rémi Denis-CourmontHandle I/O errors while writing the cache file
2007-12-12 Rémi Denis-CourmontUse DIR_SEP
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
2007-12-12 Rémi Denis-CourmontHide module_t
2007-12-12 Rémi Denis-Courmontmodule_GetConfig, module_PutConfig: copy configuration...
2007-12-12 Rémi Denis-Courmontmodule_Put: releases a reference to a module
2007-12-12 Rémi Denis-CourmontCosmetic
2007-12-12 Rémi Denis-CourmontRemove some cruft
2007-12-12 Rémi Denis-CourmontSplit the over-large module.c
2007-12-12 Rémi Denis-CourmontFYI, snprintf always nul-terminates
2007-12-12 Jean-Paul SamanDon't free() a char variable when it is on the stack...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-12-09 Rémi Denis-CourmontSplit the big config file
2007-12-09 Rémi Denis-CourmontNot yet missing #include
next