]> git.sesse.net Git - vlc/history - src/libvlc.h
Do not leak the IPC helper - might fix #1598
[vlc] / src / libvlc.h
2008-08-02 Rémi Denis-CourmontDo not leak the IPC helper - might fix #1598
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-07-05 Rémi Denis-CourmontDead code
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-21 Rémi Denis-Courmontinteraction: no need for vlc_object_find()
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontRemove the last direct use of object_wait
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-05-31 Rémi Denis-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-28 Rémi Denis-CourmontThe totally dumb reference checker
2008-05-28 Rémi Denis-Courmontvlc_threadobj(): returns the object nesting the current...
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-28 Rémi Denis-Courmontvlc_internals: use VLC_OBJECT, kill a bunch of warnings
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_dgettext: remove
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-24 Rémi Denis-Courmontvlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis-CourmontWin32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis-Courmontvlc_.*dir: declare internally, as it's only used with...
2008-05-24 Rémi Denis-Courmontvlc_current_charset: declare internally
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-22 Rémi Denis-CourmontCosmetic
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-10 Rémi Denis-CourmontBuild (linux|not)_specific.c as appropriate
2008-05-09 Rémi Denis-Courmontsystem_VLCPath does not exist
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
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-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
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-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-Courmontlibvlc_global_data_t: fix description
2008-05-04 Rémi Denis-Courmontp_root->p_probe: unused, remove
2008-05-04 Rémi Denis-CourmontRemove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis-CourmontBeOS app thread: only used in one file
2008-05-04 Rémi Denis-Courmonticonv_macosx: never used, removed
2008-05-03 Rémi Denis-Courmontb_daemon does not need to be exported through vlc_global
2008-05-03 Rémi Denis-Courmontvlc_internals(): use pointer arithmetic
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-CourmontCosmetic fix
2008-05-01 Rémi Denis-CourmontPut msg_context_global_key to the internal header.
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-03-29 Rémi Denis-CourmontFix warnings
2008-03-27 Rémi Denis-CourmontAdd key-action variable - automatically mapped action...
2008-03-25 Rémi Denis-CourmontDocument vlc_custom_create.
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Rémi Denis-CourmontRemove redumdant stdbool includes
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
2008-01-21 Rémi Denis-CourmontRemove the requirement for vlc object to be locked...
2007-12-18 Rémi Denis-CourmontFix for libvlc_config crash (hopefully)
2007-12-09 Rémi Denis-CourmontDo not privatize module_config_t - yet
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-22 Rémi Denis-CourmontExport utf8_mkdir
2007-09-16 Rémi Denis-CourmontCosmetic
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-16 Rémi Denis-CourmontUnexport utf8_mkdir and vlc_current_object
2007-08-16 Rémi Denis-CourmontDo not export thread init functions.
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine CellerierWhen you cut / paste code from another file, you should...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-20 Rémi Denis-CourmontRevert wrongfully commited file
2007-05-20 Rémi Denis-CourmontFix SVN revision handling.
2007-05-19 Rémi Denis-CourmontForgot this file
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontRename libvlc.h to libvlc-module.c
2006-11-28 Christophe Mutricydo not show started-from-file in the prefs
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontAttempt to fix C++ compilation
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
next