]> git.sesse.net Git - vlc/history - src/misc/objects.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / misc / objects.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-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...
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-02-27 Pierre d'Herbemontmisc/objects: No need to do atomic list-release when...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Make sure vlc_object_get won't return...
2008-02-27 Pierre d'Herbemontmisc/objects.c: Print more info about what was the...
2008-02-26 Pierre d'Herbemontsvn nightmare is ending... (Fix previous commit).
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontUgly hack to prevent crash when logging an error while...
2008-02-13 Rémi Denis-CourmontWinsock seems to timeout half-closed TCP sockets.
2008-02-10 Rémi Denis-CourmontAdd some debug
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rémi Denis-CourmontRemove potential deadlocks in waitpipe with net_*
2008-01-21 Rémi Denis-CourmontRemove the requirement for vlc object to be locked...
2008-01-21 Rémi Denis-CourmontRemove unnecessary complication
2007-12-28 Rémi Denis-CourmontAttempt to implement waitpipe with Winsock (should...
2007-12-22 Pierre d'Herbemontinclude/vlc_objects.h: Use the usual macro trick, to...
2007-12-22 Rémi Denis-CourmontAdd an error message
2007-12-22 Rémi Denis-Courmont_pipe is not selectable on Windows, so return -1
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-14 Rafaël Carrémake vlc_object_timedwait() return immediately if the...
2007-10-01 Rémi Denis-CourmontFix deadlock
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
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-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-16 Rémi Denis-CourmontTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-09-15 Rémi Denis-CourmontWhen killing libvlc, also kill all its immediate children
2007-09-15 Rémi Denis-CourmontWakes an object when it is being killed
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
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-CourmontCompile fix
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-05-25 Laurent AimarCompilation warning fix.
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Rémi Denis-CourmontFollowing vlc_object_kill(), add vlc_object_dying()
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-24 Antoine CellerierAllow using an object's psz_object_name as id for the...
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-02-15 Rémi Denis-Courmonts/vlc_object_die/vlc_object_kill/
2007-02-15 Rémi Denis-Courmontvlc_object_die() opaque wrapper to set b_die, so we...
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2006-12-10 Clément StenacSimplify a bit strings handling
2006-12-10 Clément StenacFix wrong object release
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
2006-12-03 Antoine CellerierTweaks vars command a bit.
2006-12-03 Antoine CellerierAdd "vars" command to display the list of variables...
2006-12-03 Antoine CellerierAlso print the object's parent id (makes it easier...
2006-12-03 Antoine CellerierBuffer was too small.
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontRemove unused variable
2006-12-01 Rémi Denis-CourmontSupport for creating object with custom type name and...
2006-12-01 Rémi Denis-CourmontHide some httpd structures from modules
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
next