vlc/modules/misc
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
..
dummy We don't check for limits.h, so don't use HAVE_LIMITS_H 2008-02-03 18:30:25 +00:00
lua Use config_GetDataDir() instead of DATA_PATH. 2008-02-10 12:31:27 +00:00
memcpy Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
notify new growl plugin: local only, supports album art (you'll need the Growl Framework) 2008-02-18 17:17:16 +00:00
osd misc: fix warnings 2008-01-29 13:58:41 +00:00
playlist Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
probe Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
testsuite 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
xml misc: fix warnings 2008-01-29 13:58:41 +00:00
Modules.am New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active. 2007-10-20 23:47:34 +00:00
audioscrobbler.c 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
dhparams.h Hard-code precomputed Diffie-Hellman-Merkel group parameters. 2007-09-26 16:39:34 +00:00
freetype.c 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
gnutls.c 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
gtk_main.c 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
inhibit.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
logger.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
profile_parser.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
qte_main.cpp 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
quartztext.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
rtsp.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
screensaver.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
svg.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00
win32text.c Don't include config.h from the headers - refs #297. 2008-01-23 21:50:58 +00:00