]> git.sesse.net Git - vlc/history - include/vlc_variables.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_variables.h
2010-08-18 Rémi Duraffortvariables: add some LIBVLC_MALLOC and LIBVLC_USED.
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-10 Rémi Denis-CourmontFix typo
2010-07-10 Rémi Denis-CourmontAdd var_InheritAddress()
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-02-13 Rémi Denis-CourmontAdd coordinates (VLC_VAR_COORDS) variable type
2010-02-13 Rémi Denis-Courmontvar_GetChecked and var_SetChecked object auto-cast
2010-02-09 Rémi Denis-Courmontvar_GetAndSet: implement OR and NAND, return new value
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-01-05 Laurent AimarAdded var_InheritBool.
2009-12-30 Rémi Denis-CourmontHelpers for var_Inherit()
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-10-10 Rémi Duraffortvariables: fix typo.
2009-10-10 Rémi Duraffortvariables: add var_CreategetAddress.
2009-10-10 Rémi Duraffortvariables: add a var_GetAddress function.
2009-09-03 Rémi Duraffortvariables: warn if var_CountChoices result isn't used.
2009-07-30 Rémi Duraffortvariables: var_IncInteger and var_DecInteger are now...
2009-07-27 Rémi Duraffortvariables: add a Get and Set function. This function...
2009-07-24 Rémi DuraffortRemove var_SetVoid: this function is doing exactly...
2009-07-07 Rémi DuraffortRemove unused define.
2009-07-07 Rémi Duraffortvariables: cosmetics.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-03-22 Laurent AimarMade var_GetNonEmptyString robust against var_GetString...
2009-03-05 Rémi Denis-CourmontAdd var_SetAddress helper
2009-02-13 Laurent AimarAdded a small var_CountChoices helper.
2009-02-02 basos GVariable inheritance hints
2009-01-26 Rémi Duraffortvar_*Bool return a boolean.
2009-01-05 Rémi Denis-CourmontRemove duplicated variable callback code
2008-12-29 Rémi Denis-CourmontMove variable type assertions into the core
2008-12-29 Rémi Denis-CourmontAvoid useless variable lookup when non debugging
2008-11-14 Rémi DuraffortRevert "Fix compilation warning when compiling without...
2008-11-13 Rémi DuraffortFix compilation warning when compiling without --enable...
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-09-17 Laurent AimarAssert variable type in var_Set/GetXYZ.
2008-09-07 Rémi Denis-Courmontvar_*: use LIBVLC_USED
2008-09-07 Rémi Denis-Courmontvar_AcquireMutex: enforce constant mutex name
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-09 Antoine CellerierAdd new var_Change action: VLC_VAR_SETISCOMMAND. Previo...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-30 Rafaël Carrévar_CreateGetString must return NULL in case of error
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-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2007-12-08 Antoine CellerierAdd VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possibl...
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-08-16 Rémi Denis-Courmontvar_GetGlobalMutex() creates and gets a global mutex
2007-04-26 Jean-Paul SamanSpecifying --fake-file-reload 5 reloads the image file...
2007-04-05 Antoine CellerierPlease keep the coding style consistent inside the...
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-04-01 Antoine CellerierRemove trailing space.
2007-03-28 Christophe MutricyProtect header against double inclusion
2007-03-24 Antoine CellerierOops.
2007-03-24 Antoine CellerierAdd new var_CreateGet<type>Command functions which...
2007-02-20 Rémi Denis-CourmontAdd var_CreateGetNonEmptyString and factor some code
2007-02-10 Rémi Denis-Courmont*Ahem* whistles
2007-02-10 Rémi Denis-CourmontAdd var_GetNonEmptyString
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISLIST define
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup