]> git.sesse.net Git - vlc/history - src/misc/objects.c
Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
[vlc] / src / misc / objects.c
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-14 Rémi Denis-Courmontvlc_object_find(playlist) is an error
2008-06-11 Rémi Denis-Courmontvlc_object_attach: do not kill an object within the...
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-04 Rémi Denis-Courmontvlc_threadobj under NDEBUG and refcheck under LIBVLC_RE...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-01 Rémi Denis-CourmontLook for reference leaks. I found none, though.
2008-06-01 Rémi Denis-CourmontFix
2008-05-31 Rémi Denis-CourmontThe not-so-dumb references checker
2008-05-31 Rémi Denis-CourmontKeep track of object held by threads
2008-05-31 Rémi Denis-CourmontRemove unused static (oops)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontKill LibVLC children without the libvlc lock
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-31 Rémi Denis-CourmontHave vlc_object_wait() to "return" void.
2008-05-31 Pierre d'HerbemontWork around the fact that autosh..tools does only check...
2008-05-31 Pierre d'HerbemontTypo.
2008-05-31 Pierre d'Herbemontconfigure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.
2008-05-31 Rémi Denis-CourmontRemove bogus old code in tree dump.
2008-05-31 Rémi Denis-CourmontWarn about vlc_object_get
2008-05-31 Rémi Denis-CourmontFix typo
2008-05-30 Pierre d'Herbemontlibvlccore: Also print a backtrace on Mac OS X.
2008-05-30 Rémi Denis-CourmontImprove the still really dumb reference checker
2008-05-30 Pierre d'Herbemontgit commit --amend src/misc/objects.c. Ahum.
2008-05-30 Pierre d'Herbemontobjects: Don't lock parent in vlc_object_attach()....
2008-05-30 Pierre d'Herbemontobjects: Make sure that we don't loose a vlc_object_kil...
2008-05-29 Rémi Denis-CourmontFix infinite loop
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-Courmontvlc_object_get() sucks badly enough, no need to add...
2008-05-28 Rémi Denis-CourmontFix unlikely lock leak
2008-05-28 Rémi Denis-CourmontUse a doubly-linked list for objects instead of a flat...
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 Rémi Denis-CourmontOnly allow VLC_OBJECT_MODULE outside of p_libvlc
2008-05-17 Rémi Denis-CourmontRemove the children leak detection which is not working...
2008-05-17 Rémi Denis-CourmontAlso remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis-Courmontvlc_object_get sucks, document it
2008-05-16 Rémi Denis-CourmontSimplification
2008-05-16 Rémi Denis-CourmontMake vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-14 Rémi Denis-CourmontWe may still have children when destroyed...
2008-05-14 Rémi Denis-CourmontDebug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis-CourmontHmm, there was a simpler solution
2008-05-14 Rémi Denis-CourmontInline DetachObject
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-14 Rémi Denis-CourmontRecurse through the object tree instead of using the...
2008-05-14 Rémi Denis-CourmontDetach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis-CourmontRemove useless constant
2008-05-08 Rémi Denis-CourmontWin32 compile fix
2008-05-07 Rémi Denis-CourmontNo need to take the structure lock when finding oneself
2008-05-07 Rémi Denis-CourmontFix the same race condition as in
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontOnly insert new object into the table one initialized
2008-05-07 Rémi Denis-CourmontDon't check for 0 refcount.
2008-05-07 Rémi Denis-Courmontvlc_object_find*: don't check that refcount is zero
2008-05-07 Rémi Denis-CourmontRemove useless i_refcount == 0 case and fix a tiny...
2008-05-07 Rémi Denis-Courmontset_destructor has no need for the structure lock
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontvlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis-CourmontAllocate global object as the others - not statically...
2008-05-03 Rémi Denis-Courmontobject: use vlc_internals()
2008-05-03 Rémi Denis-CourmontRemove some global object-specific code
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-16 Jean-Paul SamanProperly initialize psz_name in PrintObject(). Fixes...
2008-04-16 Pierre d'Herbemontobjects: Also dump leaked objects.
2008-04-16 Pierre d'Herbemontobjects: Dump libvlc object when aborting because of...
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-04 Pierre d'Herbemontobjects: Dump libvlc when we have some leak related...
2008-03-30 Rémi Denis-CourmontDocument object memory layoyt
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Rémi Denis-CourmontRemove some global object-specific hacks
2008-03-29 Rémi Denis-Courmontroot object: use vlc_custom_create
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Rémi Denis-CourmontAssert that allocate object size makes sense
2008-03-29 Rémi Denis-CourmontRemove unused #include
2008-03-29 Rémi Denis-CourmontCreate OSD menu as a custom object
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove useless #include
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-23 Pierre d'Herbemontobjects: Call vlc_object_join() automatically from...
2008-03-22 Pierre d'Herbemontobjects: Send a vlc_object_kill from vlc_object_destroy...
2008-03-19 Pierre d'Herbemontobjects.c: Automatically detach from the parent.
2008-03-18 Pierre d'Herbemontobjects.c: Add an assert_locked() in vlc_object_yield_l...
next