]> git.sesse.net Git - vlc/history - src/libvlc.c
Qt: use the theme icons for the system tray too
[vlc] / src / libvlc.c
2013-06-16 Rémi Denis-Courmontlib: add libvlc_set_app_id() to complement libvlc_set_u...
2013-06-16 Rémi Denis-Courmontlib: fix wrong user-agent and http-user-agent values...
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-03-24 Rémi Denis-Courmontcore: remove media library support
2013-03-21 Rémi Denis-Courmontcore: gather message initialization code
2013-03-18 Rémi Denis-Courmontlibvlc: simplify logging callback
2013-03-18 Rémi Denis-Courmontlibvlc: deinit actions in reverse order of init
2013-03-18 Rémi Denis-Courmontlibvlc: remove redundant object name hack
2013-03-18 Rémi Denis-Courmontlibvlc: initialize message settings early enough
2013-03-14 Jean-Baptiste KempfWin32: move MessageBox error from libVLC to vlc.exe
2013-02-21 Rémi Denis-Courmontdbus: fix single instance mode parameter type for previ...
2012-12-02 Rémi Denis-Courmontlibvlc: call exit() if command line help was requested
2012-12-02 Rémi Denis-Courmontlibvlc: return a real error if daemonizing failed
2012-12-02 Rémi Denis-Courmontlibvlc: better error code if no modules are found
2012-11-26 Rémi Denis-Courmontplaylist: move SD loading/unloading to playlist code...
2012-11-26 Rémi Denis-Courmontplaylist: create the playlist when needed (refs #5460)
2012-11-26 Rémi Denis-Courmontlibvlc: do not disable the playlist earlier automatically
2012-11-13 KO Myung-HunOS/2: implement one-instance feature
2012-11-10 Rémi Denis-Courmontobjects: use atomic reference counter instead of spin...
2012-11-10 Rémi Denis-CourmontMove VLC object internals to a more private header
2012-11-01 Rémi Denis-Courmontvlc: start hotkeys interface explicitly
2012-09-10 Rémi Denis-CourmontMerge Win32 SelectClockSource() into vlc_threads_setup()
2012-09-06 Rémi Denis-CourmontWin32: add --clock-source configuration item
2012-09-06 Rémi Denis-Courmontdbus: simplify single instance initialization
2012-09-06 Rémi Denis-CourmontRemove system_End() except on Windows, simplify
2012-08-30 Rafaël CarréDo not cache non existing memcpy module
2012-08-23 Rémi Denis-Courmontcore: do not squash VLC_VERBOSE environment variable...
2012-08-23 Rémi Denis-Courmontcore: use STDERR_FILENO
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-07-12 Rémi Denis-CourmontRemove the nine years old --language hack
2012-07-12 Rémi Denis-CourmontWin32: do not override LC_ALL
2012-05-13 Rémi Denis-CourmontRemove no longer used vlc_gc_*()
2012-05-12 Mirsal Ennaimesingle instance: append tracks as specified in MPRIS 2.2
2012-05-12 Mirsal Ennaimesingle instance: Avoid initializing twice because of...
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-06 Rémi Denis-CourmontStart dbus always, move inhibit and dbus startup to vlc
2012-02-03 Antoine CellerierFix --file-logging on windows (that was stupid...)
2011-11-29 Rémi Denis-CourmontRemove unused timer instance data
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
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
next