]> git.sesse.net Git - vlc/history - src/libvlc-common.c
Removes trailing spaces. Removes tabs.
[vlc] / src / libvlc-common.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-16 Christophe MutricyPartially revert [20983]. Fix 'vlc -p foo'
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-Courmontvlc_global_object: return the global (process-wide...
2007-08-04 Rémi Denis-Courmont- pp_shortcuts is always true; do not check
2007-07-18 Jean-Baptiste KempfD-Bus: "org.mpris.vlc" adjustement.
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-05-21 Rémi Denis-CourmontNo need to use vlc_global here.
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-20 Rémi Denis-CourmontFix SVN revision handling.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-04-26 Damien Fouilleulfixed memleak pointed out by xtophe in previous commit
2007-04-26 Damien Fouilleul- configuration: added "--prefer-system-codecs" option...
2007-04-25 Rafaël CarréDoesn't shutdown hal connection if initialisation failed.
2007-04-14 Rémi Denis-CourmontFix compiler warning
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory
2007-04-11 Antoine Cellerier* Honor --color with --list.
2007-04-08 Rafaël CarréDon't run hal_initialize() twice. Bug introduced in...
2007-04-07 Antoine CellerierDisplay module's psz_help in help output (see next...
2007-04-07 Antoine CellerierAdd color help output when using command line switches...
2007-04-07 Antoine CellerierAdd subcategories and sections to command line help...
2007-04-07 Rafaël CarréLoads D-Bus control interface in one instance mode...
2007-04-06 Rafaël CarréDoesn't unref the D-Bus connection if connection failed
2007-04-06 Rafaël CarréAutomatically loads dbus control interface in one-insta...
2007-04-05 Rafaël CarréFixes InitDeviceValues() using old HAL api
2007-04-05 Rémi Denis-CourmontFix compiler warnings
2007-03-19 Antoine CellerierWhen using -p <module name> (or --module <module name...
2007-03-14 Rémi Denis-CourmontRemove too late and partial command line charset conver...
2007-03-14 Rémi Denis-Courmont- Make FromLocale() usable any time (after setlocale...
2007-03-13 Rémi Denis-CourmontOnly define SetLanguages on platform that actually...
2007-03-10 Jean-Paul SamanProperly cleanup hal connection when connecting to...
2007-03-06 Rémi Denis-CourmontCompile fix
2007-03-06 Rémi Denis-CourmontCleanup text domain binding, and do not do it twice.
2007-02-27 Damien Fouilleullibvlc-common.c: revert r19040
2007-02-27 Damien Fouilleul- libvlc: make sure that p_static_libvlc always point...
2007-02-25 Antoine CellerierPrevent these errors when using help flag
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2007-02-06 Pavlov KonstantinFix indentation.
2007-02-06 Pavlov KonstantinRemove pid file on exit.
2007-02-06 Jean-Paul SamanFix by thresh for syslog logging. Initialized pointers...
2007-02-01 Rafaël CarréAlways initialise dbus threads
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-06 Rafaël CarréSimplification of one-instance mode
2006-12-06 Rafaël CarréD-Bus module now uses new specification
2006-12-01 Rémi Denis-CourmontRename libvlc.h to libvlc-module.c
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-22 Rémi Denis-CourmontFix warning
2006-11-22 Rémi Denis-CourmontAttempt to fix C++ compilation
2006-11-22 Rémi Denis-CourmontA more space conservative module_config_t
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-19 Rafaël Carréremoves already done "todo"
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-11-13 Rémi Denis-CourmontFix some warnings
2006-11-13 Marian DurkovicMove unicode argv[] fetching into system_Init
2006-11-12 Clément Stenacp_libvlc needs b_attached = TRUE for vlc_list_find...
2006-11-12 Antoine CellerierDisplay --option=<value type> instead of --option ...
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-11-08 Marian DurkovicSupport non-ANSI CP characters from command line /...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-18 Clément StenacUse a separate message bank for each libvlc instance
2006-09-18 Clément StenacOnly deinit non-refcounted core data if we're the last...
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-15 Clément StenacSplit libvlc.c: