]> git.sesse.net Git - vlc/history - include/vlc_objects.h
The schroedinger decoder does support non packetized streams.
[vlc] / include / vlc_objects.h
2009-03-05 Rémi Denis-CourmontRemove unused vlc_object_lock and vlc_object_unlock
2009-03-04 Rémi Denis-CourmontKill unused vlc_object_assert_locked
2009-01-24 Rémi Denis-CourmontRemove unused vlc_object_wait()
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontUnexport vlc_list_find
2009-01-19 Rémi Denis-CourmontDeprecate vlc_object_wait()
2009-01-17 Rémi Denis-Courmontvlc_object_alive: cosmetics
2009-01-05 Rémi Denis-CourmontRemove vlc_object_signal and unexport vlc_object_signal...
2009-01-05 Laurent AimarAdded vlc_object_assert_locked utility.
2008-12-21 Rémi Denis-CourmontVLC_OBJECT_PLAYLIST: remove unused type
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-21 Rémi Denis-CourmontRemove VLC_OBJECT_MODULE
2008-09-21 Rémi Denis-Courmontremove pile of warnings and GCCism
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the same object...
2008-09-20 Pierre d'Herbemontobjects: vlc_object_yield() returns the yield()-ed...
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-14 Rémi Denis-CourmontRemove VLC_OBJECT_ANNOUNCE
2008-09-08 Rémi Denis-CourmontRemove dead code (vlc_object_timedwait)
2008-09-07 Rémi Denis-CourmontRework delay checking, use it for net_Accept, add deadl...
2008-09-06 Rémi Denis-Courmontvlc_object_find_name: return vlc_object_t *
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-28 Rémi Denis-CourmontDeprecate vlc_object_get
2008-07-05 Rémi Denis-CourmontMissing const
2008-07-05 Rémi Denis-Courmontvlc_object_alive: lock-less and inlined
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_HTTPD_HOST
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-03 Antoine CellerierRemove unneeded VLC_OBJECT_CHROMA define.
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-31 Rémi Denis-CourmontkVLCDestructor: remove, does not exist
2008-05-31 Rémi Denis-CourmontHave vlc_object_wait() to "return" void.
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
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-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove stats type - not used anywhere
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 VOD object type - not actually needed
2008-03-29 Rémi Denis-CourmontRemove ITEM type - not used anywhere
2008-03-19 Pierre d'HerbemontRevert "Fix compilation, by "fixing" VLC_PUBLIC_API...
2008-03-19 Pierre d'HerbemontFix compilation, by "fixing" VLC_PUBLIC_API.
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-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2007-12-22 Pierre d'Herbemontinclude/vlc_objects.h: Use the usual macro trick, to...
2007-11-28 Rémi Denis-CourmontOrdering
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-10-22 Rémi Denis-CourmontDon't wait for signal if the object is already dying.
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-16 Christophe MutricyTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontForgot this file in [22086]
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-08-16 Rémi Denis-CourmontUnexport utf8_mkdir and vlc_current_object
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-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-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Rémi Denis-CourmontFollowing vlc_object_kill(), add vlc_object_dying()
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
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...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-18 Clément StenacDisplay IP of client in debug
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-11-26 Gildas Bazin* ALL: New XML module type.
2004-11-08 Clément StenacInitial Services discovery support
2004-11-06 Rémi Denis-CourmontNew TLS object type
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
next