]> git.sesse.net Git - vlc/history - src/config
decoder: drain the audio output properly
[vlc] / src / config /
2011-02-19 Rémi Denis-CourmontRemove useless struct hotkey.i_action
2011-02-19 Rémi Denis-CourmontExport vlc_str2keycode()
2011-02-17 Rémi Denis-CourmontMove core POSIX files to their own directory like Windo...
2011-02-13 Rémi Denis-CourmontRemove many copies of "key-" in the list of actions
2011-02-13 Rémi Denis-CourmontStore mapping for global hotkeys as well as normal...
2011-02-13 Rémi Denis-CourmontFix incorrect return value and leak
2011-02-13 Rémi Denis-CourmontSort keys by name rather than key code
2011-02-13 Rémi Denis-Courmontcore: allow multiple hotkeys for the same action
2011-02-12 Rémi Denis-CourmontStore hotkey mappings in a tree instead of a table
2011-02-12 Rémi Denis-Courmontcore: Add a private pointer for hotkeys/actions handler
2011-02-12 Rémi Denis-CourmontMove actions list to key config
2011-02-10 Rémi Denis-CourmontChange key items to string type
2011-02-10 Rémi Denis-CourmontSome documentation
2011-02-10 Rémi Denis-Courmontcore: merge the two hotkey files
2011-02-10 Rémi Denis-CourmontFix + and - hotkeys
2011-02-10 Rémi Denis-CourmontKill some relocs
2011-02-10 Rémi Denis-CourmontUse + as modifier separator, keep backward compatibilit...
2011-02-10 Rémi Denis-CourmontMerge ConfigKeyToString and KeyToString
2011-02-10 Rémi Denis-CourmontConfigKeyToString: simplify and fix potential leak
2011-02-10 Rémi Denis-CourmontUnduplicate code
2011-02-10 Rémi Denis-CourmontRemove unused StringToKey()
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-11-17 Rémi Denis-CourmontFix memory leak in previous commit
2010-11-17 Rémi Denis-CourmontLift the line length limit on config files (fixes ...
2010-11-17 Rémi Denis-CourmontLoad the whole config file all the time
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-10-31 Laurent AimarFixed a potential double free if an error occurs while...
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-22 Rémi Denis-CourmontRemove config change callback
2010-10-22 Rémi Denis-CourmontRemove read-only field p_callback_data
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-24 Rémi Denis-CourmontSaveConfigFile: correctly an error on I/O failure
2010-07-17 Pankaj YadavSome platforms may have macros optind optarg and optopt...
2010-07-11 Rémi Denis-CourmontCheck that integers are within range when loading vlcrc
2010-07-11 Rémi Denis-CourmontFix reading integers from vlcrc
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-11 Rémi Denis-CourmontStore and parse 64-bits values in vlcrc
2010-07-11 Rémi Denis-CourmontUse 64-bits for integers in plugin descriptors
2010-07-11 Rémi Denis-CourmontStore configuration integer as 64-bits values
2010-05-29 Rémi Denis-Courmontconfig_PutPsz: fix potential use-after-free
2010-05-29 Rémi Denis-Courmontconfig_PutPsz: reduce lock contention scope
2010-03-29 Rémi Denis-Courmontgetopt: use stack instead of global variables, fixes...
2010-03-29 Rémi Denis-CourmontNo need to print warning on obsolete command line options
2010-03-29 Rémi Denis-CourmontRemove useless indirection
2010-03-29 Rémi Denis-Courmontgetopt: use ANSI style prototypes
2010-03-29 Rémi Denis-Courmontgetopt: remove strict POSIX ordering
2010-03-29 Rémi Denis-Courmontgetopt: remove unused ordering modes
2010-03-29 Rémi Denis-Courmontgetopt: posixly_correct need not be static
2010-03-29 Rémi Denis-Courmontgetopt: remove useless global variable
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-02 Rémi Denis-CourmontHandle -v correctly (i.e. as most other programs do)
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove optional argument support
2010-02-28 Rémi Denis-CourmontRemove Apple getopt_long bug-to-bug
2010-02-28 Rémi Denis-Courmontgetopt: remove opterr global (always 0 within LibVLC)
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...
2010-02-28 Rémi Denis-CourmontAlways build and use "our" getopt
2010-02-25 Rémi Denis-CourmontDocument config_LoadCmdLine() more
2010-02-14 Rémi Denis-Courmontconfig_GetLibDir: return arch-dep package directory
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontconfig: remove leading underscores
2010-02-03 Rémi Denis-CourmontFix keys order
2010-01-30 Rémi Denis-Courmontconfig_CreateDir: error -> warning
2010-01-24 Rémi Duraffortconfig: fix memory leak.
2010-01-23 Rémi Denis-CourmontSort configuration items for faster lookup
2010-01-23 Rémi Denis-Courmontconfig_(Get|Put)(Int|Float): use global configuration...
2010-01-23 Rémi Denis-CourmontUse a global R/W lock for configuration
2010-01-23 Rémi Denis-CourmontFix use of --data-path
2010-01-20 Rémi Denis-Courmontdead code
2010-01-17 Rémi Denis-CourmontLoad the command line into the LibVLC object variables...
2010-01-13 Rémi Denis-Courmontconfig_GetDataDirDefault(): return a heap-allocated...
2010-01-13 Rémi Denis-CourmontFix prototype warning for config_GetDataDirDefault()
2010-01-13 Rémi Denis-CourmontMove core Win32 files to their own directory
2010-01-06 Pierre d'Herbemontdirs_macos: When running from command line there is...
2009-12-30 Pierre d'Herbemontconfig: Make sure lua will be able to find share/lua...
2009-12-30 Pierre d'Herbemontconfig: On Mac OS use the app identifier for app depend...
2009-12-28 Geoffroy CouprieCSIDL_COMMON_APPDATA means All Users\Appdata, not MyUse...
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-17 Pierre d'Herbemontconfig: Use fsync on Snow Leopard.
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-12-10 Pierre d'Herbemontconfig: Don't leak dataDir and configDir in dirs_macos.
2009-11-26 Rafaël CarréOSX specific hack to remove "-psnXXX" from args
2009-11-24 Rafaël Carréconfig_ChainCreate() : use SKIPSPACE macro
2009-11-10 Pierre YnardWinCE: guard against inclusion of missing header file
2009-11-06 Felix Paul KühneCleanup
2009-11-06 Felix Paul Kühnemacos dirs: simplified, implemented completely and...
2009-10-24 Rémi Denis-CourmontComment.
2009-10-24 Rémi Denis-CourmontRemove the old .vlc/vlcrc after parsing
2009-10-08 Rafaël CarréFix infinite loop introduced in [9142f0c6]
2009-10-07 Rémi Denis-CourmontSupport any Unicode symbol as part of an hotkey
2009-10-07 Rémi Denis-CourmontConfigKeyToString: binary search
2009-10-07 Rémi Denis-CourmontKeyToString: allocate key on heap
2009-10-07 Rémi Denis-CourmontGather key functions and tables in a single file
2009-09-16 Rémi Denis-Courmontxdg-dirs: falls back correctly if configuration is...
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-07 Geoffroy CouprieWin32: fix My Music and My Videos directories access
2009-08-29 Rémi Denis-CourmontProvide a default and work around gcc
2009-08-27 Felix Paul Kühnecompilation fix
next