]> git.sesse.net Git - vlc/history - src/misc/variables.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / variables.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-10-26 Rémi Denis-Courmontvariables: check that FLT_RADIX is two
2014-10-26 Rémi Denis-Courmontvariables: try to retain exact value converting float...
2014-10-23 Rémi Denis-Courmontvariables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETC...
2014-10-23 Rémi Denis-Courmontvariables: set VLC_VAR_HASCHOICE in var_Type() if there...
2014-10-23 Rémi Denis-Courmontvariables: simplify and rectify list memory allocation
2014-10-23 Rémi Denis-Courmontvariables: store a single type per list
2014-08-13 Rémi Denis-Courmontvariables: avoid implicit upconversion to double
2014-08-04 Felix Abecassiscore: add a new type of callback for list variables
2014-08-04 Felix Abecassisvariables: add internal type callback_table_t for stori...
2014-08-04 Felix Abecassisvariables: add helper function when adding/removing...
2014-04-16 Rafaël CarréRemove unused VLC_VAR_SETISCOMMAND
2014-02-15 Ilkka OllakkaURational: handle also plain integers
2013-04-23 Rémi Denis-Courmontvar_Command: remove broken-by-design function
2013-03-18 Rémi Denis-Courmontlibvlc: remove potential logging from within config_Loa...
2012-11-10 Rémi Denis-CourmontMove VLC object internals to a more private header
2012-11-05 Rémi Denis-Courmontvariables: move last msg_*() call with the variable...
2012-11-05 Rémi Denis-Courmontvariables: use assert() more consistently
2012-11-05 Rémi Denis-Courmontvariables: remove obsolete detached object debug code
2012-08-21 Rémi Denis-Courmontvar_LocationParse(): accept semicolon as separator
2012-08-19 Rémi Denis-CourmontCosmetics
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-01 Rémi Denis-CourmontReturn an error with VLC_VAR_GET(MIN|MAX|STEP) of there...
2011-08-16 Rémi Denis-CourmontDisable the dangling callback warning for the time...
2011-08-08 Rémi Denis-CourmontWarn about dangling variable callbacks
2011-07-21 Rémi Denis-CourmontRemove VLC_VAR_MUTEX class
2011-07-21 Rémi Denis-CourmontFix config_IsSafe() declaration warning
2011-07-16 Rémi Denis-CourmontAdd config_IsSafe() internal helper
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-03-19 Rémi Denis-Courmontvar_LocationParse: fix buffer size
2011-03-12 Rémi Denis-Courmontvar_LocationParse: helper for DVB/V4L2-style MRLs
2010-12-06 Rémi Duraffortonly include search.h if available (anyway vlc_fixups...
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-11-24 Pierre Ynardvariables: properly reset the variable tree in var_Dest...
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-10 Rémi Denis-CourmontAdd var_InheritAddress()
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-02-23 Rémi Duraffortvariables: print a warning if doing var_Set on a void...
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-13 Rémi Denis-CourmontCosmetics
2010-02-09 Rémi Denis-Courmontvar_GetAndSet: implement OR and NAND, return new value
2010-02-09 Rémi Denis-CourmontFix warning (and maybe fix a bug too)
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-05 Rémi Duraffortvariables: print an error message when a variable is...
2010-01-28 Rémi Denis-CourmontWarn inheriting a value from an object outside of the...
2010-01-06 Rémi Denis-Courmontvariables: use a binary search tree instead of a table
2010-01-05 Erwan Tuloucore: correct memory leak
2010-01-03 Rémi Denis-CourmontNo, Insert() does not need to be recursive
2010-01-03 Rémi Denis-CourmontTake variable Lookup() out of GetUnused()
2010-01-03 Rémi Denis-CourmontVariable lookup: small code factorization
2010-01-03 Rémi Denis-CourmontTriggerCallback: factor condition
2010-01-03 Rémi Denis-Courmontvariable lookup: missing const
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-30 Rémi Denis-CourmontUnused variable
2009-12-30 Rémi Denis-CourmontDead code
2009-12-30 Rémi Denis-CourmontGetUnused: remove invalidated comment
2009-12-30 Rémi Denis-CourmontFactor variable destruction code (out of the variable...
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-30 Pierre d'Herbemontvariables: Fix two typos in InheritValue().
2009-12-29 Rémi Denis-CourmontInheritValue: fix type given to var_GetChecked()
2009-12-29 Rémi Denis-CourmontInheritValue: simplify and render thread-safe
2009-12-29 Rémi Denis-CourmontAllocate variable and inherit value before the variable...
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-12-29 Rémi Denis-CourmontInherit from parent only, not from LibVLC
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-14 Rémi Duraffortvariables: add a warning when adding a callback to...
2009-08-31 Rémi Duraffortvariables: assert if the callback is not found.
2009-08-30 Rafaël Carréassert the vlc object exists in var_* functions, before...
2009-08-30 Rémi Duraffortvariables: print a warning if the callback isn't found...
2009-08-27 Rémi Duraffortvariables: checking the class is enough to ensure the...
2009-08-03 Rémi Duraffortvariables: use a more restrictive assert as all variabl...
2009-07-31 Rémi Duraffortvariables:
2009-07-31 Rémi Duraffortvariables:
2009-07-30 Rémi Duraffortvariables: var_IncInteger and var_DecInteger are now...
2009-07-29 Rémi Duraffortvariables: fix a segfault and memory leak when TriggerC...
2009-07-28 Rémi Duraffortvariables: Remove uneeded parameter to TriggerCallback...
2009-07-27 Rémi Duraffortvariables: add a Get and Set function. This function...
2009-07-24 Rémi DuraffortNo need to memset val to 0 because the variable is...
2009-07-24 Rémi Duraffortvariables: factorize the callback code, using a special...
2009-07-24 Rémi Duraffortvariables: when the variable already exist, check the...
2009-07-18 Antoine CellerierCosmetics.
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...
next