]> git.sesse.net Git - vlc/history - src/libvlc-common.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / libvlc-common.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Pierre d'Herbemontsrc: Fix an unused var warning plus an invalid conversi...
2008-04-02 Pierre d'Herbemontlibvlc: Add a --ignore-config options that allow not...
2008-03-31 Pierre d'Herbemontlibvlc: Add some more info on the input item we may...
2008-03-31 Rafaël CarréAssert that we don't leak input items
2008-03-30 Pierre d'Herbemontlibvlc: Destroy libvlc's vlm instance before the stats...
2008-03-30 Pierre d'Herbemontlibvlc: In order not to be confused by a vlm created...
2008-03-30 Pierre d'Herbemontlibvlc: Don't use input_ItemClean. Anyway when we leak...
2008-03-30 Antoine CellerierInstantiate VLM if vlm-conf option is used. You can...
2008-03-30 Rémi Denis-CourmontUse var_AcquireMutex for the "libvlc" lock
2008-03-30 Rémi Denis-CourmontDo NOT destroy the "libvlc"/global/bank/whatever lock...
2008-03-30 Rémi Denis-CourmontRemove dummy condition - looks like a cut&paste accident
2008-03-30 Rémi Denis-CourmontUse p_libvlc_global rather than libvlc_global directly
2008-03-30 Pierre d'HerbemontRevert "libvlc: Wait for input end."
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Pierre d'Herbemontlibvlc: Wait for input end.
2008-03-27 Rémi Denis-CourmontAdd key-action variable - automatically mapped action...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-22 Pierre d'Herbemontinteraction: Keep a libvlc's global interaction object...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
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.
next