]> git.sesse.net Git - vlc/history - src/modules/entry.c
Revert "deinterlace: add basic support for YUY2 and NV12 (fixes #2206)"
[vlc] / src / modules / entry.c
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049623 and #1049622)
2012-09-15 Rémi Denis-Courmontconfig: add integer list callbacks for config items
2012-08-24 Rémi Denis-Courmontconfig: simplify a bit
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-08-19 Rémi Denis-Courmontconfig: improve/fix the callback prototype for config...
2012-08-19 Rémi Denis-Courmontplugin: use separate description command for lists...
2012-08-19 Rémi Denis-CourmontRemove configuration item actions for now
2012-08-14 Rémi Denis-Courmontmodules: remove unnecessary checks
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-02 Rémi Denis-CourmontRemove unfunctional add_deprecated_alias()
2011-08-24 Rémi Denis-CourmontAllow min and max values for string config items
2011-08-16 Rémi Denis-CourmontUse callback and opaque pointer for plugin descriptors
2011-08-16 Rémi Denis-CourmontUse vlc_module_destroy() instead of DeleteModule()...
2011-08-16 Rémi Denis-CourmontClean up config_Free()
2011-08-16 Rémi Denis-CourmontCreate primary module from plug-in descriptor and facto...
2011-08-16 Rémi Denis-CourmontDestroy submodules from vlc_module_destroy()
2011-08-15 Rémi Denis-CourmontRemove module_t.b_builtin
2011-08-15 Rémi Denis-CourmontCopy strings from plugin descriptor, remove (D|Und...
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-08-15 Rémi Denis-CourmontDo not save unloadable flag for submodule
2011-08-15 Rémi Denis-CourmontAlways use (get)text domain from primary module
2011-08-15 Rémi Denis-CourmontDo not store help for submodules in cache
2011-08-15 Rémi Denis-CourmontInitialize submodule explicitly
2011-08-15 Rémi Denis-CourmontRemove module_t.psz_object_name
2011-08-15 Rémi Denis-CourmontUse module_get_object() where appropriate and improve...
2011-08-15 Rémi Denis-CourmontAllow NULL module capability
2011-06-30 Rémi Denis-CourmontFix setting "value" of config hints
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-05-11 Rémi Denis-CourmontRemove write-only change_need_restart()
2011-05-09 Rémi Denis-Courmontvlc_module_create(): remove useless parameter
2011-05-09 Rémi Denis-CourmontRemove module_t.b_submodule
2011-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-01-11 Rémi Denis-CourmontSupport different prototype for plugin open/close callbacks
2010-10-22 Rémi Denis-CourmontRemove config change callback
2010-10-19 Rémi Duraffortmodules: assert when trying to add more than one deprec...
2010-10-19 Rémi Duraffortmodules: fix type.
2010-07-14 Rémi Duraffortmodules: remove an unused define and assert if we try...
2010-07-11 Rémi Denis-CourmontUse 64-bits for integers in plugin descriptors
2010-06-19 Rémi Denis-CourmontAvoid anonymous compound in add_shortcut (fixes: #3742)
2010-06-10 Rémi Duraffortplugins: allow to set more than one shortcut in on...
2010-04-24 Rémi DuraffortSecond attempt to use a dynamic array shortcuts (this...
2010-04-21 Rémi Denis-CourmontRevert "Modules: use a dynamic array for the shortcuts...
2010-04-21 Rémi DuraffortModules: use a dynamic array for the shortcuts (this...
2010-04-14 Francois Cartegnietypedef va_arg function pointers to avoid compiler...
2010-01-28 Rémi Denis-CourmontKeep track of plugin text domain
2010-01-23 Rémi Denis-CourmontRemove the old module config lock
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-10 Rémi Denis-CourmontFix compilation of set_text_domain() macro
2009-11-09 Rémi Denis-CourmontDon't run gettext while describing a plugin
2009-08-20 Pierre d'Herbemontmodules: Fix an unused arg if NLS is not enabled.
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-04-26 Rémi Denis-CourmontSubmodules do not inherit shortcuts anymore (fix: ...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-06 Rémi Denis-CourmontDo not translate "". Fix the localized configuration...
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-CourmontRemove old NODOMAIN stuff (ABI broken anyway)
2009-01-27 Rémi Denis-CourmontRemove old VLC_MODULE_PROGRAM (we broke the ABI many...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-10-05 Rémi DuraffortFix one potential memleak (CID 195)
2008-09-26 Rémi Denis-CourmontFix memory leak
2008-09-21 Rémi Denis-Courmontmodule_t: use GC subsystem instead of objects
2008-08-30 Rémi Denis-CourmontDo not log through modules (they are not tied to any...
2008-08-12 Pierre d'Herbemontlibvlccore: Explicitely cast our const char *. dooh...
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
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-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-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-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-01-27 Rafaël Carrécast to (char*)
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-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...
next