]> git.sesse.net Git - vlc/history - include/vlc_objects.h
input: Expose input_ItemHasErrorWhenReading.
[vlc] / include / vlc_objects.h
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.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-01-25 Clément Stenac* Strings review in include/
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-10-14 Gildas Bazin* modules/gui/wxwindows/*: don't forget to delete the...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-18 Clément StenacAdded some Doxygen doc
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-02-23 Laurent Aimar * all : declaration of http and httpd.
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-08-15 Sam Hocevar * ./src/misc/modules.c: the module linked list is...
2002-08-14 Sam Hocevar * ./src/misc/objects.c: implemented vlc_list_find...
2002-08-14 Sam Hocevar * ./modules/control/rc/rc.c: 'l' outputs a list of...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-06-07 Sam Hocevar * ./include/vlc_objects.h: pointers are set to NULL...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.