]> git.sesse.net Git - vlc/history - src/libvlc.c
Contribs: fix xml2 installation on OSX
[vlc] / src / libvlc.c
2011-11-24 Rémi Denis-Courmontisatty() requires <unistd.h>
2011-11-22 Rémi Denis-CourmontRemove useless <unistd.h> inclusion in core
2011-10-20 KO Myung-HunAdd vout window support for OS/2
2011-10-10 KO Myung-HunDisable daemon mode on OS/2
2011-10-06 Jean-Baptiste Kempfdbus: Implement the MPRIS Raise method for the Qt interface
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-09-05 Laurent AimarAdded 'Boss Key' support to the core.
2011-08-30 Rémi Denis-CourmontMove src/control/ to lib/
2011-08-29 Rémi Denis-CourmontUseless include
2011-08-22 Pierre YnardUse MessageBox() in a portable way
2011-08-22 Rémi Denis-CourmontWin32: use error message box rather than text console...
2011-08-22 Rémi Denis-CourmontMove help command line options handling to a new file
2011-08-21 Rémi Denis-CourmontGather all checks for the command line help options
2011-08-21 Rémi Denis-CourmontInitialize language from vlcrc before any language...
2011-08-21 Rémi Denis-CourmontLoad plugins and configuration as soon as possible
2011-08-19 Rémi Denis-CourmontRemove dangling module bank error check
2011-08-19 Rémi Denis-CourmontRemove the libvlc global lock
2011-08-19 Rémi Denis-CourmontClean up CPU flags one-time initialization
2011-08-19 Rémi Denis-CourmontMove CPU capabilities debug to src/misc/cpu.c
2011-08-19 Rémi Denis-CourmontObsolete thread-unsafe command line options for CPU...
2011-08-19 Rémi Denis-CourmontRemove unused system_End() parameter
2011-08-19 Rémi Denis-CourmontMake log messages subscriber static
2011-08-19 Rémi Denis-CourmontRemove object message filtering from core
2011-08-15 Rémi Denis-CourmontRemove unused module bank parameters
2011-08-15 Rémi Denis-CourmontUse module_get_object() where appropriate and improve...
2011-07-28 Rémi Denis-CourmontDo not create a console under Wine
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-10 Rémi Denis-CourmontUse vlc_atomic_t for input item ID
2011-06-30 Rémi Denis-CourmontDefine CONFIG_CLASS() macro and use it
2011-06-29 Rémi Denis-CourmontAdd integer config item type for RGB values
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-06-19 Rafaël CarréUse correct type for vlc_atomic_dec
2011-06-15 Rafaël Carrésystem_Init(): remove unused arguments
2011-05-28 Rémi Denis-CourmontWarning
2011-05-20 Rafaël CarréFix one-instance
2011-05-16 Mirsal Ennaimelibvlc: Update the mpris client code used for the one...
2011-05-02 Rémi Denis-CourmontReset config if module bank works, save config if VLC...
2011-05-02 Rémi Denis-CourmontRemove ugly builtin support
2011-04-29 Rémi Denis-CourmontRemove unused config_SaveConfigFile parameter
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
next