vlc/modules
Pierre d'Herbemont a78e273ec5 misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
* Meaning, that when created objects gets a refcount to 1.
* Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
* We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
* We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
(make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
2008-02-26 00:29:12 +00:00
..
access misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
access_filter Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
access_output misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
audio_filter audio_filter/: fix warnings 2008-01-28 17:41:34 +00:00
audio_mixer Don't include stddef without checking for it. 2008-02-03 20:12:50 +00:00
audio_output misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
codec misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
control Simplify rc stats command 2008-02-11 15:45:53 +00:00
demux misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
gui misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
meta_engine id3tag: use size_t to represent sizes 2008-01-29 13:43:53 +00:00
misc misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
mux Comment related to previous commit 2008-01-29 18:11:02 +00:00
packetizer codecs & packetizers: fix warnings 2008-01-29 13:34:30 +00:00
services_discovery libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo 2008-02-03 10:18:05 +00:00
stream_out misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
video_chroma video_chroma: fix warnings 2008-01-29 13:48:20 +00:00
video_filter misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
video_output misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
visualization misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 2008-02-26 00:29:12 +00:00
LIST Update List of ModuleS. 2007-11-01 04:59:58 +00:00
genmf modules/genmf: Use printf instead of echo -n to prevent some weird shell/Makefile issues. (Fix make install on Mac OS X). 2008-02-01 17:50:15 +00:00
list.sh Update modules list 2005-08-13 18:44:31 +00:00