18 Commits (657ee94e0c2bf6e4f172f655d878c4d1dbbb2230)

Author SHA1 Message Date
Rémi Denis-Courmont a4bc2c0db2 Unexport var_OptionParse 19 years ago
Antoine Cellerier 02752dc780 Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); ) 19 years ago
Rémi Denis-Courmont 97dcb93971 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 19 years ago
Rémi Denis-Courmont 4b4f77c3c1 var_GetGlobalMutex() creates and gets a global mutex 19 years ago
Jean-Paul Saman 8f3ee35280 Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location. 20 years ago
Antoine Cellerier 60f4db26cd Please keep the coding style consistent inside the same source file. 20 years ago
Antoine Cellerier 6aa543713d * Core: add var_Command function. This is used to execute a command registered on a object with a given name. 20 years ago
Antoine Cellerier 9d7dfdf986 Remove trailing space. 20 years ago
Christophe Mutricy 1917275ee3 Protect header against double inclusion 20 years ago
Antoine Cellerier 88870d9b7d Oops. 20 years ago
Antoine Cellerier 8c4abae095 Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag. 20 years ago
Rémi Denis-Courmont d1f93aa13d Add var_CreateGetNonEmptyString and factor some code 20 years ago
Rémi Denis-Courmont ba4f253bd9 *Ahem* whistles 20 years ago
Rémi Denis-Courmont 8fb6706801 Add var_GetNonEmptyString 20 years ago
Antoine Cellerier 8a55a20ac3 * vlc_variables.h: remove unused VLC_VAR_ISLIST define 20 years ago
Antoine Cellerier 696f7c1d5b * vlc_variables.h: remove unused VLC_VAR_ISCONFIG define 20 years ago
Clément Stenac fbf4c8060d A bit of vlc/libvlc cleanup: 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Rémi Denis-Courmont f11e37dc0b Fix var_SetString 20 years ago
Clément Stenac 1c0551f16b Clean up a bit of redundant code 20 years ago
Clément Stenac de19a1c7b1 Initialize variables 21 years ago
Clément Stenac a1e597bf00 * Make ParseOption (from input) a global service (var_OptionParse) 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Damien Fouilleul 83974ced85 src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h 22 years ago
Sigmund Augdal Helberg 1e37a8cbae various documentation fixes 22 years ago
Laurent Aimar 5772405255 * variables: added var_Get/Set/CreateGetBool. 23 years ago
Laurent Aimar fd265bfd52 * variables: helpers: var_Get* . 23 years ago
Laurent Aimar c861d72141 * variables: added more helpers: var_CreateGet* 23 years ago
Clément Stenac 6de15a630f * Strings review in include/ 23 years ago
Derk-Jan Hartman 5caa41762b * extras/MacOSX/Resources/English.lproj/MainMenu.nib 23 years ago
Derk-Jan Hartman 1114ee5a01 * include/variables.h 23 years ago
Gildas Bazin 97d84d1a47 ALL: MSVC compilation fixes to libvlc. 23 years ago
Gildas Bazin 9097385460 * ALL: improved hotkeys support. 23 years ago
Sigmund Augdal Helberg 1b6aa2c826 Doxyfile: 23 years ago
Laurent Aimar fce2672fa6 * ninput.h : change control parameters. 23 years ago
Gildas Bazin 4684a91eaf * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value. 23 years ago
Gildas Bazin 66815e2eda * src/misc/variables.c, include/variables.h: first pass at object var inheritance. 24 years ago
Gildas Bazin 30336bba3f * src/misc/variables.c, ALL: improvements to the object variables api. 24 years ago
Gildas Bazin 1171979d73 * ALL: experimental code for stream (dvd) navigation through object variables. 24 years ago
Gildas Bazin 215c1a851c * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find(). 24 years ago
Gildas Bazin a71b1c8cad * ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified 24 years ago
Gildas Bazin 0d62cd7dd4 * ALL: a few updates to the variables API: 24 years ago
Sam Hocevar bc061e8455 * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 24 years ago
Sam Hocevar 50d45d76c7 * ./include/variables.h, ./src/misc/variables.c: list variables. 24 years ago
Sam Hocevar 11e021963b * ./Makefile.am: fixed missing build dependencies for the Mozilla plugin. 24 years ago
Sam Hocevar ce7d29b21e * ./src/misc/variables.c: callback loops are now detected; this means you 24 years ago
Sam Hocevar 7ee2435d30 * ./include/variables.h, ./src/misc/variables.c: implemented variable 24 years ago
Sam Hocevar 2f27884905 * ./modules/misc/testsuite/test4.c: made the 4th test less CPU intensive 24 years ago