]> git.sesse.net Git - vlc/history - src/libvlc.c
Remove prefer-system codecs option
[vlc] / src / libvlc.c
2011-04-25 Jean-Baptiste KempfRemove prefer-system codecs option
2011-04-12 Rémi Denis-CourmontGo to new line if there is no option description
2011-04-11 Rémi Denis-CourmontMake drawable-hwnd an integer config item (untested)
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-12 Rémi Denis-Courmontcore: Add a private pointer for hotkeys/actions handler
2011-02-12 Rémi Denis-CourmontGet rid of putenv()
2011-02-12 Rémi Denis-CourmontOverride the plugins path with an environment variable...
2011-02-10 Rémi Denis-CourmontChange key items to string type
2011-02-05 Felix Paul Kühnemacosx vout: reenabled. will break compilation until...
2011-01-28 Pierre YnardDon't pass input options when using --one-instance
2011-01-27 Pierre YnardDon't pass relative file paths when using --one-instance
2011-01-24 Srikanth RajuML/Core: Destroy ML after PL deactivates, but before...
2011-01-15 Srikanth RajuML/Core: Release ML before playlist deactivates
2010-12-30 Jean-Baptiste KempfSymbian: no daemon mode
2010-11-17 Rémi Denis-CourmontLoad the whole config file all the time
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-10-31 Pierre d'HerbemontAllow libvlc client to build statically.
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-08-23 Rémi Denis-CourmontFlush standard output after help is written (fix #4102)
2010-08-19 Rémi Denis-CourmontRemove now useless checks
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-19 Jean-Baptiste KempfWin32: Remove quicktime from system codecs...
2010-07-11 Rémi Denis-CourmontStore configuration integer as 64-bits values
2010-07-08 Rémi Denis-CourmontAdd a proper API to set the user agent
2010-07-08 Rémi Denis-CourmontAdd a window variable to select the window provider
2010-07-08 Rémi Denis-CourmontDefine drawable-*-* variables only on MacOS
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-07-03 Srikanth RajuML: Use a lock for ml_Create
2010-07-03 Srikanth RajuML: Remove leading underscores from core functions
2010-06-27 Rémi Denis-CourmontRewrite GC code on top of atomic ops
2010-06-26 Srikanth RajuCore: Remove stray code that releases playlist twice
2010-06-26 Srikanth RajuML: Media Library Core
2010-06-03 Rémi Denis-Courmontavcodec: use vlc_global_mutex
2010-05-30 Rémi Denis-Courmontlibvlc_Quit: support using a callback
2010-04-24 Rémi DuraffortFix signess.
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-11 Rémi Denis-Courmontsnprintf() always puts a nul terminator...
2010-03-29 Rémi Denis-CourmontRemove debug statement
2010-03-29 Rémi Denis-Courmontgetopt: use stack instead of global variables, fixes...
2010-03-29 Rémi Denis-Courmontsystem_Configure: do not depend on vlc_optind global
2010-03-29 Rémi Denis-Courmontsystem_Configure: remove unused indirection
2010-03-29 Rémi Denis-CourmontGetFilenames: avoid use of vlc_optind global
2010-03-29 Rémi Denis-CourmontRemove useless indirection
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-05 Rémi Denis-CourmontRun system_Configure after playlist is created (fixes...
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-16 Erwan Tuloulibvlc: intf-show and intf-popmenu must be created...
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
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-Courmontobjects: remove leading underscores
2010-02-06 Rémi Denis-CourmontHide message bank layout and cleanup a bit
2010-02-04 Rémi Denis-CourmontFix pl_Release() crash with -S
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2010-01-30 Rémi Denis-CourmontVariables fixes
2010-01-30 Rémi Denis-CourmontLoad/delete plugins cache from plugins directory
2010-01-28 Rémi Denis-CourmontOops
2010-01-28 Rémi Denis-CourmontUse module_gettext() for command line help
2010-01-28 Rémi Denis-CourmontFactor out LoadMessages to support other text domains
2010-01-28 Rémi Denis-CourmontAttach playlist ASAP
2010-01-23 Rémi Denis-CourmontDo not translate ""
2010-01-23 Rémi Denis-CourmontDo not reload the command line
2010-01-23 Rémi Denis-Courmont--full-help: do not alter the configuration, only variables
2010-01-23 Rémi Denis-CourmontDo not reload the module bank if the language is overriden
2010-01-19 Rémi Denis-CourmontAdd build date/time in the version infos
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2010-01-18 Ramiro PollaOnly print CPU capabilities if there are any.
2010-01-17 Pierre YnardLibVLC: fix typo
2010-01-17 Rémi Denis-CourmontRemove --save-config
2010-01-17 Rémi Denis-CourmontLibVLC: use var_Inherit instead of config_Get
2010-01-13 Rémi Denis-Courmontconfig_GetDataDirDefault(): return a heap-allocated...
2010-01-12 Rémi Denis-CourmontTypo
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-10 Rémi Denis-CourmontMake volume-change a void rather than a boolean
2010-01-10 Francois Cartegnielibvlc: introduce 'Muted' as a whole state, not as...
2010-01-03 Rémi Denis-CourmontRefactor key mapping internals
2010-01-03 Rémi Denis-CourmontFix struct hotkey
2010-01-02 Rémi Denis-CourmontRemove useless member of libvlc private data
2010-01-02 Rémi Denis-CourmontDon't use a static mutex for libvlc_wait on Win32 ...
2010-01-02 Rémi Denis-CourmontAllow more than one thread to call libvlc_wait
2009-12-28 Rémi Duraffortlibvlc: destroy the intf variable only if created just...
2009-12-28 Rémi Denis-CourmontCheck that hotkeys are sorted properly (debug-only...
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-23 Rémi Denis-Courmont--list: do not use colors if stdout is not a TTY
2009-12-23 Rémi Denis-CourmontRevert "No need to show service probes in the module...
2009-12-23 Fabio RitrovatoNo need to show service probes in the module list
2009-12-22 Fabio RitrovatoDon't use color when listing modules on Windows
2009-12-22 Antoine CellerierSecond (blind) attempt at fixing win and mac.
2009-12-22 Antoine CellerierRevert "Probably fix LoadMessages() on windows. (Untest...
2009-12-22 Antoine CellerierProbably fix LoadMessages() on windows. (Untested ...
2009-12-10 Pierre d'Herbemontlibvlc: don't abort but return an error code if no...
2009-12-10 Rémi Denis-CourmontUse ...NonEmpty... for --open
2009-12-10 Rémi Denis-CourmontFix --syslog
next