]> git.sesse.net Git - vlc/history - src/libvlc-common.c
include: Update svn:ignore property, include cmake's autogenerated config.h file.
[vlc] / src / libvlc-common.c
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-20 Damien Fouilleullibvlc.c: fix invalid destroy of unitialized timer_lock...
2008-02-16 Mark MoriartyOne remaining Windows txt file color control code remov...
2008-02-15 Pierre d'Herbemontlibvlc-common.c: Fix a warning on Win32 and Mac OS...
2008-02-15 Mark MoriartyRemove color control codes froom vlc-help.txt on Win32
2008-02-04 Rémi Denis-Courmonts/if/ifdef/
2008-02-01 Rémi Denis-CourmontSet the Win32 console title
2008-02-01 Rémi Denis-CourmontSet the proper output codepage for the console.
2008-02-01 Rémi Denis-CourmontSimplify ConsoleWidth() and implement it for real on...
2008-01-28 Rafaël Carréfix warning
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Rémi Denis-Courmontconfig_GetInt returns -1 on error - that does not mean...
2008-01-22 Rafaël Carréprint a message about cvlc only when running with the...
2007-12-24 Antoine CellerierInclude font and password configuration items in the...
2007-12-24 Antoine CellerierUse \033[0;1m instead of \033[37;1m for bold text using...
2007-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-22 Rafaël Carréupdate: cosmetics, put the variable creation in libvlc
2007-12-18 Rémi Denis-CourmontGood riddance the helper module
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-15 Rémi Denis-Courmonthelp module hack becomes even worst...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-12-09 Rémi Denis-CourmontSplit the big config file
2007-12-09 Rémi Denis-CourmontFix superfluous double init
2007-12-09 Rémi Denis-CourmontFix compiler warning
2007-11-28 Pierre d'Herbemontsrc/libvlc-common.c: Only print a piece of Info about...
2007-11-24 Pierre d'Herbemontsrc/libvlc-common.c: Print a msg_Info on how to launch...
2007-11-09 Christophe MutricyBool options need a special format
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-20 Rafaël CarréNew inhibit module to prevent the power management...
2007-10-16 Rafaël Carrélibvlc: fix a memory leak
2007-10-12 Damien Fouilleulmacosx: cosmetic, avoid pthread_join() on self
2007-09-23 Rémi Denis-CourmontSet verbosity to something until we parse the command...
2007-09-23 Rémi Denis-CourmontOnly override verbosity from VLC_VERBOSE if actually set
2007-09-23 Rémi Denis-CourmontConfigure the message queue parameter before we use...
2007-09-19 Rémi Denis-CourmontDo not set locale twice (it is already taken care of...
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-16 Rémi Denis-CourmontAlso use the new API here
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
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"
next