]> git.sesse.net Git - vlc/history - src/libvlc-common.c
libvlc_InternalAddInft: Remove unused b_block parameter
[vlc] / src / libvlc-common.c
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddInft: Remove unused b_block parameter
2008-05-29 Rémi Denis-CourmontCleanup handling of thread-less interfaces
2008-05-29 Rémi Denis-CourmontSimplification
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-27 Pierre d'Herbemontlibvlccore: Don't attempt to use vlc_thread_set_priorit...
2008-05-26 Rafaël CarréAdds missing assert.h header
2008-05-26 Rémi Denis-CourmontRemove unused variable
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis-CourmontMake config_GetHomeDir return a const string too
2008-05-19 Rémi Denis-CourmontRemove useless volatile keyword
2008-05-19 Rafaël CarréDestroy the playlist AFTER looking for a sout attached...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rafaël CarréFix a very unlikely memleak
2008-05-15 Rémi Denis-CourmontUse libvlc_InternalAddIntf instead of VLC_AddIntf
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontCache the --daemon value, so we remove the PID file...
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-06 Rémi Denis-CourmontUse config_GetUserConfDir internally too
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-05 Rafaël CarréUse strrchr()
2008-05-05 Rafaël CarréSimplify executable name retrieval and fix a memory...
2008-05-05 Rafaël CarréRemove a memleak
2008-05-04 Rémi Denis-CourmontRemove unused parameter
2008-05-04 Rémi Denis-CourmontPrivatize the stats computer
2008-05-04 Rémi Denis-CourmontPrivatize psz_configfile
2008-05-04 Rémi Denis-CourmontPrivatize p_interaction
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-CourmontUse libvlc_priv_t for httpd
2008-05-04 Rémi Denis-Courmontp_vlm is private data
2008-05-04 Rémi Denis-Courmontp_memcpy_module is private libvlc data
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-CourmontRemove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis-Courmontlibvlc_InternalCreate: fix small race condition in...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontWin32 compile fix
2008-05-03 Rémi Denis-CourmontSpeak English
2008-05-03 Rémi Denis-CourmontRemove pf_memcpy and pf_memset from libvlc
2008-05-03 Rémi Denis-Courmontb_daemon does not need to be exported through vlc_global
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-CourmontSimplify threads init
2008-05-02 Rémi Denis-CourmontUse var_AcquireMutex for the quicktime lock.
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-20 Rafaël CarréCorrectly release sout object when it has been kept
2008-04-16 Jean-Paul SamanProperly free hal ctx when finished with it.
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
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...
next